commit | c64a7803e4b44c775e1641ffea7b68890a4fe385 | [log] [tgz] |
---|---|---|
author | Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> | Tue Sep 26 13:29:22 2017 -0600 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Sep 27 11:27:26 2017 -0700 |
tree | 6f8155ad66d7e233f11bc13df56b15327974dd39 | |
parent | 5b93813a628c4aa09cc3a4185b994aa007b1c950 [diff] |
net: rmnet_data: Skip UL aggregation for non linear packets Using UL aggregation for non linear data is not efficient since we are copying data from a non linear segment to a linear buffer. As a result, we lose the advantages of GSO and increase our RTT. CRs-Fixed: 2117151 Change-Id: I7963c4a19531c53deaf5e50dc408ba3faea41c35 Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>