> -----Original Message----- > From: David Marchand <[email protected]> > Sent: Tuesday, February 2, 2021 1:46 AM > To: [email protected] > Cc: Maxime Coquelin <[email protected]>; Xia, Chenbo > <[email protected]> > 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 <[email protected]> > --- > -- > 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!

