From fbb02c432dbadd4e2faf0a378ac012972c4bed98 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 19 May 2021 11:18:20 +0200 Subject: interface: shared tx queue support Type: improvement Change-Id: I6bb7b6d6bd63b044952ab981be5b0673144c9834 Signed-off-by: Damjan Marion --- src/vnet/interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/interface.h') diff --git a/src/vnet/interface.h b/src/vnet/interface.h index f65b653c5d4..a761b04aff8 100644 --- a/src/vnet/interface.h +++ b/src/vnet/interface.h @@ -630,6 +630,7 @@ typedef struct { CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); vnet_hw_if_tx_frame_t frame; + u32 n_threads; } vnet_hw_if_output_node_runtime_t; /* Hardware-interface. This corresponds to a physical wire -- cgit 1.2.3-korg