[dpdk-dev] [PATCH v3 4/5] virtio: New API for promisc and allmulticast

2014-11-06 Thread Thomas Monjalon
2014-10-31 13:19, Ouyang Changchun: > Add new API in virtio for supporting promiscuous and allmulticast enable and > disable. It's not a new API because there is no difference for application programming. It should be something like "virtio: support promiscuous and allmulticast" -- Thomas

[dpdk-dev] [PATCH v3 4/5] virtio: New API for promisc and allmulticast

2014-10-31 Thread Ouyang Changchun
Add new API in virtio for supporting promiscuous and allmulticast enable and disable. Signed-off-by: Changchun Ouyang --- lib/librte_pmd_virtio/virtio_ethdev.c | 90 ++- 1 file changed, 89 insertions(+), 1 deletion(-) diff --git a/lib/librte_pmd_virtio/virtio_et