> -----Original Message----- > From: Xu, Ting > Sent: Tuesday, October 15, 2019 10:14 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo <wenzhuo...@intel.com>; Wu, Jingjing > <jingjing...@intel.com>; Iremonger, Bernard > <bernard.iremon...@intel.com>; Mcnamara, John > <john.mcnam...@intel.com>; Kovacevic, Marko > <marko.kovace...@intel.com>; sta...@dpdk.org > Subject: [PATCH v2] app/testpmd: fix CRC strip command failure > > 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 <port_id> rx_offload > keep_crc on|off" instead. > > In this patch, some codes left over about 'crc_strip' are removed to make the > current command clearer. > > Fixes: e5db17a1e54e ("app/testpmd: remove duplicated Rx offload > commands") > Cc: sta...@dpdk.org > > Signed-off-by: Ting Xu <ting...@intel.com>
Acked by: Bernard Iremonger <bernard.iremon...@intel.com>