Re: [ovs-dev] [PATCH v10 2/6] netdev-dpdk: Convert initialization from cmdline to db

2016-03-28 Thread Daniele Di Proietto
I still have some comment: dpdk-mem-channels: This is not required by DPDK anymore, so I still think that's not necessary and could be removed. If someone want I think we shouldn't abort if we fail something during the initialization. I know that rte_eal_init() can still abort, but I want to av

[ovs-dev] [PATCH v10 2/6] netdev-dpdk: Convert initialization from cmdline to db

2016-03-09 Thread Aaron Conole
Existing DPDK integration is provided by use of command line options which must be split out and passed to librte in a special manner. However, this forces any configuration to be passed by way of a special DPDK flag, and interferes with ovs+dpdk packaging solutions. This commit delays dpdk initia