Re: [dpdk-dev] [PATCH 12/40] net/virtio: remove bus type enum

2021-01-06 Thread David Marchand
On Sun, Dec 20, 2020 at 10:15 PM Maxime Coquelin wrote: > > Bus type awareness at the generic ethdev level is no > more needed as previous patches have made it bus-agnostic. > > This patch removes it from struct virtio_hw. > > Signed-off-by: Maxime Coquelin Reviewed-by: David Marchand -- Davi

Re: [dpdk-dev] [PATCH 12/40] net/virtio: remove bus type enum

2020-12-29 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Monday, December 21, 2020 5:14 AM > To: dev@dpdk.org; Xia, Chenbo ; olivier.m...@6wind.com; > amore...@redhat.com; david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH 12/40] net/virtio: remove bus type enum > > Bus type a