RE: [PATCH v2] net/virtio: add queue and port ID in some logs

2022-10-26 Thread Xia, Chenbo
> -Original Message- > From: Olivier Matz > Sent: Monday, October 17, 2022 4:01 PM > To: dev@dpdk.org > Cc: Maxime Coquelin ; Xia, Chenbo > > Subject: [PATCH v2] net/virtio: add queue and port ID in some logs > > Add the queue id and/or the port id in so

RE: [PATCH v2] net/virtio: add queue and port ID in some logs

2022-10-17 Thread Xia, Chenbo
> -Original Message- > From: Olivier Matz > Sent: Monday, October 17, 2022 4:01 PM > To: dev@dpdk.org > Cc: Maxime Coquelin ; Xia, Chenbo > > Subject: [PATCH v2] net/virtio: add queue and port ID in some logs > > Add the queue id and/or the port id in so

[PATCH v2] net/virtio: add queue and port ID in some logs

2022-10-17 Thread Olivier Matz
Add the queue id and/or the port id in some logs, so it is easier to understand what happens. Signed-off-by: Olivier Matz Reviewed-by: Maxime Coquelin --- v2 * use %u instead of %d for unsigned types drivers/net/virtio/virtio_ethdev.c | 6 -- drivers/net/virtio/virtio_rxtx.c | 3 ++- 2