rmnet_core: Add support for TSO

This adds support for the new transmit offload header as well as
the handling needed for it in the core driver.

CRs-Fixed: 2810638
Change-Id: I8ce2e0772209faf3d585e7d9d8d56eceb695d586
Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
This commit is contained in:
Subash Abhinov Kasiviswanathan
2020-12-16 23:50:03 -07:00
parent 4c8ad36ec7
commit dad91a4eff
5 changed files with 75 additions and 4 deletions

View File

@@ -175,6 +175,8 @@ struct rmnet_priv_stats {
u64 csum_hw;
struct rmnet_coal_stats coal;
u64 ul_prio;
u64 tso_pkts;
u64 tso_arriv_errs;
};
struct rmnet_priv {