From a57a7005d6c04029d168cfdd053f3e334b935cc3 Mon Sep 17 00:00:00 2001 From: Steven Luong Date: Thu, 17 Jun 2021 08:50:32 -0700 Subject: vmxnet3: support manual thread assignment to tx queue Thread assignment to tx queue has always been automatic and there was no way to modify it. With this patch, it is now possible to use the cli "set interface tx-queue" to change the thread assignment to tx queue for vmxnet3 interface, thanks to the new tx infra. Type: feature Signed-off-by: Steven Luong Change-Id: I1544e3557f70251d4bd423cc3d9f28ee1d44db4a --- src/plugins/vmxnet3/vmxnet3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/vmxnet3/vmxnet3.h') diff --git a/src/plugins/vmxnet3/vmxnet3.h b/src/plugins/vmxnet3/vmxnet3.h index e8d2be0e552..75107689443 100644 --- a/src/plugins/vmxnet3/vmxnet3.h +++ b/src/plugins/vmxnet3/vmxnet3.h @@ -543,6 +543,7 @@ typedef struct { CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); u16 size; + u32 queue_index; u32 reg_txprod; clib_spinlock_t lock; -- cgit 1.2.3-korg