Hi Jianfeng, > -----Original Message----- > From: Tan, Jianfeng > Sent: Friday, October 13, 2017 12:52 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 v7 1/4] cryptodev: remove crypto vdev init API > > Remove rte_cryptodev_create_vdev() for duplication. > > Signed-off-by: Jianfeng Tan <[email protected]> > Acked-by: Pablo de Lara <[email protected]>
... > --- a/lib/librte_cryptodev/Makefile > +++ b/lib/librte_cryptodev/Makefile > @@ -34,7 +34,7 @@ include $(RTE_SDK)/mk/rte.vars.mk LIB = > librte_cryptodev.a > > # library version > -LIBABIVER := 3 > +LIBABIVER := 4 Sorry for the late review. Since you are bumping the ABI version, you should also change it in "Share Library Versions", in release_17_11.rst. Thanks, Pablo

