[dpdk-dev] [PATCH 2/4] virtio-net.c: incorrect parens around equality check

2014-07-22 Thread Thomas Monjalon
Hi Matthew, I think that patches 1, 3 and 4 need some rework but this one is valid and has no relation with other ones in the serie. So it can be integrated now. 2014-07-20 20:47, Matthew Hall: > --- a/examples/vhost/virtio-net.c > +++ b/examples/vhost/virtio-net.c > @@ -280,8 +280,8 @@ get_confi

[dpdk-dev] [PATCH 2/4] virtio-net.c: incorrect parens around equality check

2014-07-22 Thread Matthew Hall
On Tue, Jul 22, 2014 at 03:14:51PM +0200, Thomas Monjalon wrote: > Hi Matthew, > > I think that patches 1, 3 and 4 need some rework but this one is valid > and has no relation with other ones in the serie. So it can be integrated now. Great thanks! I'll work a bit more on the others when I've go

[dpdk-dev] [PATCH 2/4] virtio-net.c: incorrect parens around equality check

2014-07-20 Thread Matthew Hall
Signed-off-by: Matthew Hall --- examples/vhost/virtio-net.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/vhost/virtio-net.c b/examples/vhost/virtio-net.c index 801607a..5e659c7 100644 --- a/examples/vhost/virtio-net.c +++ b/examples/vhost/virtio-net.c @@ -280,8