02/02/2018 17:46, Adrien Mazarguil: > --- a/drivers/net/mlx4/Makefile > +++ b/drivers/net/mlx4/Makefile > @@ -33,7 +33,9 @@ include $(RTE_SDK)/mk/rte.vars.mk > > # Library name. > LIB = librte_pmd_mlx4.a > -LIB_GLUE = librte_pmd_mlx4_glue.so > +LIB_GLUE = $(LIB_GLUE_BASE).$(LIB_GLUE_VERSION) > +LIB_GLUE_BASE = librte_pmd_mlx4_glue.so > +LIB_GLUE_VERSION = 18.02.1
You should use the version number of the release, i.e. 18.02.0 Ideally, you should retrieve it from rte_version.h.