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

Ilya Maximets i.maximets at ovn.org
Mon Nov 4 19:29:35 UTC 2019


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 error on devices
> without flow control support when flow control not requested.
> 
> Fixes: 7e1de65e8dfb ("netdev-dpdk: Fix failure to configure flow control at netdev-init.")
> Signed-off-by: Tomasz Konieczny <tomaszx.konieczny at intel.com>
> Co-authored-by: Ilya Maximets <i.maximets at samsung.com>
> Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
> ---
>   lib/netdev-dpdk.c | 32 ++++++++++++++++++++++++++------
>   1 file changed, 26 insertions(+), 6 deletions(-)


Thanks! I applied this to master and backported.

Best regards, Ilya Maximets.


More information about the dev mailing list