[dpdk-dev] [PATCH 5/5] replace RTE_ETHER_TYPE_IPv6 with uppercase RTE_ETHER_TYPE_IPV6
Olivier Matz
olivier.matz at 6wind.com
Wed May 29 16:27:27 CEST 2019
On Wed, May 29, 2019 at 01:29:18PM +0200, David Marchand wrote:
> Since we change this macro, we might as well avoid triggering complaints
> from checkpatch because of mixed case.
>
> 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 at redhat.com>
Reviewed-by: Olivier Matz <olivier.matz at 6wind.com>
More information about the dev
mailing list