18/10/2017 22:57, Ferruh Yigit: > On 10/13/2017 5:09 PM, Thomas Monjalon wrote: > > The libraries which have their ABI version increased in this release > > must be prepended with a + sign to make them appear clearly. > > > > Fixes: f8244c6399d9 ("ethdev: increase port id range") > > Fixes: ec51443cc99a ("gso: add Generic Segmentation Offload API framework") > > > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > > <...> > > > + + librte_pmd_ixgbe.so.2 > > librte_pmd_ring.so.2 > > + librte_pmd_softnic.so.1 > > librte_pmd_vhost.so.2 > > librte_pmd_vhost.so.2 also requires a "+"
Right, I send a v2, thanks