Merge branch 'dpaa2-eth-send-a-scatter-gather-FD-instead-of-realloc-ing'
authorDavid S. Miller <davem@davemloft.net>
Tue, 30 Jun 2020 00:42:48 +0000 (17:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Jun 2020 00:42:48 +0000 (17:42 -0700)
commit5fb62372a0207f1514fa6052c51991198c46ffe2
tree898ba40d7f06c81a10eafb9cfda48085a3ee25e2
parent17af2c4757c65c2b30c1df0f6fb758c4c2b2d8b8
parent4c96c0ac16e046ad3625d7b7228664ba478541a5
Merge branch 'dpaa2-eth-send-a-scatter-gather-FD-instead-of-realloc-ing'

Ioana Ciornei says:

====================
dpaa2-eth: send a scatter-gather FD instead of realloc-ing

This patch set changes the behaviour in case the Tx path is confroted
with an SKB with insufficient headroom for our hardware necessities (SW
annotation area). In the first patch, instead of realloc-ing the SKB we
now send a S/G frames descriptor while the second one adds a new
software held counter to account for for these types of frames.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>