szedata2: add new poll mode driver
authorMatej Vido <matejvido@gmail.com>
Tue, 10 Nov 2015 14:18:13 +0000 (15:18 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 20 Nov 2015 16:17:04 +0000 (17:17 +0100)
commitabef3dd62e7a95d984ba44f56d02bbfd6275fb4a
tree79a1f03fb035898e774aecb0bb022dbe9334d43a
parent4e76dec07d374380b99a413bb2a8e5ab81324695
szedata2: add new poll mode driver

Add virtual PMD which communicates with COMBO cards through sze2
layer using libsze2 library.

Since link_speed is uint16_t, there can not be used number for 100G
speed, therefore link_speed is set to ETH_LINK_SPEED_10G until the
type of link_speed is solved.

Signed-off-by: Matej Vido <matejvido@gmail.com>
13 files changed:
MAINTAINERS
config/common_bsdapp
config/common_linuxapp
doc/guides/nics/index.rst
doc/guides/nics/szedata2.rst [new file with mode: 0644]
doc/guides/prog_guide/source_org.rst
doc/guides/rel_notes/release_2_2.rst
drivers/net/Makefile
drivers/net/szedata2/Makefile [new file with mode: 0644]
drivers/net/szedata2/rte_eth_szedata2.c [new file with mode: 0644]
drivers/net/szedata2/rte_eth_szedata2.h [new file with mode: 0644]
drivers/net/szedata2/rte_pmd_szedata2_version.map [new file with mode: 0644]
mk/rte.app.mk