netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/3] net: qualcomm: rmnet: Enable Mapv5
@ 2021-02-23 20:02 Sharath Chandra Vurukala
  2021-02-23 20:02 ` [PATCH net-next v3 1/3] docs: networking: Add documentation for MAPv5 Sharath Chandra Vurukala
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sharath Chandra Vurukala @ 2021-02-23 20:02 UTC (permalink / raw)
  To: davem, kuba, elder, cpratapa, subashab, netdev, linux-kernel
  Cc: Sharath Chandra Vurukala

This series introduces the MAPv5 packet format.

Patch 0 documents the MAPv5.
Patch 1 introduces the Mapv5 and the Inline checksum offload for RX.
Patch 2 introduces the Mapv5 and the Inline checksum offload for TX.

A new checksum header format is used as part of MAPv5.
For RX checksum offload, the checksum is verified by the HW and the
validity is marked in the checksum header of MAPv5.
for TX, the required metadata is filled up so hardware can compute the
checksum.

v1->v2:
- Fixed the compilation errors, warnings reported by kernel test robot.
- Checksum header definition is expanded to support big, little endian
	formats as mentioned by Jakub.

v2->v3:
- Fixed compilation errors reported by kernel bot for big endian flavor.

Sharath Chandra Vurukala (3):
  docs: networking: Add documentation for MAPv5
  net: ethernet: rmnet: Support for downlink MAPv5 checksum offload
  net: ethernet: rmnet: Add support for Mapv5 uplink packet

 .../device_drivers/cellular/qualcomm/rmnet.rst     |  53 ++++++-
 drivers/net/ethernet/qualcomm/rmnet/rmnet_config.h |   4 +-
 .../net/ethernet/qualcomm/rmnet/rmnet_handlers.c   |  34 +++--
 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h    |  22 ++-
 .../net/ethernet/qualcomm/rmnet/rmnet_map_data.c   | 153 ++++++++++++++++++++-
 include/linux/if_rmnet.h                           |  24 +++-
 include/uapi/linux/if_link.h                       |   2 +
 7 files changed, 263 insertions(+), 29 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

end of thread, other threads:[~2021-02-25 15:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23 20:02 [PATCH net-next v3 0/3] net: qualcomm: rmnet: Enable Mapv5 Sharath Chandra Vurukala
2021-02-23 20:02 ` [PATCH net-next v3 1/3] docs: networking: Add documentation for MAPv5 Sharath Chandra Vurukala
2021-02-23 20:02 ` [PATCH net-next v3 2/3] net: ethernet: rmnet: Support for downlink MAPv5 checksum offload Sharath Chandra Vurukala
2021-02-24 18:23   ` Jakub Kicinski
2021-02-25 15:29     ` Alex Elder
2021-02-23 20:02 ` [PATCH net-next v3 3/3] net: ethernet: rmnet: Add support for Mapv5 uplink packet Sharath Chandra Vurukala

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).