40c79ea091
The JUMBO frame handling in dpaa_dev_mtu_set api was not correct.
When frame_size is greater than RTE_ETHER_MAX_LEN, the
intention is to add JUMBO flag in rx offload while it was resetting
all other flags other than JUMBO as AND operator was used instead of OR.
Fixes:
|
||
---|---|---|
.. | ||
dpaa_ethdev.c | ||
dpaa_ethdev.h | ||
dpaa_rxtx.c | ||
dpaa_rxtx.h | ||
Makefile | ||
meson.build | ||
rte_pmd_dpaa_version.map | ||
rte_pmd_dpaa.h |