[Intel-wired-lan] [PATCH 4/4] i40e: geneve tunnel offload support

Jesse Gross jesse at nicira.com
Sat Aug 22 00:38:42 UTC 2015


On Thu, Aug 20, 2015 at 11:46 AM, Anjali Singhai Jain
<anjali.singhai at intel.com> wrote:
> diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c
> index bbc704b..7b41e1a 100644
> --- a/drivers/net/ethernet/intel/i40e/i40e_main.c
> +++ b/drivers/net/ethernet/intel/i40e/i40e_main.c
> @@ -6665,7 +6665,7 @@ static void i40e_handle_mdd_event(struct i40e_pf *pf)
>   **/
>  static void i40e_sync_udp_filters_subtask(struct i40e_pf *pf)
>  {
> -#if defined(CONFIG_VXLAN) || defined(CONFIG_VXLAN_MODULE)
> +#if defined(CONFIG_VXLAN) || defined(CONFIG_VXLAN_MODULE) || defined(CONFIG_GENEVE_CORE)

Presumably this also needs CONFIG_GENEVE_CORE_MODULE (or use IS_ENABLED).


More information about the Intel-wired-lan mailing list