Re: [ovs-dev] [PATCH v3] netdev-dpdk: Configure flow control only when necessary.

2016-09-30 Thread Daniele Di Proietto
Applied to master, thanks 2016-09-30 0:48 GMT-07:00 Ilya Maximets : > It is not necessary to touch the physical device each time, if the > configuration has not been changed. Also, few style issues fixed. > > Thread-safety annotation added to 'dpdk_set_rxq_config()'. It was > missed while previou

Re: [ovs-dev] [PATCH v3] netdev-dpdk: Configure flow control only when necessary.

2016-09-30 Thread Chandran, Sugesh
Regards _Sugesh > -Original Message- > From: Ilya Maximets [mailto:i.maxim...@samsung.com] > Sent: Friday, September 30, 2016 8:49 AM > To: dev@openvswitch.org; Daniele Di Proietto ; > Chandran, Sugesh > Cc: Dyasly Sergey ; Heetae Ahn > ; Bodireddy, Bhanuprakash > ; Loftus, Ciara > ; I

[ovs-dev] [PATCH v3] netdev-dpdk: Configure flow control only when necessary.

2016-09-30 Thread Ilya Maximets
It is not necessary to touch the physical device each time, if the configuration has not been changed. Also, few style issues fixed. Thread-safety annotation added to 'dpdk_set_rxq_config()'. It was missed while previous refactoring of the flow control configuration. Signed-off-by: Ilya Maximets