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

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}

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

[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.