From b26b2bcd43500f2cf8b988874c7e0feb29e99afa Mon Sep 17 00:00:00 2001 From: Monendra Singh Kushwaha Date: Thu, 16 May 2024 14:15:40 +0530 Subject: octeon: add counters support for port and queue Type: feature Change-Id: I5d52d78a93c7d0a12b9cee16fe7ebabdc2b19f0a Signed-off-by: Monendra Singh Kushwaha --- src/plugins/dev_octeon/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/dev_octeon/CMakeLists.txt') diff --git a/src/plugins/dev_octeon/CMakeLists.txt b/src/plugins/dev_octeon/CMakeLists.txt index 0f6b32bbecd..c6271ecdfba 100644 --- a/src/plugins/dev_octeon/CMakeLists.txt +++ b/src/plugins/dev_octeon/CMakeLists.txt @@ -35,6 +35,7 @@ add_vpp_plugin(dev_octeon rx_node.c tx_node.c flow.c + counter.c MULTIARCH_SOURCES rx_node.c -- cgit