[dpdk-dev] [PATCH 4/7] virtio: Don't fill dev_info->driver_name

2016-11-21 Thread David Marchand
On Mon, Nov 21, 2016 at 5:34 PM, Jan Blunck wrote: > On Sun, Nov 20, 2016 at 4:22 PM, David Marchand >> I posted something similar [1], so looks good to me :-) >> >> [1]: http://dpdk.org/dev/patchwork/patch/16991/ >> > > Thanks for reviewing. Do we go with your proposal then? Do you plan to >

[dpdk-dev] [PATCH 4/7] virtio: Don't fill dev_info->driver_name

2016-11-20 Thread Jan Blunck
This is overwritten in rte_eth_dev_info_get(). Signed-off-by: Jan Blunck --- drivers/net/virtio/virtio_ethdev.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/virtio/virtio_ethdev.c b/drivers/net/virtio/virtio_ethdev.c index 079fd6c..741688e 100644 ---