[dpdk-stable] [PATCH v2] net/dpaa2: fix Rx offload flags on jumbo MTU set

Ferruh Yigit ferruh.yigit at intel.com
Mon Nov 11 17:33:13 CET 2019


On 11/11/2019 4:08 PM, Sachin Saxena wrote:
> The JUMBO frame handling in dpaa2_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/dpaa2: support new ethdev offload APIs")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Sachin Saxena <sachin.saxena at nxp.com>
> Reviewed-by: Gagandeep Singh <g.singh at nxp.com>

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


More information about the stable mailing list