numam-dpdk/drivers/net/dpaa
Apeksha Gupta 40c79ea091 net/dpaa: fix Rx offload flags on jumbo MTU set
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: 0ebce6129b ("net/dpaa2: support new ethdev offload APIs")
Cc: stable@dpdk.org

Signed-off-by: Apeksha Gupta <apeksha.gupta@nxp.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2020-01-17 19:59:19 +01:00
..
dpaa_ethdev.c net/dpaa: fix Rx offload flags on jumbo MTU set 2020-01-17 19:59:19 +01:00
dpaa_ethdev.h drivers: update copyright for NXP files 2019-11-28 16:03:54 +01:00
dpaa_rxtx.c net/dpaa: fix LS1043 alignment check 2019-11-06 01:13:15 +01:00
dpaa_rxtx.h net/dpaa: separate Rx function for LS1046 2018-09-28 01:41:02 +02:00
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build build: enable extra warnings with meson 2019-10-24 01:03:30 +02:00
rte_pmd_dpaa_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
rte_pmd_dpaa.h net/dpaa: remove experimental tag from PMD API 2018-07-12 14:40:22 +02:00