Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu

2017-07-12 Thread Darrell Ball
t;sugesh.chand...@intel.com>; ovs-dev@openvswitch.org; Varghese, Vipin ><vipin.vargh...@intel.com>; acon...@redhat.com >Subject: Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu > > > >On 7/11/17, 8:44 AM, "Kavanagh, Mark B" <ma

Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu

2017-07-12 Thread Kavanagh, Mark B
:03 AM >>To: Kavanagh, Mark B <mark.b.kavan...@intel.com>; Chandran, Sugesh >><sugesh.chand...@intel.com>; ovs-dev@openvswitch.org; Varghese, Vipin > ><vipin.vargh...@intel.com>; acon...@redhat.com >>Subject: Re: [ovs-dev] [PATCH v3] netdev-dp

Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu

2017-07-11 Thread Darrell Ball
t;sugesh.chand...@intel.com>; ovs-dev@openvswitch.org; Varghese, Vipin ><vipin.vargh...@intel.com>; acon...@redhat.com >Subject: Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu > > > >On 7/10/17, 2:44 AM, "Kavanagh, Mark B" <ma

Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu

2017-07-11 Thread Kavanagh, Mark B
:34 PM >>To: Kavanagh, Mark B <mark.b.kavan...@intel.com>; Chandran, Sugesh >><sugesh.chand...@intel.com>; ovs-dev@openvswitch.org; Varghese, Vipin > ><vipin.vargh...@intel.com>; acon...@redhat.com >>Subject: Re: [ovs-dev] [PATCH v3] netdev-dpdk:

Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu

2017-07-10 Thread Darrell Ball
t;sugesh.chand...@intel.com>; ovs-dev@openvswitch.org; Varghese, Vipin ><vipin.vargh...@intel.com>; acon...@redhat.com >Subject: Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu > >So, this required a 16.11.2 bug fix. > >Are we sure this will work fo

Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu

2017-07-10 Thread Kavanagh, Mark B
Chandran, Sugesh >>Sent: Friday, July 7, 2017 10:44 AM >>To: Kavanagh, Mark B <mark.b.kavan...@intel.com>; ovs- >d...@openvswitch.org; > >Varghese, Vipin <vipin.vargh...@intel.com>; acon...@redhat.com >>Subject: RE: [ovs-dev] [PATCH v3] netdev-dpdk: u

Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu

2017-07-08 Thread Darrell Ball
n <vipin.vargh...@intel.com>; acon...@redhat.com >Subject: RE: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu > >Hi Mark, >Thank you for the information. >Please find my comments below. > >Regards >_Sugesh > > &

Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu

2017-07-07 Thread Kavanagh, Mark B
>From: Chandran, Sugesh >Sent: Friday, July 7, 2017 10:44 AM >To: Kavanagh, Mark B <mark.b.kavan...@intel.com>; ovs-dev@openvswitch.org; >Varghese, Vipin <vipin.vargh...@intel.com>; acon...@redhat.com >Subject: RE: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set

Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu

2017-07-07 Thread Chandran, Sugesh
e, Vipin <vipin.vargh...@intel.com>; > acon...@redhat.com > Subject: RE: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu > > > > >From: Chandran, Sugesh > >Sent: Monday, July 3, 2017 4:36 PM > >To: Kavanagh, Mark B <mark.b.kavan...@intel

Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu

2017-07-05 Thread Kavanagh, Mark B
>From: Chandran, Sugesh >Sent: Monday, July 3, 2017 4:36 PM >To: Kavanagh, Mark B <mark.b.kavan...@intel.com>; ovs-dev@openvswitch.org; >Varghese, Vipin <vipin.vargh...@intel.com>; acon...@redhat.com >Subject: RE: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set

Re: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu

2017-07-03 Thread Chandran, Sugesh
h...@intel.com>; acon...@redhat.com > Subject: [ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu > > DPDK provides an API to set the MTU of compatible physical devices - > rte_eth_dev_set_mtu(). Prior to DPDK v16.07 however, this API was not > implemented in some DPDK PMDs

[ovs-dev] [PATCH v3] netdev-dpdk: use rte_eth_dev_set_mtu

2017-06-28 Thread Mark Kavanagh
DPDK provides an API to set the MTU of compatible physical devices - rte_eth_dev_set_mtu(). Prior to DPDK v16.07 however, this API was not implemented in some DPDK PMDs (i40e, specifically). To allow the use of jumbo frames with affected NICs in OvS-DPDK, MTU configuration was achieved by setting