Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Show interface status for dpdk0.

2014-09-02 Thread Alex Wang
Thx, applied to master On Tue, Sep 2, 2014 at 7:27 PM, Pravin Shelar wrote: > On Tue, Sep 2, 2014 at 6:44 PM, Alex Wang wrote: > > This commit fixes a bug which prevents the display of interface > > status for dpdk0. > > > > Found by inspection. > > > > Signed-off-by: Alex Wang > Looks good.

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Show interface status for dpdk0.

2014-09-02 Thread Pravin Shelar
On Tue, Sep 2, 2014 at 6:44 PM, Alex Wang wrote: > This commit fixes a bug which prevents the display of interface > status for dpdk0. > > Found by inspection. > > Signed-off-by: Alex Wang Looks good. Acked-by: Pravin B Shelar > --- > lib/netdev-dpdk.c |2 +- > 1 file changed, 1 insertio

[ovs-dev] [PATCH 1/2] netdev-dpdk: Show interface status for dpdk0.

2014-09-02 Thread Alex Wang
This commit fixes a bug which prevents the display of interface status for dpdk0. Found by inspection. Signed-off-by: Alex Wang --- lib/netdev-dpdk.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index 049ea5e..a4ed355 100644 --- a/