]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6733e4516ace0d9fea11a7db10b8d0e895d02bce
tree898ba40d7f06c81a10eafb9cfda48085a3ee25e2
parent42bfb57c40c36694755dd682d92e844b5e874843
parent1bc63eb017767ba4a577803cfaf7f26f4c717697
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>