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

Ferruh Yigit ferruh.yigit at intel.com
Tue Oct 15 15:13:19 CEST 2019


On 10/15/2019 10:40 AM, Iremonger, Bernard wrote:
>> -----Original Message-----
>> From: Xu, Ting
>> Sent: Tuesday, October 15, 2019 10:14 AM
>> To: dev at dpdk.org
>> Cc: Lu, Wenzhuo <wenzhuo.lu at intel.com>; Wu, Jingjing
>> <jingjing.wu at intel.com>; Iremonger, Bernard
>> <bernard.iremonger at intel.com>; Mcnamara, John
>> <john.mcnamara at intel.com>; Kovacevic, Marko
>> <marko.kovacevic at intel.com>; stable at 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: stable at dpdk.org
>>
>> Signed-off-by: Ting Xu <ting.xu at intel.com>
> 
> Acked by: Bernard Iremonger <bernard.iremonger at intel.com>
> 

Applied to dpdk-next-net/master, thanks.


More information about the stable mailing list