; >
> > >
> > > Regards
> > > _Sugesh
> > >
> > >
> > > > -Original Message-----
> > > > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ciara
> > > Loftus
> > > > Sent: Friday, August 12, 2
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'
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
>
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
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