RE: [PATCH] app/testpmd: fix testpmd receive jumbo frame packets

2022-10-27 Thread Wang, Jie1X
Hi Singh, > -Original Message- > From: Singh, Aman Deep > Sent: Thursday, October 27, 2022 11:38 PM > To: Wang, Jie1X ; dev@dpdk.org > Cc: Yang, SteveX ; Zhang, Qi Z ; > Yang, Qiming ; Zhang, Yuying > ; sta...@dpdk.org > Subject: Re: [PATCH] app/testpmd: fix tes

Re: [PATCH] app/testpmd: fix testpmd receive jumbo frame packets

2022-10-27 Thread Singh, Aman Deep
Hi Jie, Thanks for the patch. On 10/25/2022 7:35 AM, Jie Wang wrote: For NIC I40E_10G-10G_BASE_T_X722, when testpmd is configured with link speed, it cannot receive jumbo frame packets. Why only the jumbo frame are effected and not other pkts. Because it has changed the link status of the

[PATCH] app/testpmd: fix testpmd receive jumbo frame packets

2022-10-24 Thread Jie Wang
For NIC I40E_10G-10G_BASE_T_X722, when testpmd is configured with link speed, it cannot receive jumbo frame packets. Because it has changed the link status of the ports if it was configured with link speed. When exiting testpmd that it automatically stops packet forwarding and stops all the ports