e62d90f2a2
The shift left operation "pkt->vlan_tci << 16" gets vlan_tci extended
to signed type and may cause invalid descriptor. Also the same issue for
the "data_len" field. This patch fixes it by casting them to uint64_t.
Fixes:
|
||
---|---|---|
.. | ||
base | ||
fm10k_ethdev.c | ||
fm10k_logs.h | ||
fm10k_rxtx_vec.c | ||
fm10k_rxtx.c | ||
fm10k.h | ||
Makefile | ||
meson.build | ||
rte_pmd_fm10k_version.map |