commit | d70446ee1f406ef4c6dd299a8482dc98ef07ed0e | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Mon Jun 29 21:47:11 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 29 17:42:48 2020 -0700 |
tree | 2d55a9a97258cf365fad5cc85d7c2efc59bdcf09 | |
parent | 17af2c4757c65c2b30c1df0f6fb758c4c2b2d8b8 [diff] |
dpaa2-eth: send a scatter-gather FD instead of realloc-ing Instead of realloc-ing the skb on the Tx path when the provided headroom is smaller than the HW requirements, create a Scatter/Gather frame descriptor with only one entry. Remove the '[drv] tx realloc frames' counter exposed previously through ethtool since it is no longer used. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>