Re: [dpdk-dev] [PATCH v1 2/2] linux/kni: Added support for KNI multiple fifos

2021-01-19 Thread Dheemanth Mallikarjun
No, this is the only patch. Regards, Dheemanth On 1/17/21, 2:02 PM, "Thomas Monjalon" wrote: 11/12/2020 00:15, dheemanth: > In order to improve performance, the KNI is made to > support multiple fifos, So that multiple threads pinned > to multiple cores can process packets in p

[dpdk-dev] [PATCH v1 2/2] net/vmxnet3: Provided API to reset vmxnet device

2021-01-05 Thread Dheemanth Mallikarjun
The vmxnet3 driver didn't have the dev_reset function pointer set. Hence, provided the necessary function pointer so that DPDK developers can use the rte_eth_dev_reset API to reset the vmxnet3 device data. Signed-off-by: Dheemanth Mallikarjun --- drivers/net/vmxnet3/vmxnet3_ethdev.c

[dpdk-dev] [PATCH v1 2/2] vmxnet3_dev_reset: Provided API to reset vmxnet device

2021-01-04 Thread Dheemanth Mallikarjun
Signed-off-by: Dheemanth Mallikarjun --- drivers/net/vmxnet3/vmxnet3_ethdev.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/net/vmxnet3/vmxnet3_ethdev.c b/drivers/net/vmxnet3/vmxnet3_ethdev.c index 23a2ebbef..814ccfa79 100644 --- a/drivers/net/vmxnet3