[dpdk-dev] [PATCH] virtio: don't count broadcast packets in multicast packets counter

2016-03-09 Thread Bruce Richardson
On Fri, Feb 26, 2016 at 06:01:23PM +0300, Igor Ryzhov wrote: > Signed-off-by: Igor Ryzhov > --- > drivers/net/virtio/virtio_rxtx.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > Applied to dpdk-next-net/rel_16_04 with superflous braces removed to comply with coding standards:

[dpdk-dev] [PATCH] virtio: don't count broadcast packets in multicast packets counter

2016-02-26 Thread Igor Ryzhov
Signed-off-by: Igor Ryzhov --- drivers/net/virtio/virtio_rxtx.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/net/virtio/virtio_rxtx.c b/drivers/net/virtio/virtio_rxtx.c index 41a1366..fe18e1d 100644 --- a/drivers/net/virtio/virtio_rxtx.c +++

[dpdk-dev] [PATCH] virtio: don't count broadcast packets in multicast packets counter

2016-02-26 Thread Van Haaren, Harry
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Igor Ryzhov > Sent: Friday, February 26, 2016 3:01 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] virtio: don't count broadcast packets in > multicast packets > counter > > Signed-off-by: Igor Ryzhov Acked-by: Harry van Haaren