All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [pull request][net-next V4 0/8] mlx5 updates 2020-06-23
@ 2020-06-25 20:13 Saeed Mahameed
  2020-06-25 20:13 ` [net-next V4 1/8] net/mlx5: Avoid eswitch header inclusion in fs core layer Saeed Mahameed
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Saeed Mahameed @ 2020-06-25 20:13 UTC (permalink / raw
  To: David S. Miller, kuba; +Cc: netdev, Saeed Mahameed

Hi Dave, Jakub

This series adds misc cleanup and updates to mlx5 driver.

v1->v2:
 - Removed unnecessary Fixes Tags 

v2->v3:
 - Drop "macro undefine" patch, it has no value

v3->v4:
 - Drop the Relaxed ordering patch.

For more information please see tag log below.

Please pull and let me know if there is any problem.

Thanks,
Saeed.

---
The following changes since commit d621d7703d510d222fa674254293ec48ca6ea709:

  net: enetc add tc flower offload flow metering policing action (2020-06-24 22:05:01 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2020-06-23

for you to fetch changes up to efbb974d8ead5106787144219cb240fdcebccc16:

  net/mlx5e: vxlan: Return bool instead of opaque ptr in port_lookup() (2020-06-25 12:41:46 -0700)

----------------------------------------------------------------
mlx5-updates-2020-06-23

1) Misc updates and cleanup
2) Use RCU instead of spinlock for vxlan table

----------------------------------------------------------------
Alaa Hleihel (1):
      net/mlx5e: Move including net/arp.h from en_rep.c to rep/neigh.c

Denis Efremov (1):
      net/mlx5: Use kfree(ft->g) in arfs_create_groups()

Hu Haowen (1):
      net/mlx5: FWTrace: Add missing space

Maxim Mikityanskiy (1):
      net/mlx5e: Remove unused mlx5e_xsk_first_unused_channel

Parav Pandit (1):
      net/mlx5: Avoid eswitch header inclusion in fs core layer

Saeed Mahameed (2):
      net/mlx5e: vxlan: Use RCU for vxlan table lookup
      net/mlx5e: vxlan: Return bool instead of opaque ptr in port_lookup()

Vlad Buslov (1):
      net/mlx5e: Move TC-specific function definitions into MLX5_CLS_ACT

 .../ethernet/mellanox/mlx5/core/diag/fw_tracer.c   |  2 +-
 .../net/ethernet/mellanox/mlx5/core/en/rep/neigh.c |  1 +
 .../net/ethernet/mellanox/mlx5/core/en/xsk/umem.c  | 13 -----
 .../net/ethernet/mellanox/mlx5/core/en/xsk/umem.h  |  2 -
 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c  |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c   |  1 -
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.h    | 16 +++---
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.h  | 10 ----
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |  1 -
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h  | 10 ++++
 .../net/ethernet/mellanox/mlx5/core/lib/vxlan.c    | 64 +++++++++-------------
 .../net/ethernet/mellanox/mlx5/core/lib/vxlan.h    |  5 +-
 12 files changed, 50 insertions(+), 77 deletions(-)

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

end of thread, other threads:[~2020-06-25 21:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-25 20:13 [pull request][net-next V4 0/8] mlx5 updates 2020-06-23 Saeed Mahameed
2020-06-25 20:13 ` [net-next V4 1/8] net/mlx5: Avoid eswitch header inclusion in fs core layer Saeed Mahameed
2020-06-25 20:13 ` [net-next V4 2/8] net/mlx5: FWTrace: Add missing space Saeed Mahameed
2020-06-25 20:13 ` [net-next V4 3/8] net/mlx5: Use kfree(ft->g) in arfs_create_groups() Saeed Mahameed
2020-06-25 20:13 ` [net-next V4 4/8] net/mlx5e: Remove unused mlx5e_xsk_first_unused_channel Saeed Mahameed
2020-06-25 20:13 ` [net-next V4 5/8] net/mlx5e: Move including net/arp.h from en_rep.c to rep/neigh.c Saeed Mahameed
2020-06-25 20:13 ` [net-next V4 6/8] net/mlx5e: Move TC-specific function definitions into MLX5_CLS_ACT Saeed Mahameed
2020-06-25 20:13 ` [net-next V4 7/8] net/mlx5e: vxlan: Use RCU for vxlan table lookup Saeed Mahameed
2020-06-25 20:13 ` [net-next V4 8/8] net/mlx5e: vxlan: Return bool instead of opaque ptr in port_lookup() Saeed Mahameed
2020-06-25 20:27 ` [pull request][net-next V4 0/8] mlx5 updates 2020-06-23 Jakub Kicinski
2020-06-25 21:05 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.