Re: [ovs-dev] [PATCH v5] netdev-dpdk: add hotplug support

2016-05-26 Thread Mauricio Vásquez
Hi, I just sent v6: http://openvswitch.org/pipermail/dev/2016-May/071786.html On Thu, May 19, 2016 at 9:30 AM, Mauricio Vásquez < mauricio.vasquezber...@studenti.polito.it> wrote: > > > On Tue, May 17, 2016 at 12:44 AM, Flavio Leitner wrote: > >> On Fri, May 13, 2016 at

Re: [ovs-dev] [PATCH v5] netdev-dpdk: add hotplug support

2016-05-19 Thread Mauricio Vásquez
On Tue, May 17, 2016 at 12:44 AM, Flavio Leitner wrote: > On Fri, May 13, 2016 at 10:25:41PM +0200, Mauricio Vasquez B wrote: > > In order to use dpdk ports in ovs they have to be bound to a DPDK > > compatible driver before ovs is started. > > > > This patch adds the

Re: [ovs-dev] [PATCH v5] netdev-dpdk: add hotplug support

2016-05-19 Thread Mauricio Vásquez
On Mon, May 16, 2016 at 7:13 PM, Stokes, Ian wrote: > > -Original Message- > > From: Mauricio Vasquez B > > [mailto:mauricio.vasquezber...@studenti.polito.it] > > Sent: Friday, May 13, 2016 9:26 PM > > To: dev@openvswitch.org > > Cc: acon...@redhat.com;

Re: [ovs-dev] [PATCH v5] netdev-dpdk: add hotplug support

2016-05-16 Thread Flavio Leitner
On Fri, May 13, 2016 at 10:25:41PM +0200, Mauricio Vasquez B wrote: > In order to use dpdk ports in ovs they have to be bound to a DPDK > compatible driver before ovs is started. > > This patch adds the possibility to hotplug (or hot-unplug) a device > after ovs has been started. The

Re: [ovs-dev] [PATCH v5] netdev-dpdk: add hotplug support

2016-05-16 Thread Stokes, Ian
> -Original Message- > From: Mauricio Vasquez B > [mailto:mauricio.vasquezber...@studenti.polito.it] > Sent: Friday, May 13, 2016 9:26 PM > To: dev@openvswitch.org > Cc: acon...@redhat.com; l...@cn.fujitsu.com; mchand...@suse.de; Stokes, > Ian; f...@sysclose.org; Traynor, Kevin;

[ovs-dev] [PATCH v5] netdev-dpdk: add hotplug support

2016-05-13 Thread Mauricio Vasquez B
In order to use dpdk ports in ovs they have to be bound to a DPDK compatible driver before ovs is started. This patch adds the possibility to hotplug (or hot-unplug) a device after ovs has been started. The implementation adds two appctl commands: netdev-dpdk/port-attach and