netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [pull request][net-next 0/8] Mellanox, mlx5 updates 2017-11-09
@ 2017-11-09  5:15 Saeed Mahameed
  2017-11-09  5:15 ` [net-next 1/8] net/mlx5e: Rename VLAN related variables and functions Saeed Mahameed
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Saeed Mahameed @ 2017-11-09  5:15 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Saeed Mahameed

Hi Dave,

This series introduces vlan offloads related improvements for mlx5
ethernet netdev driver Plus some trivial refactoring patches needed by
this series, from Gal Pressman.

For more information please see tag log below.

Please pull and let me know if there's any problem.

Thanks,
Saeed.

---

The following changes since commit 19aeeb9f46cb4b9474ebeb50cb01b9a1adba73b8:

  Merge branch 'dsa-setup-stage' (2017-11-09 09:26:50 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2017-11-09

for you to fetch changes up to f938daeee95eb36ef6b431bf054a5cc6cdada112:

  net/mlx5e: CHECKSUM_COMPLETE offload for VLAN/QinQ packets (2017-11-09 13:28:29 +0900)

----------------------------------------------------------------
mlx5-updates-2017-11-09

This series introduces vlan offloads related improvements for mlx5
ethernet netdev driver, from Gal Pressman.

 - Add support for 802.1ad vlan filter
 - Add support for 802.1ad vlan insertion
 - Add vlan offloads statistics to ethtool (inserted/stripped vlans)
 - CHECKSUM_COMPLETE support for vlan traffic when vlan stripping is off! (Finally)

----------------------------------------------------------------
Gal Pressman (8):
      net/mlx5e: Rename VLAN related variables and functions
      net/mlx5e: Add rollback on add VLAN failure
      net: Introduce netdev_*_once functions
      net/mlx5e: Declare bitmap using kernel macro
      net/mlx5e: Add 802.1ad VLAN filter steering rules
      net/mlx5e: Add 802.1ad VLAN insertion support
      net/mlx5e: Add VLAN offloads statistics
      net/mlx5e: CHECKSUM_COMPLETE offload for VLAN/QinQ packets

 drivers/net/ethernet/mellanox/mlx5/core/en.h       |  12 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c    | 159 ++++++++++++++++-----
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  32 ++++-
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c    |  21 ++-
 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c |   4 +
 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h |   4 +
 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c    |   4 +
 include/linux/mlx5/qp.h                            |   1 +
 include/linux/netdevice.h                          |  29 ++++
 9 files changed, 214 insertions(+), 52 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-11-10  4:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-09  5:15 [pull request][net-next 0/8] Mellanox, mlx5 updates 2017-11-09 Saeed Mahameed
2017-11-09  5:15 ` [net-next 1/8] net/mlx5e: Rename VLAN related variables and functions Saeed Mahameed
2017-11-09  5:15 ` [net-next 2/8] net/mlx5e: Add rollback on add VLAN failure Saeed Mahameed
2017-11-09  5:15 ` [net-next 3/8] net: Introduce netdev_*_once functions Saeed Mahameed
2017-11-09  5:15 ` [net-next 4/8] net/mlx5e: Declare bitmap using kernel macro Saeed Mahameed
2017-11-09  5:15 ` [net-next 5/8] net/mlx5e: Add 802.1ad VLAN filter steering rules Saeed Mahameed
2017-11-09  5:15 ` [net-next 6/8] net/mlx5e: Add 802.1ad VLAN insertion support Saeed Mahameed
2017-11-09  5:15 ` [net-next 7/8] net/mlx5e: Add VLAN offloads statistics Saeed Mahameed
2017-11-09  5:15 ` [net-next 8/8] net/mlx5e: CHECKSUM_COMPLETE offload for VLAN/QinQ packets Saeed Mahameed
2017-11-10  4:52 ` [pull request][net-next 0/8] Mellanox, mlx5 updates 2017-11-09 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).