net/avp: add public header files
authorAllain Legacy <allain.legacy@windriver.com>
Tue, 28 Mar 2017 11:53:57 +0000 (07:53 -0400)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 17:02:18 +0000 (19:02 +0200)
commit8e680655e205214d43a544813dd0181e552d6cd6
treea1474f0d2d41a619555afcd7fdc3ad876a8bcc80
parent9201ec9bd06c1059b56f9de41d628fa8c411cee3
net/avp: add public header files

Adds public/exported header files for the AVP PMD.  The AVP device is a
shared memory based device.  The structures and constants that define the
method of operation of the device must be visible by both the PMD and the
host DPDK application.  They must not change without proper version
controls and updates to both the hypervisor DPDK application and the PMD.

The hypervisor DPDK application is a Wind River Systems proprietary
virtual switch.

Signed-off-by: Allain Legacy <allain.legacy@windriver.com>
Signed-off-by: Matt Peters <matt.peters@windriver.com>
Acked-by: Vincent Jardin <vincent.jardin@6wind.com>
drivers/net/avp/Makefile
drivers/net/avp/rte_avp_common.h [new file with mode: 0644]
drivers/net/avp/rte_avp_fifo.h [new file with mode: 0644]