numam-dpdk/drivers/net/dpaa
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
..
dpaa_ethdev.c net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
dpaa_ethdev.h net/dpaa: update RSS offload types 2019-01-14 17:44:29 +01:00
dpaa_rxtx.c net: replace IPv4/v6 constants with uppercase name 2019-06-03 16:54:54 +02:00
dpaa_rxtx.h net/dpaa: separate Rx function for LS1046 2018-09-28 01:41:02 +02:00
Makefile drivers: remove Linux EAL from include path 2019-04-04 22:06:16 +02:00
meson.build build: increase readability via shortcut variables 2019-04-17 18:09:52 +02:00
rte_pmd_dpaa_version.map net/dpaa: remove experimental tag from PMD API 2018-07-12 14:40:22 +02:00
rte_pmd_dpaa.h net/dpaa: remove experimental tag from PMD API 2018-07-12 14:40:22 +02:00