numam-dpdk/lib/librte_cryptodev
Shreyansh Jain 6ba1affa54 lib: fix ABI version after device model rework
rte_device/driver generalization patches [1] were merged without a change
in the LIBABIVER variable. This patches bumps the macro of affected libs:

- libcryptodev and libetherdev have been bumped
- librte_eal version changed in
  d7e61ad3ae ("log: remove deprecated history dump")

Details of ABI/API changes:
- EAL [version already bumped in: d7e61ad3ae]
  |- type field was removed from rte_driver
  |- rte_pci_device now embeds rte_device
  |- rte_pci_resource renamed to rte_mem_resource
  |- numa_node and devargs of rte_pci_driver is moved to rte_driver
  |- APIs for device hotplug (attach/detach) moved into EAL
  |- API rte_eal_pci_device_name added for PCI device naming
  |- vdev registration API introduced (rte_eal_vdrv_register,
  |  rte_eal_vdrv_unregister

- librte_crypto (v 1=>2)
  |- removed rte_cryptodev_create_unique_device_name API
  |- moved device naming to EAL

- librte_ethdev (v 4=>5)
  |- rte_eth_dev_type is removed
  |- removed dev_type from rte_eth_dev_allocate API
  |- removed API rte_eth_dev_get_device_type
  |- removed API rte_eth_dev_get_addr_by_port
  |- removed API rte_eth_dev_get_port_by_addr
  |- removed rte_cryptodev_create_unique_device_name API
  |- moved device naming to EAL

Also, deprecation notice from 16.07 has been removed and release notes for
16.11 added.

[1] http://dpdk.org/ml/archives/dev/2016-September/047087.html

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
2016-11-06 20:53:23 +01:00
..
Makefile lib: fix ABI version after device model rework 2016-11-06 20:53:23 +01:00
rte_crypto_sym.h crypto/zuc: add driver for ZUC library 2016-10-08 17:53:10 +02:00
rte_crypto.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00
rte_cryptodev_pmd.h drivers: use PCI registration macro 2016-10-03 16:33:23 +02:00
rte_cryptodev_version.map drivers: use PCI registration macro 2016-10-03 16:33:23 +02:00
rte_cryptodev.c pci: inherit common driver in PCI driver 2016-10-03 16:33:55 +02:00
rte_cryptodev.h crypto/openssl: rename libcrypto to openssl 2016-10-26 14:58:37 +02:00