Re: [ovs-dev] [PATCH v4 4/4] netdev-dpdk: Allow arbitrary eal arguments

2016-01-18 Thread Aaron Conole
Panu Matilainen writes: > On 01/15/2016 10:02 PM, Aaron Conole wrote: >> A previous change moved some commonly used arguments from commandline to >> the database. This change allows arbitrary eal arguments to be provided >> via a new db entry 'other_config:dpdk-extra' which will tokenize the >> st

Re: [ovs-dev] [PATCH v4 4/4] netdev-dpdk: Allow arbitrary eal arguments

2016-01-18 Thread Panu Matilainen
On 01/15/2016 10:02 PM, Aaron Conole wrote: A previous change moved some commonly used arguments from commandline to the database. This change allows arbitrary eal arguments to be provided via a new db entry 'other_config:dpdk-extra' which will tokenize the string and add it to the argument list.

[ovs-dev] [PATCH v4 4/4] netdev-dpdk: Allow arbitrary eal arguments

2016-01-15 Thread Aaron Conole
A previous change moved some commonly used arguments from commandline to the database. This change allows arbitrary eal arguments to be provided via a new db entry 'other_config:dpdk-extra' which will tokenize the string and add it to the argument list. This patch removes 'defaulting' of socket-me