[dpdk-dev] [PATCH] net/enic: enable GENEVE offload via VNIC configuration

Ferruh Yigit ferruh.yigit at intel.com
Tue May 11 16:19:45 CEST 2021


On 5/5/2021 7:39 PM, John Daley wrote:
> The admin-configured vNIC settings (i.e. via CIMC or UCSM) now include
> Geneve offload. Use that setting to decide whether to enable or
> disable Geneve offload and remove the devarg 'geneve-opt'.
> 
> Also, the firmware now allows the driver to change the Geneve port
> number. So extend udp_tunnel_port_{add,del} to accept Geneve port, in
> addition to VXLAN.
> 
> Fixes: 93fb21fdbe23 ("net/enic: enable overlay offload for VXLAN and GENEVE")
> Cc: stable at dpdk.org
> 
> Signed-off-by: John Daley <johndale at cisco.com>
> Reviewed-by: Hyong Youb Kim <hyonkim at cisco.com>
> ---
>  doc/guides/nics/enic.rst          |  32 +++---
>  drivers/net/enic/base/vnic_dev.c  |   2 +-
>  drivers/net/enic/base/vnic_enet.h |   1 +
>  drivers/net/enic/enic.h           |   4 +-
>  drivers/net/enic/enic_ethdev.c    |  71 +++++++------
>  drivers/net/enic/enic_main.c      | 161 +++++++++++++++++-------------
>  drivers/net/enic/enic_res.c       |   7 +-
>  7 files changed, 154 insertions(+), 124 deletions(-)

Hi John, Andrew,

Can you please update release notes too?



More information about the dev mailing list