numam-dpdk/lib/librte_vhost
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
..
fd_man.c vhost: fix race condition when adding fd in the fdset 2018-12-21 16:22:40 +01:00
fd_man.h vhost: fix race condition when adding fd in the fdset 2018-12-21 16:22:40 +01:00
iotlb.c drivers: remove blank line at EOF 2019-04-22 13:24:59 +02:00
iotlb.h vhost: flush IOTLB cache on new mem table handling 2018-08-05 01:47:47 +02:00
Makefile vhost/crypto: fix shared lib build without cryptodev 2018-10-26 22:14:05 +02:00
meson.build build: increase readability via shortcut variables 2019-04-17 18:09:52 +02:00
rte_vdpa.h vhost: remove vDPA available ring relay helper 2019-02-08 19:27:07 +01:00
rte_vhost_crypto.h vhost/crypto: use separate session mempools 2019-01-10 16:57:22 +01:00
rte_vhost_version.map vhost: add API to set protocol features flags 2019-03-20 18:15:42 +01:00
rte_vhost.h doc: fix spelling reported by aspell in comments 2019-05-03 00:38:14 +02:00
socket.c vhost: fix passing destroyed device to destroy callback 2019-04-19 14:51:54 +02:00
vdpa.c vhost: fix null pointer checking 2019-04-19 14:51:54 +02:00
vhost_crypto.c vhost/crypto: fix parens 2019-03-29 17:25:32 +01:00
vhost_user.c vhost: fix silent queue enabling with legacy guests 2019-04-19 14:51:54 +02:00
vhost_user.h vhost: remove unused function prototype 2019-01-18 09:47:26 +01:00
vhost.c vhost: fix null pointer checking 2019-04-19 14:51:54 +02:00
vhost.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
virtio_crypto.h vhost: add virtio crypto header file 2018-04-14 00:43:30 +02:00
virtio_net.c net: replace IPv4/v6 constants with uppercase name 2019-06-03 16:54:54 +02:00