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

2016-02-05 Thread Wojciechowicz, RobertX
rg] On Behalf Of > Wojciechowicz, RobertX > > Sent: Tuesday, February 2, 2016 11:32 AM > > To: Aaron Conole ; Christian Ehrhardt > > > > Cc: ; Flavio Leitner > > > Subject: Re: [ovs-dev] [PATCH v7 0/5] Convert DPDK configuration from > > command line

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

2016-02-04 Thread Aaron Conole
hat, if it makes sense. Thanks, Aaron > Br, > Robert > > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Wojciechowicz, > RobertX > Sent: Tuesday, February 2, 2016 11:32 AM > To: Aaron Conole ; Christian Ehrhardt > > Cc: ; Flavio Leitner

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

2016-02-03 Thread Wojciechowicz, RobertX
ATCH v7 0/5] Convert DPDK configuration from command line to DB based Hi, in the meantime I tested this patch in my environment: "patches/ovs-dev-v7-2-5-netdev-dpdk-Convert-initialization-from-cmdline-to-db.patch" and indeed it solves also the issue I tried to address in my patch: &qu

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

2016-02-02 Thread Wojciechowicz, RobertX
Hi, in the meantime I tested this patch in my environment: "patches/ovs-dev-v7-2-5-netdev-dpdk-Convert-initialization-from-cmdline-to-db.patch" and indeed it solves also the issue I tried to address in my patch: "http://openvswitch.org/pipermail/dev/2016-January/065186.html";. This patch works f

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

2016-01-28 Thread Christian Ehrhardt
On Thu, Jan 28, 2016 at 3:51 PM, Aaron Conole wrote: > Christian Ehrhardt writes: > > Hi Aaron > > > > I refreshed my stack that combines your current series with the > vhost-user > > permission/ownership work of december. > > > > quilt applied > > > patches/ovs-dev-v7-1-5-netdev-dpdk-Restore-th

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

2016-01-28 Thread Aaron Conole
Christian Ehrhardt writes: > Hi Aaron > > I refreshed my stack that combines your current series with the vhost-user > permission/ownership work of december. > > quilt applied > patches/ovs-dev-v7-1-5-netdev-dpdk-Restore-thread-affinity-after-DPDK-init.patch > patches/ovs-dev-v7-2-5-netdev-dpdk-Co

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

2016-01-28 Thread Christian Ehrhardt
Hi Aaron I refreshed my stack that combines your current series with the vhost-user permission/ownership work of december. quilt applied patches/ovs-dev-v7-1-5-netdev-dpdk-Restore-thread-affinity-after-DPDK-init.patch patches/ovs-dev-v7-2-5-netdev-dpdk-Convert-initialization-from-cmdline-to-db.pa

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

2016-01-27 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