[Intel-wired-lan] [PATCH net-next v3 03/14] ice: Add new VSI VLAN ops

G, GurucharanX gurucharanx.g at intel.com
Fri Dec 10 06:31:39 UTC 2021



> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces at osuosl.org> On Behalf Of Tony
> Nguyen
> Sent: Thursday, December 2, 2021 10:09 PM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH net-next v3 03/14] ice: Add new VSI VLAN ops
> 
> From: Brett Creeley <brett.creeley at intel.com>
> 
> Incoming changes to support 802.1Q and/or 802.1ad VLAN filtering and
> offloads require more flexibility when configuring VLANs. The VSI VLAN
> interface will allow flexibility for configuring VLANs for all VSI types. Add new
> files to separate the VSI VLAN ops and move functions to make the code more
> organized.
> 
> Signed-off-by: Brett Creeley <brett.creeley at intel.com>
> Signed-off-by: Tony Nguyen <anthony.l.nguyen at intel.com>
> ---
>  drivers/net/ethernet/intel/ice/Makefile       |   2 +
>  drivers/net/ethernet/intel/ice/ice.h          |   2 +
>  drivers/net/ethernet/intel/ice/ice_eswitch.c  |   2 +-
>  drivers/net/ethernet/intel/ice/ice_lib.c      | 207 +----------
>  drivers/net/ethernet/intel/ice/ice_lib.h      |  11 -
>  drivers/net/ethernet/intel/ice/ice_main.c     |  30 +-
>  drivers/net/ethernet/intel/ice/ice_osdep.h    |   1 +
>  drivers/net/ethernet/intel/ice/ice_switch.h   |   9 -
>  drivers/net/ethernet/intel/ice/ice_type.h     |   9 +
>  .../net/ethernet/intel/ice/ice_virtchnl_pf.c  | 111 +-----
> .../net/ethernet/intel/ice/ice_vsi_vlan_lib.c | 326 ++++++++++++++++++
> .../net/ethernet/intel/ice/ice_vsi_vlan_lib.h |  27 ++
> .../net/ethernet/intel/ice/ice_vsi_vlan_ops.c |  20 ++
> .../net/ethernet/intel/ice/ice_vsi_vlan_ops.h |  28 ++
>  14 files changed, 450 insertions(+), 335 deletions(-)  create mode 100644
> drivers/net/ethernet/intel/ice/ice_vsi_vlan_lib.c
>  create mode 100644 drivers/net/ethernet/intel/ice/ice_vsi_vlan_lib.h
>  create mode 100644 drivers/net/ethernet/intel/ice/ice_vsi_vlan_ops.c
>  create mode 100644 drivers/net/ethernet/intel/ice/ice_vsi_vlan_ops.h
> 

Tested-by: Gurucharan G <gurucharanx.g at intel.com> (A Contingent worker at Intel)


More information about the Intel-wired-lan mailing list