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

Ophir Munk ophirmu at nvidia.com
Sat Jan 16 13:10:45 CET 2021


Acked-by: Ophir Munk <ophirmu at nvidia.com>

> -----Original Message-----
> From: Bruce Richardson <bruce.richardson at intel.com>
> Sent: Friday, January 15, 2021 1:11 PM
> To: dev at dpdk.org
> Cc: david.marchand at redhat.com; Bruce Richardson
> <bruce.richardson at intel.com>; stable at dpdk.org; Olivier Matz
> <olivier.matz at 6wind.com>; Ophir Munk <ophirmu at mellanox.com>; Ferruh
> Yigit <ferruh.yigit at intel.com>
> Subject: [PATCH v2 04/19] net: fix missing header include
> 
> The Geneve protocol header file is missing the rte_byteorder.h header.
> 
> Fixes: ea0e711b8ae0 ("app/testpmd: add GENEVE parsing")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
>  lib/librte_net/rte_geneve.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/librte_net/rte_geneve.h b/lib/librte_net/rte_geneve.h index
> bb67724c31..7c3d477dcb 100644
> --- a/lib/librte_net/rte_geneve.h
> +++ b/lib/librte_net/rte_geneve.h
> @@ -11,6 +11,7 @@
>   * GENEVE-related definitions
>   */
>  #include <stdint.h>
> +#include <rte_byteorder.h>
> 
>  #ifdef __cplusplus
>  extern "C" {
> --
> 2.27.0



More information about the dev mailing list