numam-dpdk/lib/librte_pipeline
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
..
Makefile
meson.build
rte_pipeline_version.map
rte_pipeline.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
rte_pipeline.h
rte_port_in_action.c
rte_port_in_action.h
rte_table_action.c net: replace IPv4/v6 constants with uppercase name 2019-06-03 16:54:54 +02:00
rte_table_action.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00