Re: [dpdk-dev] [PATCH v2] app/testpmd: fix error detection in MTU command

2020-06-09 Thread Ferruh Yigit
...@huawei.com >> Subject: [dpdk-dev] [PATCH v2] app/testpmd: fix error detection in MTU >> command >> >> MTU is used in testpmd to set the maximum payload size for packets. >> According to testpmd, the setting influnce RX only. >> In rte_ethdev there's no rela

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix error detection in MTU command

2020-06-09 Thread Phil Yang
> -Original Message- > From: dev On Behalf Of Shy Shyman > Sent: Monday, June 8, 2020 10:18 PM > To: dev@dpdk.org > Cc: wenzhuo...@intel.com; beilei.x...@intel.com; > bernard.iremon...@intel.com; xavier.hu...@huawei.com > Subject: [dpdk-dev] [PATCH v2] app/testpmd: f

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix error detection in MTU command

2020-06-08 Thread Ferruh Yigit
On 6/8/2020 3:17 PM, Shy Shyman wrote: > MTU is used in testpmd to set the maximum payload size for packets. > According to testpmd, the setting influnce RX only. > In rte_ethdev there's no relation between MTU setting and JUMBO offload or > rx_max_pkt_len. > > The previous fix in patch referenced

[dpdk-dev] [PATCH v2] app/testpmd: fix error detection in MTU command

2020-06-08 Thread Shy Shyman
MTU is used in testpmd to set the maximum payload size for packets. According to testpmd, the setting influnce RX only. In rte_ethdev there's no relation between MTU setting and JUMBO offload or rx_max_pkt_len. The previous fix in patch referenced below was meant to update the correlated variables