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

2017-01-04 Thread Daniele Di Proietto
2017-01-04 8:20 GMT-08:00 Stephen Finucane : > On Wed, 2017-01-04 at 15:31 +, Ciara Loftus 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 o

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

2017-01-04 Thread Stephen Finucane
On Wed, 2017-01-04 at 15:31 +, Ciara Loftus 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 implementation adds two ap

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

2017-01-04 Thread Ciara Loftus
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 netdev-dpdk/detach After t