We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbed176 commit f9eaf6dCopy full SHA for f9eaf6d
drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c
@@ -122,7 +122,7 @@ static void __bnxt_xmit_xdp_redirect(struct bnxt *bp,
122
tx_buf->action = XDP_REDIRECT;
123
tx_buf->xdpf = xdpf;
124
dma_unmap_addr_set(tx_buf, mapping, mapping);
125
- dma_unmap_len_set(tx_buf, len, 0);
+ dma_unmap_len_set(tx_buf, len, len);
126
}
127
128
void bnxt_tx_int_xdp(struct bnxt *bp, struct bnxt_napi *bnapi, int nr_pkts)
0 commit comments