On 10/15/2019 10:40 AM, Iremonger, Bernard wrote: >> -----Original Message----- >> From: Xu, Ting >> Sent: Tuesday, October 15, 2019 10:14 AM >> To: [email protected] >> Cc: Lu, Wenzhuo <[email protected]>; Wu, Jingjing >> <[email protected]>; Iremonger, Bernard >> <[email protected]>; Mcnamara, John >> <[email protected]>; Kovacevic, Marko >> <[email protected]>; [email protected] >> 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: [email protected] >> >> Signed-off-by: Ting Xu <[email protected]> > > Acked by: Bernard Iremonger <[email protected]> >
Applied to dpdk-next-net/master, thanks.

