ethdev: export secondary attach function
authorAmi Sabo <amis@radware.com>
Thu, 2 Mar 2017 09:00:41 +0000 (11:00 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 14 Apr 2017 13:22:31 +0000 (15:22 +0200)
commit942661004cde7677b9a5899e27a57ea883931052
treee390dff69dff6c0a065fbfab089841ae61f98a98
parentfc0ddc684877b7aa0c4733ab5619a2487e396155
ethdev: export secondary attach function

Today eth_dev_attach_secondary is defined as static and can only be
called by pci drivers. However, the functionality is also required for
non-pci drivers - so the patch export the function.

Signed-off-by: Ami Sabo <amis@radware.com>
lib/librte_ether/rte_ethdev.c
lib/librte_ether/rte_ethdev.h
lib/librte_ether/rte_ether_version.map