nfp: fix variable type in Tx checksum offload
The mbuf ol_flags field was changed to uin64_t with DPDK version 1.8
Fixes: b812daadad
("nfp: add Rx and Tx")
Signed-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>
This commit is contained in:
parent
54cfea406f
commit
5987427d4f
@ -1511,7 +1511,7 @@ static inline void
|
||||
nfp_net_tx_cksum(struct nfp_net_txq *txq, struct nfp_net_tx_desc *txd,
|
||||
struct rte_mbuf *mb)
|
||||
{
|
||||
uint16_t ol_flags;
|
||||
uint64_t ol_flags;
|
||||
struct nfp_net_hw *hw = txq->hw;
|
||||
|
||||
if (!(hw->cap & NFP_NET_CFG_CTRL_TXCSUM))
|
||||
|
Loading…
Reference in New Issue
Block a user