numam-dpdk/lib/librte_net
Saleh Alsouqi 2318d8d545 net: define IPv4 IHL and VHL
Define IPv4 Minimum IHL and VHL according to rfc791 (see [1])

    "The Version field indicates the format of the
    internet header."

    "Internet Header Length (ihl) is the length of the
    internet header in 32 bit words, and thus points
    to the beginning of the data. Note that
    the minimum value for a correct header is 5."

[1] https://tools.ietf.org/html/rfc791

Signed-off-by: Saleh Alsouqi <salehals@mellanox.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-07-05 01:52:01 +02:00
..
Makefile
meson.build
net_crc_neon.h
net_crc_sse.h
rte_arp.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
rte_arp.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00
rte_esp.h net: add rte prefix to ESP structure 2019-05-24 13:34:45 +02:00
rte_ether.h net: forbid VLAN insert in shared mbuf 2019-07-04 15:59:14 +02:00
rte_gre.h net: add rte prefix to GRE structure 2019-05-24 13:34:45 +02:00
rte_icmp.h net: add rte prefix to ICMP defines 2019-05-24 13:34:46 +02:00
rte_ip.h net: define IPv4 IHL and VHL 2019-07-05 01:52:01 +02:00
rte_mpls.h
rte_net_crc.c
rte_net_crc.h
rte_net_version.map
rte_net.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
rte_net.h net: fix how L4 checksum choice is tested 2019-06-28 20:32:18 +02:00
rte_sctp.h net: add rte prefix to SCTP structure 2019-05-24 13:34:46 +02:00
rte_tcp.h net: move TCP flags from ethdev header 2019-07-03 12:57:30 +02:00
rte_udp.h net: add rte prefix to UDP structure 2019-05-24 13:34:46 +02:00