linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: ipa: IPA v4.5 inline checksum offload
@ 2020-12-01  0:41 Alex Elder
  2020-12-01  0:41 ` [PATCH net-next 1/2] if_rmnet.h: define struct rmnet_map_v5_csum_header Alex Elder
  2020-12-01  0:41 ` [PATCH net-next 2/2] net: ipa: add support for inline checksum offload Alex Elder
  0 siblings, 2 replies; 5+ messages in thread
From: Alex Elder @ 2020-12-01  0:41 UTC (permalink / raw)
  To: davem, kuba, subashab
  Cc: evgreen, cpratapa, bjorn.andersson, netdev, linux-kernel

This series includes one changed destined for a central header file
and a second (dependent on the first) that applies to the IPA driver.
If these should be posted a different way, please let me know.

The first patch introduces a new data structure defining the format
of a header that's used for "inline" checksum offload.  Changes to
the RMNet driver are required to fully support this feature, and
those will be provided separately.

The second patch implements changes to the IPA driver required to
support inline checksum offload for IPA version 4.5.  It uses only
the *size* of the new data structure.

					-Alex

Alex Elder (2):
  if_rmnet.h: define struct rmnet_map_v5_csum_header
  net: ipa: add support for inline checksum offload

 drivers/net/ipa/ipa_endpoint.c | 50 ++++++++++++++++++++++++++--------
 drivers/net/ipa/ipa_reg.h      |  1 +
 include/linux/if_rmnet.h       | 30 ++++++++++++++++++++
 3 files changed, 70 insertions(+), 11 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2020-12-02 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01  0:41 [PATCH net-next 0/2] net: ipa: IPA v4.5 inline checksum offload Alex Elder
2020-12-01  0:41 ` [PATCH net-next 1/2] if_rmnet.h: define struct rmnet_map_v5_csum_header Alex Elder
2020-12-01  0:41 ` [PATCH net-next 2/2] net: ipa: add support for inline checksum offload Alex Elder
2020-12-02  2:13   ` Jakub Kicinski
2020-12-02 13:24     ` Alex Elder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).