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

2016-06-22 Thread Ryan Moats
"dev" wrote on 05/26/2016 04:28:41 PM: > From: Mauricio Vasquez B > To: dev@openvswitch.org > Cc: f...@sysclose.org, kevin.tray...@intel.com > Date: 05/26/2016 04:29 PM > Subject: [ovs-dev] [PATCH v6] netdev-dpdk: add hotplug support > Sent by: "dev" >

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

2016-05-27 Thread Flavio Leitner
On Thu, May 26, 2016 at 11:28: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 implementatio

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

2016-05-26 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 netdev-dpdk/port-detac