Re: [dpdk-dev] [PATCH v2] app/testpmd: fix CRC strip command failure

2019-10-15 Thread Iremonger, Bernard
> -Original Message- > From: Xu, Ting > Sent: Tuesday, October 15, 2019 10:14 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > ; Mcnamara, John > ; Kovacevic, Marko > ; sta...@dpdk.org > Subject: [PATCH v2] app/testpmd: fix CRC strip command failure > > This

[dpdk-dev] [PATCH v2] app/testpmd: fix CRC strip command failure

2019-10-14 Thread Ting Xu
This patch fixed the bug that a failure appeared when config rx_offload crc_strip using command "port config all crc-strip on|off". The reason is that this command was removed in Commit e5db17a1e54e. The current command is "port config rx_offload keep_crc on|off" instead. In this patch, some code