[Intel-wired-lan] [PATCH S32 03/15] ice: Implement DCBNL support

Bowers, AndrewX andrewx.bowers at intel.com
Fri Nov 1 16:41:46 UTC 2019


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Tony Nguyen
> Sent: Friday, October 25, 2019 7:34 AM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH S32 03/15] ice: Implement DCBNL support
> 
> From: Dave Ertman <david.m.ertman at intel.com>
> 
> Implement interface layer for the DCBNL subsystem. These are the functions
> to support the callbacks defined in the dcbnl_rtnl_ops struct. These callbacks
> are going to be used to interface with the DCB settings of the device.
> Implementation of dcb_nl set functions and supporting SW DCB functions.
> 
> Signed-off-by: Dave Ertman <david.m.ertman 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_dcb_lib.c  |  15 +-
> drivers/net/ethernet/intel/ice/ice_dcb_lib.h  |  15 +-
>  drivers/net/ethernet/intel/ice/ice_dcb_nl.c   | 933 ++++++++++++++++++
>  drivers/net/ethernet/intel/ice/ice_dcb_nl.h   |  19 +
>  .../net/ethernet/intel/ice/ice_hw_autogen.h   |   3 +
>  drivers/net/ethernet/intel/ice/ice_lib.c      |   1 +
>  drivers/net/ethernet/intel/ice/ice_main.c     |   6 +
>  9 files changed, 991 insertions(+), 5 deletions(-)  create mode 100644
> drivers/net/ethernet/intel/ice/ice_dcb_nl.c
>  create mode 100644 drivers/net/ethernet/intel/ice/ice_dcb_nl.h

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>




More information about the Intel-wired-lan mailing list