There was an ABI change and more are coming in the release 16.04.
Fixes:
a9963a86b2e1 ("ethdev: increase RETA entry size")
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
* The fields in ethdev structure ``rte_eth_fdir_masks`` were changed
to be in big endian.
+* The RETA entry size in ``rte_eth_rss_reta_entry64`` has been increased
+ from 8-bit to 16-bit.
+
Shared Library Versions
-----------------------
.. code-block:: diff
- libethdev.so.2
+ + libethdev.so.3
librte_acl.so.2
librte_cfgfile.so.2
librte_cmdline.so.1
EXPORT_MAP := rte_ether_version.map
-LIBABIVER := 2
+LIBABIVER := 3
SRCS-y += rte_ethdev.c