numam-dpdk/examples/l3fwd-vf
David Marchand 0c9da7555d net: replace IPv4/v6 constants with uppercase name
Since we change these macros, we might as well avoid triggering complaints
from checkpatch because of mixed case.

old=RTE_IPv4
new=RTE_IPV4
git grep -lw $old | xargs sed -i -e "s/\<$old\>/$new/g"

old=RTE_ETHER_TYPE_IPv4
new=RTE_ETHER_TYPE_IPV4
git grep -lw $old | xargs sed -i -e "s/\<$old\>/$new/g"

old=RTE_ETHER_TYPE_IPv6
new=RTE_ETHER_TYPE_IPV6
git grep -lw $old | xargs sed -i -e "s/\<$old\>/$new/g"

Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Olivier Matz <olivier.matz@6wind.com>
2019-06-03 16:54:54 +02:00
..
main.c net: replace IPv4/v6 constants with uppercase name 2019-06-03 16:54:54 +02:00
Makefile examples: fix make clean when using pkg-config 2019-05-20 23:57:47 +02:00
meson.build ethdev: remove experimental flag of ports enumeration 2018-04-27 18:00:24 +01:00