On 11/20/2020 1:51 AM, Chen, BoX C wrote:
-----Original Message----- From: dev <[email protected]> On Behalf Of Ferruh Yigit Sent: November 17, 2020 3:04 To: Lu, Wenzhuo <[email protected]>; Xing, Beilei <[email protected]>; Iremonger, Bernard <[email protected]>; Zhang, Qi Z <[email protected]>; Andrew Rybchenko <[email protected]> Cc: Yigit, Ferruh <[email protected]>; [email protected]; [email protected] Subject: [dpdk-dev] [PATCH] app/testpmd: revert setting MTU explicitly after configure Setting MTU after each 'rte_eth_dev_configure()' prevents using "--max- pkt-len=N" parameter and "port config all max-pkt-len #" command This is breaking DTS scatter test case which is using "--max-pkt-len=9000" testpmd parameter. Reverting workaround to recover the DTS testcase. Fixes: 1c21ee95cf52 ("app/testpmd: fix MTU after device configure") Cc: [email protected] Signed-off-by: Ferruh Yigit <[email protected]>
> Tested-by: Chen, BoX C <[email protected]> > Thanks. > Applied to dpdk-next-net/main, thanks.

