Hi Bruce, On 1/27/21 6:33 PM, Bruce Richardson wrote: > |drivers/net/vhost/rte_eth_vhost.c | 4 ++-- > drivers/net/virtio/virtio_ethdev.c | 4 ++-- > drivers/net/virtio/virtio_pci.h | 2 +- drivers/net/virtio/virtio_rxtx.c > | 2 +- drivers/net/virtio/virtio_rxtx_simple.c | 2 +- > drivers/net/virtio/virtio_rxtx_simple_altivec.c | 2 +- > drivers/net/virtio/virtio_rxtx_simple_neon.c | 2 +- > drivers/net/virtio/virtio_rxtx_simple_sse.c | 2 +- > drivers/net/virtio/virtio_user_ethdev.c | 2 +-|
Both the Virtio & Vhost looks good to me: Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Note that you'll need to rebase, as my Virtio rework series just got merged by Ferruh on net-next main branch, and it conflict a bit. There are new files created, so you may want to look carefully! Thanks, Maxime