All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 net-next 0/2] Add CHECKSUM_COMPLETE support
@ 2014-11-06 16:28 Or Gerlitz
  2014-11-06 16:28 ` [PATCH V2 net-next 1/2] net/mlx4_en: Extend usage of napi_gro_frags Or Gerlitz
  2014-11-06 16:28 ` [PATCH V2 net-next 2/2] net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETE Or Gerlitz
  0 siblings, 2 replies; 6+ messages in thread
From: Or Gerlitz @ 2014-11-06 16:28 UTC (permalink / raw)
  To: David S. Miller
  Cc: netdev, Matan Barak, Amir Vadai, Saeed Mahameed, Shani Michaeli,
	Ido Shamay, Or Gerlitz

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 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      |  229 +++++++++++++++++------
 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(+), 60 deletions(-)

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

end of thread, other threads:[~2014-11-09  8:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-06 16:28 [PATCH V2 net-next 0/2] Add CHECKSUM_COMPLETE support Or Gerlitz
2014-11-06 16:28 ` [PATCH V2 net-next 1/2] net/mlx4_en: Extend usage of napi_gro_frags Or Gerlitz
2014-11-06 16:28 ` [PATCH V2 net-next 2/2] net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETE Or Gerlitz
2014-11-07  8:40   ` Ido Shamay
2014-11-09  8:24     ` Or Gerlitz
2014-11-09  8:14   ` Amir Vadai

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.