net: add GRE header structure
authorOlivier Matz <olivier.matz@6wind.com>
Mon, 3 Oct 2016 08:38:50 +0000 (10:38 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 11 Oct 2016 16:17:13 +0000 (18:17 +0200)
commit894f71a3805df64c405cbec995840c48124fc137
tree1c2c8a3d721f929a199917318a0fc0b6074c0833
parentb32159dccacf54d49b5754b35ac3109331840121
net: add GRE header structure

Add the Gre header structure in librte_net. It will be used by next
patches that adds the support of Gre tunnels in the software packet type
parser.

The extended headers (checksum, key or sequence number) are not defined.

Signed-off-by: Jean Dao <jean.dao@6wind.com>
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_net/Makefile
lib/librte_net/rte_gre.h [new file with mode: 0644]