> -----Original Message----- > From: David Marchand <david.march...@redhat.com> > Sent: Tuesday, February 2, 2021 1:46 AM > To: dev@dpdk.org > Cc: Maxime Coquelin <maxime.coque...@redhat.com>; Xia, Chenbo > <chenbo....@intel.com> > Subject: [PATCH 21.05] net/virtio: remove duplicate port id from virtio_user > > The private virtio_user_dev structure embeds a virtio_hw which itself > contains the ethdev port_id. > Make use of it and remove the duplicate port_id field. > > Signed-off-by: David Marchand <david.march...@redhat.com> > --- > -- > 2.23.0
Add Maxime's suggested fix and change 'virtio_user' to 'virtio-user' to avoid check-git-log error. With above fixed, patch applied to next-virtio/main. Thanks!