numam-dpdk/lib/librte_net
Gage Eads 68248ad1b9 net: rename u16 to fix shadowed declaration
This patch renames u16 to u16_buf. u16 as a variable name causes a shadowed
declaration warning if, for example, the application also typedefs u16
(e.g. by including a header containing "typedef unsigned short u16") and
the application is built with -Wshadow.

Signed-off-by: Gage Eads <gage.eads@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2018-06-27 22:55:54 +02:00
..
Makefile net: export IPv6 header extensions skip function 2018-04-27 17:34:41 +01:00
meson.build net: export IPv6 header extensions skip function 2018-04-27 17:34:41 +01:00
net_crc_neon.h lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
net_crc_sse.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_arp.c add experimental tag to appropriate functions 2018-01-29 23:35:29 +01:00
rte_arp.h net: use SPDX tags 2018-02-01 02:27:22 +01:00
rte_esp.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
rte_ether.h net: explicit cast of multicast bit clearing 2018-05-21 00:21:24 +02:00
rte_gre.h net: use SPDX tags 2018-02-01 02:27:22 +01:00
rte_icmp.h net: update licence for network headers 2018-01-05 19:23:29 +01:00
rte_ip.h net: rename u16 to fix shadowed declaration 2018-06-27 22:55:54 +02:00
rte_net_crc.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_net_crc.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_net_version.map lib: clear experimental version tag in linker scripts 2018-05-14 03:37:28 +02:00
rte_net.c net: export IPv6 header extensions skip function 2018-04-27 17:34:41 +01:00
rte_net.h net: export IPv6 header extensions skip function 2018-04-27 17:34:41 +01:00
rte_sctp.h net: update licence for network headers 2018-01-05 19:23:29 +01:00
rte_tcp.h net: update licence for network headers 2018-01-05 19:23:29 +01:00
rte_udp.h net: update licence for network headers 2018-01-05 19:23:29 +01:00