Re: [ovs-dev] [PATCH] netdev-dpdk: Remove unnecessary 'if' statement

2016-08-15 Thread Loftus, Ciara
; > > > > > > > Regards > > > _Sugesh > > > > > > > > > > -Original Message----- > > > > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ciara > > > Loftus > > > > Sent: Friday, August 12, 2

Re: [ovs-dev] [PATCH] netdev-dpdk: Remove unnecessary 'if' statement

2016-08-15 Thread Chandran, Sugesh
Hi Ciara, Please find my comments below, Regards _Sugesh > -Original Message- > From: Loftus, Ciara > Sent: Monday, August 15, 2016 10:01 AM > To: Chandran, Sugesh ; dev@openvswitch.org > Subject: RE: [ovs-dev] [PATCH] netdev-dpdk: Remove unnecessary 'if'

Re: [ovs-dev] [PATCH] netdev-dpdk: Remove unnecessary 'if' statement

2016-08-15 Thread Loftus, Ciara
t; Loftus > > Sent: Friday, August 12, 2016 5:17 PM > > To: dev@openvswitch.org > > Subject: [ovs-dev] [PATCH] netdev-dpdk: Remove unnecessary 'if' > > statement > > > > Only devices of type "DPDK_DEV_ETH" use the netdev_dpdk_set_config >

Re: [ovs-dev] [PATCH] netdev-dpdk: Remove unnecessary 'if' statement

2016-08-15 Thread Chandran, Sugesh
nvswitch.org > Subject: [ovs-dev] [PATCH] netdev-dpdk: Remove unnecessary 'if' > statement > > Only devices of type "DPDK_DEV_ETH" use the netdev_dpdk_set_config > function, so no need to check for the device type within the function. > > Fixes: 9fd39370c12c (&quo

[ovs-dev] [PATCH] netdev-dpdk: Remove unnecessary 'if' statement

2016-08-12 Thread Ciara Loftus
Only devices of type "DPDK_DEV_ETH" use the netdev_dpdk_set_config function, so no need to check for the device type within the function. Fixes: 9fd39370c12c ("netdev-dpdk: Add Flow Control support.") Signed-off-by: Ciara Loftus --- lib/netdev-dpdk.c | 27 +-- 1 file chan