Re: [ovs-dev] [PATCH v3] netdev-dpdk: Fix flow control not configuring.

2019-11-04 Thread Ilya Maximets
On 12.09.2019 12:43, Tomasz Konieczny wrote: Currently OVS is unable to change flow control configuration in DPDK because new settings are being overwritten by current settings with rte_eth_dev_flow_ctrl_get(). The fix restores correct order of operations and at the same time does not trigger err

[ovs-dev] [PATCH v3] netdev-dpdk: Fix flow control not configuring.

2019-09-12 Thread Tomasz Konieczny
Currently OVS is unable to change flow control configuration in DPDK because new settings are being overwritten by current settings with rte_eth_dev_flow_ctrl_get(). The fix restores correct order of operations and at the same time does not trigger error on devices without flow control support when