On 11/20/2020 1:51 AM, Chen, BoX C wrote:
-----Original Message----- From: dev <dev-boun...@dpdk.org> On Behalf Of Ferruh Yigit Sent: November 17, 2020 3:04 To: Lu, Wenzhuo <wenzhuo...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; Iremonger, Bernard <bernard.iremon...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>; Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> Cc: Yigit, Ferruh <ferruh.yi...@intel.com>; dev@dpdk.org; sta...@dpdk.org 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: sta...@dpdk.org Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com>
> Tested-by: Chen, BoX C <box.c.c...@intel.com> > Thanks. > Applied to dpdk-next-net/main, thanks.