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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user