Re: [ovs-dev] [PATCH 3/3] rhel: Fix ifup and ifdown after DPDK naming change.

2017-02-14 Thread Aaron Conole
Daniele Di Proietto writes: > On 02/02/2017 12:48, "Ben Pfaff" wrote: > >>On Tue, Jan 24, 2017 at 06:21:53PM -0800, Daniele Di Proietto wrote: >>> Names like dpdk0 and dpdk1 are not enough to identify a DPDK interface. >>> We could update README.RHEL.rst and add >>> >>> OVS_EXTRA='set Interface

Re: [ovs-dev] [PATCH 3/3] rhel: Fix ifup and ifdown after DPDK naming change.

2017-02-10 Thread Ben Pfaff
On Sat, Feb 11, 2017 at 12:14:24AM +, Daniele Di Proietto wrote: > On 02/02/2017 12:48, "Ben Pfaff" wrote: > >I don't understand why this uses "set" then $1. Are you concerned that > >BOND_DPDK_DEVARGS might have multiple words and you want to get just the > >first one? > > Now for each inte

Re: [ovs-dev] [PATCH 3/3] rhel: Fix ifup and ifdown after DPDK naming change.

2017-02-10 Thread Daniele Di Proietto
On 02/02/2017 12:48, "Ben Pfaff" wrote: >On Tue, Jan 24, 2017 at 06:21:53PM -0800, Daniele Di Proietto wrote: >> Names like dpdk0 and dpdk1 are not enough to identify a DPDK interface. >> We could update README.RHEL.rst and add >> >> OVS_EXTRA='set Interface ${DEVICE} options:dpdk-devargs=0

Re: [ovs-dev] [PATCH 3/3] rhel: Fix ifup and ifdown after DPDK naming change.

2017-02-02 Thread Ben Pfaff
On Tue, Jan 24, 2017 at 06:21:53PM -0800, Daniele Di Proietto wrote: > Names like dpdk0 and dpdk1 are not enough to identify a DPDK interface. > We could update README.RHEL.rst and add > > OVS_EXTRA='set Interface ${DEVICE} options:dpdk-devargs=:01:00.0' > > but a better solution is to add ne

[ovs-dev] [PATCH 3/3] rhel: Fix ifup and ifdown after DPDK naming change.

2017-01-24 Thread Daniele Di Proietto
Names like dpdk0 and dpdk1 are not enough to identify a DPDK interface. We could update README.RHEL.rst and add OVS_EXTRA='set Interface ${DEVICE} options:dpdk-devargs=:01:00.0' but a better solution is to add new parameters in the configuration file to explicitly specify the dpdk-devargs. F