[dpdk-dev] [PATCH v1 1/2] net/virtio: fix for out of date comment

2020-03-07 Thread Xiaolong Ye
Fix the comment that's incorrect as the code evolves. Fixes: 9470427c88e1 ("net/virtio: do not store PCI device pointer at shared memory") Cc: sta...@dpdk.org Signed-off-by: Xiaolong Ye --- drivers/net/virtio/virtio_ethdev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --g

Re: [dpdk-dev] [PATCH v1 1/2] net/virtio: fix for out of date comment

2020-04-09 Thread Maxime Coquelin
On 3/7/20 2:22 PM, Xiaolong Ye wrote: > Fix the comment that's incorrect as the code evolves. > > Fixes: 9470427c88e1 ("net/virtio: do not store PCI device pointer at shared > memory") > Cc: sta...@dpdk.org > > Signed-off-by: Xiaolong Ye > --- > drivers/net/virtio/virtio_ethdev.c | 6 +++---