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

2019-10-14 Thread Xu, Ting
Bernard > Sent: Monday, October 14, 2019 12:26 PM > To: Xu, Ting ; dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing > ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1] app/testpmd: fix CRC strip config > error > > Hi Ting, > > > -Original Message---

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

2019-10-14 Thread Iremonger, Bernard
Hi Ting, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Iremonger, Bernard > Sent: Monday, October 14, 2019 12:26 PM > To: Xu, Ting ; dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing > ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1]

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

2019-10-14 Thread Iremonger, Bernard
Hi Ting, > -Original Message- > From: Xu, Ting > Sent: Saturday, October 12, 2019 1:19 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > ; sta...@dpdk.org > Subject: [PATCH v1] app/testpmd: fix CRC strip config error > > This patch fixed the bug that an error

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

2019-10-11 Thread Ting Xu
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 properly, so that testpmd returns error when conf