Re: [dpdk-dev] [PATCH v2] app/testpmd: fix dynamic config error

2021-01-19 Thread Ferruh Yigit
On 12/23/2020 8:51 AM, Steve Yang wrote: The offloads of 'tx/rx_conf' didn't keep up with the corresponding offloads of 'dev_conf', it would cause the configuration invalid. For example: Configuring 'max-pkt-len' would change 'rx_offloads' in dev_conf while rx_conf.offloads of each queue still k

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix dynamic config error

2021-01-13 Thread Chen, BoX C
bject: [dpdk-dev] [PATCH v2] app/testpmd: fix dynamic config error > > The offloads of 'tx/rx_conf' didn't keep up with the corresponding offloads > of 'dev_conf', it would cause the configuration invalid. > > For example: > Configuring 'max-pkt-l

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix dynamic config error

2020-12-23 Thread Li, Xiaoyun
Acked-by: Xiaoyun Li > -Original Message- > From: Steve Yang > Sent: Wednesday, December 23, 2020 16:52 > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Xing, Beilei ; > Iremonger, Bernard ; Li, Xiaoyun > ; Yang, Qiming ; Yang, SteveX > > Subject: [PATCH v2] app/testpmd: fix dynamic config error

[dpdk-dev] [PATCH v2] app/testpmd: fix dynamic config error

2020-12-23 Thread Steve Yang
The offloads of 'tx/rx_conf' didn't keep up with the corresponding offloads of 'dev_conf', it would cause the configuration invalid. For example: Configuring 'max-pkt-len' would change 'rx_offloads' in dev_conf while rx_conf.offloads of each queue still kept the old value. It would cause the failu