lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun,  9 Nov 2014 13:51:51 +0200
From:	Or Gerlitz <ogerlitz@...lanox.com>
To:	"David S. Miller" <davem@...emloft.net>
Cc:	netdev@...r.kernel.org, Matan Barak <matanb@...lanox.com>,
	Amir Vadai <amirv@...lanox.com>,
	Saeed Mahameed <saeedm@...lanox.com>,
	Shani Michaeli <shanim@...lanox.com>,
	Ido Shamay <idos@...lanox.com>,
	Or Gerlitz <ogerlitz@...lanox.com>
Subject: [PATCH V3 net-next 0/2] mlx4: Add CHECKSUM_COMPLETE support 

Hi Dave, 

These patches from Shani, Matan and myself add support for 
CHECKSUM_COMPLETE reporting on non TCP/UDP packets such as 
GRE and ICMP. I'd like to deeply thank Jerry Chu for his 
innovation and support in that effort.

Based on the feedback from Eric and Ido Shamay, in V2 we dropped 
the patch which removed the calls to napi_gro_frags() and added 
a patch which makes the RX code to go through that path 
regardless of the checksum status.

Or.

changes from V2:
 - make sure to decrement the checksum complete ring counter when we
   fail to come up with that status for a packet

changes from V0/V1:
 - added a patch to extend usage napi_gro_frags()
 - applied feedback from David Laight to optimally use checksum helpers


Shani Michaeli (2):
  net/mlx4_en: Extend usage of napi_gro_frags
  net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETE

 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c |    2 +-
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c  |    5 +
 drivers/net/ethernet/mellanox/mlx4/en_port.c    |    2 +
 drivers/net/ethernet/mellanox/mlx4/en_rx.c      |  228 +++++++++++++++++------
 drivers/net/ethernet/mellanox/mlx4/main.c       |    9 +
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h    |    5 +-
 include/linux/mlx4/device.h                     |    1 +
 7 files changed, 193 insertions(+), 59 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ