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

2019-09-12 Thread 0-day Robot
Bleep bloop. Greetings Tomasz Konieczny, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 81 characters long (recommended limit is 79) #29 FILE:

[ovs-dev] [PATCH v2] 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