mbox series

[mlx5-next,0/3] mlx5 next updates 2020-06-25

Message ID 20200626055612.99645-1-saeedm@mellanox.com (mailing list archive)
Headers show
Series mlx5 next updates 2020-06-25 | expand

Message

Saeed Mahameed June 26, 2020, 5:56 a.m. UTC
This small patchset includes 3 patches to mlx5-next branch.

1) Include directives cleanup from Parav.
2) TLS Hardware layouts improvements from Tariq.

Thanks,
Saeed.

--

Parav Pandit (2):
  net/mlx5: Avoid RDMA file inclusion in core driver
  net/mlx5: Avoid eswitch header inclusion in fs core layer

Tariq Toukan (1):
  net/mlx5: kTLS, Improve TLS params layout structures

 drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h  |  2 +-
 .../ethernet/mellanox/mlx5/core/en_accel/ktls.h    |  2 +-
 .../ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c | 14 +++++++++-----
 .../mellanox/mlx5/core/en_accel/tls_rxtx.c         |  2 +-
 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 ++++++++++
 include/linux/mlx5/cq.h                            |  1 -
 include/linux/mlx5/device.h                        |  9 +++++++++
 include/linux/mlx5/mlx5_ifc.h                      |  5 +----
 include/linux/mlx5/qp.h                            |  2 +-
 11 files changed, 33 insertions(+), 25 deletions(-)

Comments

Saeed Mahameed June 27, 2020, 8:52 p.m. UTC | #1
On Thu, 2020-06-25 at 22:56 -0700, Saeed Mahameed wrote:
> This small patchset includes 3 patches to mlx5-next branch.
> 
> 1) Include directives cleanup from Parav.
> 2) TLS Hardware layouts improvements from Tariq.
> 
> Thanks,
> Saeed.
> 

Series applied