[dpdk-dev] [PATCH] net/virtio: add missing driver name

2016-10-09 Thread Yuanhan Liu
On Fri, Oct 07, 2016 at 06:57:41PM +0530, Shreyansh Jain wrote: > On Friday 07 October 2016 06:33 PM, David Marchand wrote: > >The driver name has been lost with the eal rework. > >Restore it. > > > >Fixes: c830cb295411 ("drivers: use PCI registration macro") > > > >Signed-off-by: David Marchand

[dpdk-dev] [PATCH] net/virtio: add missing driver name

2016-10-07 Thread Shreyansh Jain
On Friday 07 October 2016 06:33 PM, David Marchand wrote: > The driver name has been lost with the eal rework. > Restore it. > > Fixes: c830cb295411 ("drivers: use PCI registration macro") > > Signed-off-by: David Marchand > --- > drivers/net/virtio/virtio_ethdev.c | 3 +++ > 1 file changed, 3

[dpdk-dev] [PATCH] net/virtio: add missing driver name

2016-10-07 Thread David Marchand
The driver name has been lost with the eal rework. Restore it. Fixes: c830cb295411 ("drivers: use PCI registration macro") Signed-off-by: David Marchand --- drivers/net/virtio/virtio_ethdev.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/virtio/virtio_ethdev.c