"dev" <[email protected]> wrote on 05/26/2016 04:28:41 PM:

> From: Mauricio Vasquez B <[email protected]>
> To: [email protected]
> Cc: [email protected], [email protected]
> Date: 05/26/2016 04:29 PM
> Subject: [ovs-dev] [PATCH v6] netdev-dpdk: add hotplug support
> Sent by: "dev" <[email protected]>
>
> 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-detach
>
> After the user attaches a new device, it has to be added to a bridge
> using the add-port command, similarly, before detaching a device,
> it has to be removed using the del-port command.
>
> Signed-off-by: Mauricio Vasquez B
<[email protected]>
> Tested-by: [email protected]
> ---

As an FYI to whomever might try to push this, the patch to NEWS did
not apply cleanly for me as of this posting.  Since it's one line
patch, I looked and manually applying it should be simple.

Ryan
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to