All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3]net:qualcomm:rmnet:Enable Mapv5.
@ 2021-02-11 21:35 Sharath Chandra Vurukala
  2021-02-11 21:35 ` [PATCH 1/3] docs:networking: Add documentation for MAP v5 Sharath Chandra Vurukala
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Sharath Chandra Vurukala @ 2021-02-11 21:35 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.

Sharath Chandra Vurukala (3):
  docs:networking: Add documentation for MAP v5
  net:ethernet:rmnet:Support for downlink MAPv5 csum 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   |  36 ++++--
 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h    |  36 +++++-
 .../net/ethernet/qualcomm/rmnet/rmnet_map_data.c   | 136 +++++++++++++++++++--
 include/linux/if_rmnet.h                           |  17 ++-
 include/uapi/linux/if_link.h                       |   2 +
 7 files changed, 255 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] 14+ messages in thread

end of thread, other threads:[~2021-02-12 20:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 21:35 [PATCH 0/3]net:qualcomm:rmnet:Enable Mapv5 Sharath Chandra Vurukala
2021-02-11 21:35 ` [PATCH 1/3] docs:networking: Add documentation for MAP v5 Sharath Chandra Vurukala
2021-02-11 21:35 ` [PATCH 2/3] net:ethernet:rmnet:Support for downlink MAPv5 csum offload Sharath Chandra Vurukala
2021-02-12  2:04   ` Jakub Kicinski
2021-02-12 14:01     ` Alex Elder
2021-02-12 17:49       ` subashab
2021-02-12 18:51       ` Jakub Kicinski
2021-02-12 19:06         ` Alex Elder
2021-02-12 20:11           ` subashab
2021-02-12  4:53   ` kernel test robot
2021-02-12  4:53     ` kernel test robot
2021-02-11 21:35 ` [PATCH 3/3] net:ethernet:rmnet: Add support for Mapv5 Uplink packet Sharath Chandra Vurukala
2021-02-12  2:25   ` kernel test robot
2021-02-12  2:25     ` kernel test robot

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.