vmxnet3: support manual thread assignment to tx queue 69/32769/2
authorSteven Luong <sluong@cisco.com>
Thu, 17 Jun 2021 15:50:32 +0000 (08:50 -0700)
committerDamjan Marion <dmarion@me.com>
Thu, 1 Jul 2021 12:55:29 +0000 (12:55 +0000)
commita57a7005d6c04029d168cfdd053f3e334b935cc3
tree2760cef8fe3ed355e8ab995364e4c336c07ea67d
parent5ff59a1f8b7f6de7738a0fd95e1dbf250dbf1a6a
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 <sluong@cisco.com>
Change-Id: I1544e3557f70251d4bd423cc3d9f28ee1d44db4a
src/plugins/vmxnet3/output.c
src/plugins/vmxnet3/vmxnet3.c
src/plugins/vmxnet3/vmxnet3.h