net/octeontx: fix max Rx packet length
authorSunil Kumar Kori <skori@marvell.com>
Tue, 26 Jan 2021 08:52:43 +0000 (14:22 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 4 Feb 2021 17:19:37 +0000 (18:19 +0100)
commit82a752e3ebf37f615b82860a06fedd5e24d7b5bb
tree8e3d43d3ddc8ac63ac1b2023bddb0b6cd28dd2df
parent419c6e9af69e2ebbf6151e6900c7cdfedd36495d
net/octeontx: fix max Rx packet length

Maximum Rx packet length is getting updated twice which
corrupts actual value.

Fixes: 3151e6a687a3 ("net/octeontx: support MTU")
Cc: stable@dpdk.org
Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
Acked-by: Harman Kalra <hkalra@marvell.com>
drivers/net/octeontx/octeontx_ethdev.c