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

2016-04-29 Thread Daniele Di Proietto
Thanks Aaron for all your work! I pushed the series to master On 29/04/2016 10:43, "Aaron Conole" wrote: >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

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

2016-04-29 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 is the only datapath feature in OVS to be configured on the command