numam-dpdk/examples/ipsec-secgw
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
..
test examples/ipsec-secgw: fix test script 2019-04-02 16:50:24 +02:00
ep0.cfg examples/ipsec-secgw: add sample configuration files 2016-10-04 20:41:09 +02:00
ep1.cfg examples/ipsec-secgw: add sample configuration files 2016-10-04 20:41:09 +02:00
esp.c net: add rte prefix to ESP structure 2019-05-24 13:34:45 +02:00
esp.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ipip.h examples/ipsec-secgw: update incremental checksum 2018-01-20 16:10:52 +01:00
ipsec_process.c examples/ipsec_secgw: fix possible null dereference 2019-04-02 16:50:24 +02:00
ipsec-secgw.c net: replace IPv4/v6 constants with uppercase name 2019-06-03 16:54:54 +02:00
ipsec.c examples/ipsec-secgw: fix pool usage for security session 2019-04-23 14:44:26 +02:00
ipsec.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
Makefile examples: fix make clean when using pkg-config 2019-05-20 23:57:47 +02:00
meson.build examples/ipsec-secgw: make data-path to use IPsec library 2019-01-10 16:57:22 +01:00
parser.c net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
parser.h examples/ipsec-secgw: allow to specify neighbour MAC address 2019-01-10 16:57:22 +01:00
rt.c examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
sa.c net: replace IPv4/v6 constants with uppercase name 2019-06-03 16:54:54 +02:00
sp4.c examples/ipsec-secgw: fix SPD no-match case 2019-04-23 14:44:01 +02:00
sp6.c examples/ipsec-secgw: fix SPD no-match case 2019-04-23 14:44:01 +02:00