Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Cross-merge networking fixes after downstream PR. No conflicts (or adjacent changes of note). Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -103,9 +103,10 @@ struct mana_txq {
|
||||
|
||||
/* skb data and frags dma mappings */
|
||||
struct mana_skb_head {
|
||||
dma_addr_t dma_handle[MAX_SKB_FRAGS + 1];
|
||||
/* GSO pkts may have 2 SGEs for the linear part*/
|
||||
dma_addr_t dma_handle[MAX_SKB_FRAGS + 2];
|
||||
|
||||
u32 size[MAX_SKB_FRAGS + 1];
|
||||
u32 size[MAX_SKB_FRAGS + 2];
|
||||
};
|
||||
|
||||
#define MANA_HEADROOM sizeof(struct mana_skb_head)
|
||||
|
||||
Reference in New Issue
Block a user