> -----Original Message----- > From: dev <[email protected]> On Behalf Of David Marchand > Sent: Monday, September 26, 2022 2:37 PM > To: [email protected] > Cc: [email protected] > Subject: [ovs-dev] [PATCH dpdk-latest] netdev-dpdk: Report device bus > specific information. > > 22.11 dropped direct access to bus specific structures. > Instead, a new API reports bus specific information. > > Report bus name and device bus specific information. > > The difference looks like: > -driver_name=mlx5_pci, if_descr="DPDK 21.11.0 mlx5_pci" > +driver_name=mlx5_pci, if_descr="DPDK 22.11.0-rc0 mlx5_pci" > > -pci-device_id="0x1019" > -pci-vendor_id="0x15b3" > +bus_info="bus_name=pci, vendor_id=15b3, device_id=1019" > > Signed-off-by: David Marchand <[email protected]> > --- > lib/netdev-dpdk.c | 23 ++++++++--------------- > 1 file changed, 8 insertions(+), 15 deletions(-) >
Thanks for the patch David. Everything LGTM, Acked-by: Sunil Pai G <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
