mbox series

[0/3] net:qualcomm:rmnet:Enable Mapv5.

Message ID 1613079324-20166-1-git-send-email-sharathv@codeaurora.org
Headers show
Series net:qualcomm:rmnet:Enable Mapv5. | expand

Message

Sharath Chandra Vurukala Feb. 11, 2021, 9:35 p.m. UTC
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(-)