[dpdk-dev] [PATCH] virtio: fix size of mac_addrs array in virtio ports

2015-10-29 Thread Yuanhan Liu
On Thu, Oct 29, 2015 at 09:46:15AM +0100, David Marchand wrote: > From: Ivan Boule > > Make the virtio PMD allocate the array of unicast MAC addresses with > the maximum of entries (VIRTIO_MAX_MAC_ADDRS) that it exports. > > Signed-off-by: Ivan Boule > Signed-off-by: David Marchand > --- > dr

[dpdk-dev] [PATCH] virtio: fix size of mac_addrs array in virtio ports

2015-10-29 Thread David Marchand
From: Ivan Boule Make the virtio PMD allocate the array of unicast MAC addresses with the maximum of entries (VIRTIO_MAX_MAC_ADDRS) that it exports. Signed-off-by: Ivan Boule Signed-off-by: David Marchand --- drivers/net/virtio/virtio_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 dele