[ovs-dev] [PATCH 1/3] netdev-dpdk: Can't set specified vhost port's admin state

Daniele Di Proietto diproiettod at ovn.org
Wed Nov 16 00:47:59 UTC 2016


2016-11-11 5:44 GMT-08:00 Binbin Xu <xu.binbin1 at zte.com.cn>:

> When we set a vhost port's admin state via ovs-appctl, the
> application doesn't work and returns the information
> "Not a DPDK Interface".
>
> Signed-off-by: Binbin Xu <xu.binbin1 at zte.com.cn>
>

Thanks for the patch

I'm thinking about removing the 'ovs-appctl netdev-dpdk/set-admin-state'
command, because we can use

ovs-ofctl mod-port br0 dpdk0 up
ovs-ofctl mod-port br0 dpdk0 down

but as long as we keep it should work for vhost, so I applied this to master


More information about the dev mailing list