commit | 1eece799d3f611a28a25319aabbccd4ac948098f | [log] [tgz] |
---|---|---|
author | Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> | Tue May 15 18:52:00 2018 -0600 |
committer | David S. Miller <davem@davemloft.net> | Wed May 16 14:23:04 2018 -0400 |
tree | 70aec6a06f9ad84a85363080963993363917b8fe | |
parent | b0ec758510c0bafd2ea17edf01aa76ab87e29900 [diff] |
net: qualcomm: rmnet: Capture all drops in transmit path Packets in transmit path could potentially be dropped if there were errors while adding the MAP header or the checksum header. Increment the tx_drops stats in these cases. Additionally, refactor the code to free the packet and increment the tx_drops stat under a single label. Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>