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

2017-01-05 Thread Daniele Di Proietto
2017-01-05 7:52 GMT-08:00 Stephen Finucane : > On Thu, 2017-01-05 at 10:42 +, Ciara Loftus wrote: >> From: Mauricio Vásquez >> >> 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 h

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

2017-01-05 Thread Stephen Finucane
On Thu, 2017-01-05 at 10:42 +, Ciara Loftus wrote: > From: Mauricio Vásquez > > 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. T

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

2017-01-05 Thread Ciara Loftus
From: Mauricio Vásquez 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/attach and ne