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 doesn't allow an easy way to populate defaults
This is an RFC series to get feedback, and attempt to steer the direction of the final approach. It has only been smoke-tested, no actual DPDK ports were added to the running vswitchd. Aaron Conole (2): dpdk: Convert initialization from cmdline to db dpdk: Update INSTALL.DPDK.md to reflect new config INSTALL.DPDK.md | 52 ++++++++++++++------ lib/netdev-dpdk.c | 126 ++++++++++++++++++++++++++++++++---------------- lib/netdev-dpdk.h | 12 ++--- utilities/ovs-ctl.in | 12 ++--- vswitchd/bridge.c | 3 ++ vswitchd/ovs-vswitchd.c | 27 ----------- 6 files changed, 137 insertions(+), 95 deletions(-) -- 2.6.1.133.gf5b6079 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev