net: introduce net library
authorOlivier Matz <olivier.matz@6wind.com>
Mon, 3 Oct 2016 08:38:45 +0000 (10:38 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 11 Oct 2016 16:16:22 +0000 (18:16 +0200)
commitb25c2a8c692df133ef9817adae197e009fa5c021
tree8266cb525d09dabe37b574b11d8a1d9dd43eae36
parenta3917f2218ffb6965294e35ceaab2090650ae061
net: introduce net library

Previously, librte_net only contained header files. Add a C file
(empty for now) and generate a library. It will contain network helpers
like checksum calculation, software packet type parser, ...

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
MAINTAINERS
lib/librte_net/Makefile
lib/librte_net/rte_net.c [new file with mode: 0644]
lib/librte_net/rte_net_version.map [new file with mode: 0644]
mk/rte.app.mk
mk/rte.lib.mk