From: David S. Miller Date: Tue, 30 Jun 2020 00:42:48 +0000 (-0700) Subject: Merge branch 'dpaa2-eth-send-a-scatter-gather-FD-instead-of-realloc-ing' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5fb62372a0207f1514fa6052c51991198c46ffe2;p=linux.git 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 --- 5fb62372a0207f1514fa6052c51991198c46ffe2