Hi Jianfeng, > -----Original Message----- > From: Tan, Jianfeng > Sent: Wednesday, October 25, 2017 6:11 PM > To: [email protected] > Cc: [email protected]; Richardson, Bruce > <[email protected]>; Ananyev, Konstantin > <[email protected]>; De Lara Guarch, Pablo > <[email protected]>; [email protected]; > [email protected]; [email protected]; > [email protected]; Yigit, Ferruh <[email protected]>; Tan, > Jianfeng <[email protected]> > Subject: [PATCH v8 3/4] bus/vdev: move to vdev bus to drivers/bus > > Move the vdev bus from lib/librte_eal to drivers/bus. > > As the crypto vdev helper function refers to data structure in rte_vdev.h, so > we move those helper function into drivers/bus too. > > Signed-off-by: Jianfeng Tan <[email protected]>
... > ABI Changes > ----------- > > @@ -355,11 +362,12 @@ The libraries prepended with a plus sign were > incremented in this version. > > librte_acl.so.2 > + librte_bitratestats.so.2 > + + librte_bus_vdev.so.1 > librte_cfgfile.so.2 > librte_cmdline.so.2 > librte_cryptodev.so.4 > librte_distributor.so.1 > - + librte_eal.so.6 > + + librte_eal.so.7 EAL ABI version has been bumped already in this release, so there is no need to do it again.

