Re: [ovs-dev] [PATCH v6 0/4] Convert DPDK configuration from command line to DB based

2016-01-21 Thread Ben Pfaff
On Thu, Jan 21, 2016 at 09:59:22AM -0500, Aaron Conole wrote: > Aaron Conole writes: > > Currently, configuration of DPDK parameters is done via the command line > > through a --dpdk **OPTIONS** -- command line argument. This has a number of > > challenges, including: > > * It must be the first op

Re: [ovs-dev] [PATCH v6 0/4] Convert DPDK configuration from command line to DB based

2016-01-21 Thread Aaron Conole
Aaron Conole writes: > Currently, configuration of DPDK parameters is done via the command line > through a --dpdk **OPTIONS** -- command line argument. This has a number of > challenges, including: > * It must be the first option passed to ovs-vswitchd > * It breaks from the way most other things

[ovs-dev] [PATCH v6 0/4] Convert DPDK configuration from command line to DB based

2016-01-20 Thread Aaron Conole
Currently, configuration of DPDK parameters is done via the command line through a --dpdk **OPTIONS** -- command line argument. This has a number of challenges, including: * It must be the first option passed to ovs-vswitchd * It breaks from the way most other things are configured in OVS * It does