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 100c08c commit 3cdf199Copy full SHA for 3cdf199
drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c
@@ -115,7 +115,7 @@ static void __bnxt_xmit_xdp_redirect(struct bnxt *bp,
115
tx_buf->action = XDP_REDIRECT;
116
tx_buf->xdpf = xdpf;
117
dma_unmap_addr_set(tx_buf, mapping, mapping);
118
- dma_unmap_len_set(tx_buf, len, 0);
+ dma_unmap_len_set(tx_buf, len, len);
119
}
120
121
void bnxt_tx_int_xdp(struct bnxt *bp, struct bnxt_napi *bnapi, int budget)
0 commit comments