Hi Jianfeng, > -----Original Message----- > From: Tan, Jianfeng > Sent: Wednesday, October 25, 2017 6:11 PM > To: dev@dpdk.org > Cc: jblu...@infradead.org; Richardson, Bruce > <bruce.richard...@intel.com>; Ananyev, Konstantin > <konstantin.anan...@intel.com>; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com>; tho...@monjalon.net; > y...@fridaylinux.org; maxime.coque...@redhat.com; > mtetsu...@gmail.com; Yigit, Ferruh <ferruh.yi...@intel.com>; Tan, > Jianfeng <jianfeng....@intel.com> > 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 <jianfeng....@intel.com>
... > 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.