[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210210232436.4084373-1-anthony.l.nguyen@intel.com>
Date: Wed, 10 Feb 2021 15:24:29 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
sassmann@...hat.com
Subject: [PATCH net-next 0/7][pull request] 40GbE Intel Wired LAN Driver Updates 2021-02-10
This series contains updates to i40e driver only.
Arkadiusz adds support for software controlled DCB. Upon disabling of the
firmware LLDP agent, the driver configures DCB with default values
(only one Traffic Class). At the same time, it allows a software based
LLDP agent - userspace application i.e. lldpad) to receive DCB TLVs
and set desired DCB configuration through DCB related netlink callbacks.
Aleksandr implements get and set ethtool ops for Energy Efficient
Ethernet.
Przemyslaw extends support for ntuple filters allowing for Flow Director
IPv6 and VLAN filters.
Kaixu Xia removes an unneeded assignment.
The following are changes since commit dc9d87581d464e7b7d38853d6904b70b6c920d99:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE
Aleksandr Loktionov (1):
i40e: Add EEE status getting & setting implementation
Arkadiusz Kubalewski (3):
i40e: Add hardware configuration for software based DCB
i40e: Add init and default config of software based DCB
i40e: Add netlink callbacks support for software based DCB
Kaixu Xia (1):
i40e: remove the useless value assignment in i40e_clean_adminq_subtask
Przemyslaw Patynowski (2):
i40e: Add flow director support for IPv6
i40e: VLAN field for flow director
drivers/net/ethernet/intel/i40e/i40e.h | 26 +-
.../net/ethernet/intel/i40e/i40e_adminq_cmd.h | 11 +-
drivers/net/ethernet/intel/i40e/i40e_common.c | 65 +-
drivers/net/ethernet/intel/i40e/i40e_dcb.c | 949 +++++++++++++++++-
drivers/net/ethernet/intel/i40e/i40e_dcb.h | 169 +++-
drivers/net/ethernet/intel/i40e/i40e_dcb_nl.c | 752 +++++++++++++-
.../net/ethernet/intel/i40e/i40e_ethtool.c | 382 ++++++-
drivers/net/ethernet/intel/i40e/i40e_main.c | 601 ++++++++++-
.../net/ethernet/intel/i40e/i40e_prototype.h | 9 +-
.../net/ethernet/intel/i40e/i40e_register.h | 174 +++-
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 534 ++++++----
drivers/net/ethernet/intel/i40e/i40e_type.h | 5 +-
12 files changed, 3378 insertions(+), 299 deletions(-)
--
2.26.2
Powered by blists - more mailing lists