numam-dpdk/examples/performance-thread
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
..
common doc: fix spelling reported by aspell in comments 2019-05-03 00:38:14 +02:00
l3fwd-thread net: replace IPv4/v6 constants with uppercase name 2019-06-03 16:54:54 +02:00
pthread_shim examples: detect default build directory 2019-03-30 01:12:15 +01:00
Makefile examples: detect default build directory 2019-03-30 01:12:15 +01:00
meson.build examples: add empty meson files for unsupported ones 2018-04-17 16:09:43 +02:00