RE: [PATCH] net/virtio: remove declaration of undefined function

2022-10-26 Thread Xia, Chenbo
> -Original Message- > From: Olivier Matz > Sent: Thursday, September 29, 2022 8:22 PM > To: dev@dpdk.org > Cc: Maxime Coquelin ; Xia, Chenbo > > Subject: [PATCH] net/virtio: remove declaration of undefined function > > This function is not defined, remove

RE: [PATCH] net/virtio: remove declaration of undefined function

2022-10-16 Thread Xia, Chenbo
> -Original Message- > From: Olivier Matz > Sent: Thursday, September 29, 2022 8:22 PM > To: dev@dpdk.org > Cc: Maxime Coquelin ; Xia, Chenbo > > Subject: [PATCH] net/virtio: remove declaration of undefined function > > This function is not defined, remove

Re: [PATCH] net/virtio: remove declaration of undefined function

2022-10-06 Thread Maxime Coquelin
On 9/29/22 14:22, Olivier Matz wrote: This function is not defined, remove its declaration. Fixes: c1f86306a026 ("virtio: add new driver") Signed-off-by: Olivier Matz --- drivers/net/virtio/virtqueue.h | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h

[PATCH] net/virtio: remove declaration of undefined function

2022-09-29 Thread Olivier Matz
This function is not defined, remove its declaration. Fixes: c1f86306a026 ("virtio: add new driver") Signed-off-by: Olivier Matz --- drivers/net/virtio/virtqueue.h | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h index d100ed