Re: [dpdk-dev] [dpdk-stable] [PATCH v1] app/testpmd: fix CRC strip config error

2019-10-14 Thread Xu, Ting
Hi, Ferruh, From the log in Commit e5db17a1e54e, I thought crc_strip was still available in command "port config rx_offload ...", so I did such modification. Since it was removed, I will rework on it. There is no problem on 'keep_crc'. Thanks! -Original Message- From: Yigit, Ferruh Se

Re: [dpdk-dev] [dpdk-stable] [PATCH v1] app/testpmd: fix CRC strip config error

2019-10-14 Thread Ferruh Yigit
On 10/12/2019 1:18 PM, Ting Xu wrote: > This patch fixed the bug that an error appears when config rx_offload > crc_strip using command "port config all crc-strip on|off". The reason > is that this command was removed previously. However, the current command > does not enable "crc_strip" option pro