[dpdk-dev] [PATCH] net/dpaa: fix Rx offload flags on jumbo MTU set

Ferruh Yigit ferruh.yigit at intel.com
Thu Jan 16 21:19:03 CET 2020


On 1/16/2020 7:56 AM, Apeksha Gupta wrote:
> 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: 0ebce6129bc6 ("net/dpaa: support new ethdev offload APIs") 
> Cc :stable at dpdk.org
> 
> Signed-off-by: Apeksha Gupta <apeksha.gupta at nxp.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>

Applied to dpdk-next-net/master, thanks.



More information about the dev mailing list