Re: [ovs-dev] [PATCH v3 2/3] netdev-dpdk: Arbitrary 'dpdk' port naming

2016-12-22 Thread Daniele Di Proietto
2016-12-22 3:05 GMT-08:00 Kevin Traynor : > On 12/22/2016 10:02 AM, Kevin Traynor wrote: >> On 12/21/2016 07:35 PM, Daniele Di Proietto wrote: >>> 2016-12-21 10:18 GMT-08:00 Kevin Traynor : On 12/21/2016 03:02 AM, Daniele Di Proietto wrote: >

Re: [ovs-dev] [PATCH v3 2/3] netdev-dpdk: Arbitrary 'dpdk' port naming

2016-12-22 Thread Kevin Traynor
On 12/22/2016 10:02 AM, Kevin Traynor wrote: > On 12/21/2016 07:35 PM, Daniele Di Proietto wrote: >> 2016-12-21 10:18 GMT-08:00 Kevin Traynor : >>> On 12/21/2016 03:02 AM, Daniele Di Proietto wrote: 2016-12-20 14:08 GMT-08:00 Kevin Traynor : > On

Re: [ovs-dev] [PATCH v3 2/3] netdev-dpdk: Arbitrary 'dpdk' port naming

2016-12-22 Thread Kevin Traynor
On 12/21/2016 07:35 PM, Daniele Di Proietto wrote: > 2016-12-21 10:18 GMT-08:00 Kevin Traynor : >> On 12/21/2016 03:02 AM, Daniele Di Proietto wrote: >>> 2016-12-20 14:08 GMT-08:00 Kevin Traynor : On 12/15/2016 11:54 AM, Ciara Loftus wrote: >

Re: [ovs-dev] [PATCH v3 2/3] netdev-dpdk: Arbitrary 'dpdk' port naming

2016-12-21 Thread Daniele Di Proietto
2016-12-21 10:18 GMT-08:00 Kevin Traynor : > On 12/21/2016 03:02 AM, Daniele Di Proietto wrote: >> 2016-12-20 14:08 GMT-08:00 Kevin Traynor : >>> On 12/15/2016 11:54 AM, Ciara Loftus wrote: 'dpdk' ports no longer have naming restrictions. Now, instead

Re: [ovs-dev] [PATCH v3 2/3] netdev-dpdk: Arbitrary 'dpdk' port naming

2016-12-21 Thread Kevin Traynor
On 12/21/2016 03:02 AM, Daniele Di Proietto wrote: > 2016-12-20 14:08 GMT-08:00 Kevin Traynor : >> On 12/15/2016 11:54 AM, Ciara Loftus wrote: >>> 'dpdk' ports no longer have naming restrictions. Now, instead of >>> specifying the dpdk port ID as part of the name, the PCI

Re: [ovs-dev] [PATCH v3 2/3] netdev-dpdk: Arbitrary 'dpdk' port naming

2016-12-20 Thread Kevin Traynor
On 12/15/2016 11:54 AM, Ciara Loftus wrote: > 'dpdk' ports no longer have naming restrictions. Now, instead of > specifying the dpdk port ID as part of the name, the PCI address of the > device must be specified via the 'dpdk-devargs' option. eg. > > ovs-vsctl add-port br0 my-port > ovs-vsctl set

[ovs-dev] [PATCH v3 2/3] netdev-dpdk: Arbitrary 'dpdk' port naming

2016-12-15 Thread Ciara Loftus
'dpdk' ports no longer have naming restrictions. Now, instead of specifying the dpdk port ID as part of the name, the PCI address of the device must be specified via the 'dpdk-devargs' option. eg. ovs-vsctl add-port br0 my-port ovs-vsctl set Interface my-port type=dpdk ovs-vsctl set Interface