numam-dpdk/lib/librte_net
Olivier Matz 57668ed7bc net: move ethernet definitions to the net library
The proper place for rte_ether.h is in librte_net because it defines
network headers.

Moving it will also prevent to have circular references in the following
patches that will require the Ethernet header definition in rte_mbuf.c.
By the way, fix minor checkpatch issues.

Signed-off-by: Didier Pallard <didier.pallard@6wind.com>
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
2016-10-11 18:16:22 +02:00
..
Makefile net: move ethernet definitions to the net library 2016-10-11 18:16:22 +02:00
rte_arp.h net: change arp header struct declaration 2015-02-20 22:10:52 +01:00
rte_ether.h net: move ethernet definitions to the net library 2016-10-11 18:16:22 +02:00
rte_icmp.h
rte_ip.h net: fix build with gcc 4.4.7 and strict aliasing 2015-11-25 22:11:37 +01:00
rte_sctp.h
rte_tcp.h
rte_udp.h