Re: [ovs-dev] [PATCH] netdev-dpdk: add a command to dump vhost-user info.

2017-11-07 Thread Ben Pfaff
On Tue, Nov 07, 2017 at 07:34:24AM -0400, Raymond Burkholder wrote: > > > > > > Add a command to dump vhost-user's information. > > > > > > > > > > Thanks for the patch Flavio, I'll take a look in greater depth and test > later > > this week. On a first pass through though, I'd like to see the com

Re: [ovs-dev] [PATCH] netdev-dpdk: add a command to dump vhost-user info.

2017-11-07 Thread Flavio Leitner
On Tue, 7 Nov 2017 07:34:24 -0400 "Raymond Burkholder" wrote: > > > > > > Add a command to dump vhost-user's information. > > > > > > > > > > Thanks for the patch Flavio, I'll take a look in greater depth and test > later > > this week. On a first pass through though, I'd like to see the c

Re: [ovs-dev] [PATCH] netdev-dpdk: add a command to dump vhost-user info.

2017-11-07 Thread Raymond Burkholder
> > > > Add a command to dump vhost-user's information. > > > > > > > Thanks for the patch Flavio, I'll take a look in greater depth and test later > this week. On a first pass through though, I'd like to see the command being > added to the OVS DPDK vHost user how to also in documentation, just t

Re: [ovs-dev] [PATCH] netdev-dpdk: add a command to dump vhost-user info.

2017-11-07 Thread Flavio Leitner
On Mon, 6 Nov 2017 20:50:01 + "Stokes, Ian" wrote: > > Add a command to dump vhost-user's information. > > > > Thanks for the patch Flavio, I'll take a look in greater depth and test later > this week. On a first pass through though, I'd like to see the command being > added to the OVS

Re: [ovs-dev] [PATCH] netdev-dpdk: add a command to dump vhost-user info.

2017-11-06 Thread Stokes, Ian
> Add a command to dump vhost-user's information. > Thanks for the patch Flavio, I'll take a look in greater depth and test later this week. On a first pass through though, I'd like to see the command being added to the OVS DPDK vHost user how to also in documentation, just to double up on the

[ovs-dev] [PATCH] netdev-dpdk: add a command to dump vhost-user info.

2017-11-06 Thread Flavio Leitner
Add a command to dump vhost-user's information. Signed-off-by: Flavio Leitner --- lib/netdev-dpdk.c | 124 - vswitchd/ovs-vswitchd.8.in | 4 ++ 2 files changed, 126 insertions(+), 2 deletions(-) diff --git a/lib/netdev-dpdk.c b/lib/netdev-d