Netdev List
 help / color / mirror / Atom feed
* Bad MAINTAINERS pattern in section 'MELLANOX ETHERNET INNOVA IPSEC DRIVER'
@ 2018-09-28 21:55 Joe Perches
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Perches @ 2018-09-28 21:55 UTC (permalink / raw)
  To: linux-kernel; +Cc: Boris Pismenny, netdev

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	9325	MELLANOX ETHERNET INNOVA IPSEC DRIVER
	9326	R:	Boris Pismenny <borisp@mellanox.com>
	9327	L:	netdev@vger.kernel.org
	9328	S:	Supported
	9329	W:	http://www.mellanox.com
	9330	Q:	http://patchwork.ozlabs.org/project/netdev/list/
-->	9331	F:	drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
	9332	F:	drivers/net/ethernet/mellanox/mlx5/core/ipsec*

Commit that introduced this:

commit 547eede070eb981f1442e494f08f4567dcf1d1c7
 Author: Ilan Tayari <ilant@mellanox.com>
 Date:   Tue Apr 18 16:04:28 2017 +0300
 
     net/mlx5e: IPSec, Innova IPSec offload infrastructure
     
     Add Innova IPSec ESP crypto offload configuration paths.
     Detect Innova IPSec device and set the NETIF_F_HW_ESP flag.
     Configure Security Associations using the API introduced in a previous
     patch.
     
     Add Software-parser hardware descriptor layout
     Software-Parser (swp) is a hardware feature in ConnectX which allows the
     host software to specify protocol header offsets in the TX path, thus
     overriding the hardware parser.
     This is useful for protocols that the ASIC may not be able to parse on
     its own.
     
     Note that due to inline metadata, XDP is not supported in Innova IPSec.
     
     Signed-off-by: Ilan Tayari <ilant@mellanox.com>
     Signed-off-by: Yossi Kuperman <yossiku@mellanox.com>
     Signed-off-by: Yevgeny Kliteynik <kliteyn@mellanox.com>
     Signed-off-by: Boris Pismenny <borisp@mellanox.com>
     Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
 
  MAINTAINERS                                        |  10 +
  drivers/net/ethernet/mellanox/mlx5/core/Kconfig    |  12 +
  drivers/net/ethernet/mellanox/mlx5/core/Makefile   |   2 +
  drivers/net/ethernet/mellanox/mlx5/core/en.h       |   3 +
  .../ethernet/mellanox/mlx5/core/en_accel/ipsec.c   | 415 +++++++++++++++++++++
  .../ethernet/mellanox/mlx5/core/en_accel/ipsec.h   |  78 ++++
  drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  14 +
  include/linux/mlx5/mlx5_ifc.h                      |   8 +-
  include/linux/mlx5/qp.h                            |  14 +-
  9 files changed, 552 insertions(+), 4 deletions(-)

No commit with drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/* found

^ permalink raw reply	[flat|nested] 2+ messages in thread
* Bad MAINTAINERS pattern in section 'MELLANOX ETHERNET INNOVA IPSEC DRIVER'
@ 2018-09-28 21:56 Joe Perches
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Perches @ 2018-09-28 21:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: Boris Pismenny, netdev

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	9325	MELLANOX ETHERNET INNOVA IPSEC DRIVER
	9326	R:	Boris Pismenny <borisp@mellanox.com>
	9327	L:	netdev@vger.kernel.org
	9328	S:	Supported
	9329	W:	http://www.mellanox.com
	9330	Q:	http://patchwork.ozlabs.org/project/netdev/list/
	9331	F:	drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
-->	9332	F:	drivers/net/ethernet/mellanox/mlx5/core/ipsec*

Commit that introduced this:

commit 547eede070eb981f1442e494f08f4567dcf1d1c7
 Author: Ilan Tayari <ilant@mellanox.com>
 Date:   Tue Apr 18 16:04:28 2017 +0300
 
     net/mlx5e: IPSec, Innova IPSec offload infrastructure
     
     Add Innova IPSec ESP crypto offload configuration paths.
     Detect Innova IPSec device and set the NETIF_F_HW_ESP flag.
     Configure Security Associations using the API introduced in a previous
     patch.
     
     Add Software-parser hardware descriptor layout
     Software-Parser (swp) is a hardware feature in ConnectX which allows the
     host software to specify protocol header offsets in the TX path, thus
     overriding the hardware parser.
     This is useful for protocols that the ASIC may not be able to parse on
     its own.
     
     Note that due to inline metadata, XDP is not supported in Innova IPSec.
     
     Signed-off-by: Ilan Tayari <ilant@mellanox.com>
     Signed-off-by: Yossi Kuperman <yossiku@mellanox.com>
     Signed-off-by: Yevgeny Kliteynik <kliteyn@mellanox.com>
     Signed-off-by: Boris Pismenny <borisp@mellanox.com>
     Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
 
  MAINTAINERS                                        |  10 +
  drivers/net/ethernet/mellanox/mlx5/core/Kconfig    |  12 +
  drivers/net/ethernet/mellanox/mlx5/core/Makefile   |   2 +
  drivers/net/ethernet/mellanox/mlx5/core/en.h       |   3 +
  .../ethernet/mellanox/mlx5/core/en_accel/ipsec.c   | 415 +++++++++++++++++++++
  .../ethernet/mellanox/mlx5/core/en_accel/ipsec.h   |  78 ++++
  drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  14 +
  include/linux/mlx5/mlx5_ifc.h                      |   8 +-
  include/linux/mlx5/qp.h                            |  14 +-
  9 files changed, 552 insertions(+), 4 deletions(-)

No commit with drivers/net/ethernet/mellanox/mlx5/core/ipsec* found

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

end of thread, other threads:[~2018-09-28 21:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-28 21:55 Bad MAINTAINERS pattern in section 'MELLANOX ETHERNET INNOVA IPSEC DRIVER' Joe Perches
  -- strict thread matches above, loose matches on Subject: below --
2018-09-28 21:56 Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox