On Tue, Mar 20, 2018 at 11:26:26AM +0000, Andrew Rybchenko wrote: > Fixes: 701ac75666b9 ("ethdev: remove versioning of ethdev filter control > function") > > Signed-off-by: Andrew Rybchenko <arybche...@solarflare.com> > --- > lib/librte_ether/meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/librte_ether/meson.build b/lib/librte_ether/meson.build > index 7fed860..12bdb6b 100644 > --- a/lib/librte_ether/meson.build > +++ b/lib/librte_ether/meson.build > @@ -2,7 +2,7 @@ > # Copyright(c) 2017 Intel Corporation > > name = 'ethdev' > -version = 8 > +version = 9
My copy of latest head in git shows this as still being 8. However, I see it's down as 9 in next-net. Therefore I think we need to put this patch into next-net, perhaps merging with the appropriate patch there which updates the Makefile. Ferruh, perhaps you could look at this one? /Bruce