[ovs-dev] [PATCH] netdev-dpdk: config tx queue number to be the minimum between device and ovs request

2023-01-24 Thread cleviatan
From: Chava Leviatan Tx queue are set each time port is added/removed or the cmask changes by reconfigure_datapath. The amount of TX queues is set according to PMD thread and does not take into consideration the device capabilities . As a result , when transmitting packet from OVS to device drive

[ovs-dev] [PATCH] netdev-dpdk: config tx queue number to be the minimum between device and ovs request

2023-01-23 Thread cleviatan
From: Chava Leviatan Tx queue are set each time port is added/removed or the cmask changes by reconfigure_datapath. The amount of TX queues is set according to PMD thread and does not take into consideration the device capabilities . As a result , when transmitting packet from OVS to device drive