Re: [dpdk-dev] [PATCH v2 04/19] net: fix missing header include

2021-01-16 Thread Ophir Munk
Acked-by: Ophir Munk > -Original Message- > From: Bruce Richardson > Sent: Friday, January 15, 2021 1:11 PM > To: dev@dpdk.org > Cc: david.march...@redhat.com; Bruce Richardson > ; sta...@dpdk.org; Olivier Matz > ; Ophir Munk ; Ferruh > Yigit > Subject: [PATCH v2 04/19] net: fix missing

[dpdk-dev] [PATCH v2 04/19] net: fix missing header include

2021-01-15 Thread Bruce Richardson
The Geneve protocol header file is missing the rte_byteorder.h header. Fixes: ea0e711b8ae0 ("app/testpmd: add GENEVE parsing") Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- lib/librte_net/rte_geneve.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_net/rte_geneve.h b/li