From: Olivier Matz Date: Tue, 21 May 2019 16:13:10 +0000 (+0200) Subject: net: add rte prefix to IP structure X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a7c528e5d71ff3f569898d268f9de129fdfc152b;hp=a7c528e5d71ff3f569898d268f9de129fdfc152b;p=dpdk.git net: add rte prefix to IP structure Add 'rte_' prefix to structures: - rename struct ipv4_hdr as struct rte_ipv4_hdr. - rename struct ipv6_hdr as struct rte_ipv6_hdr. Signed-off-by: Olivier Matz Reviewed-by: Stephen Hemminger Reviewed-by: Maxime Coquelin Reviewed-by: Ferruh Yigit ---