Re: [dpdk-dev] [PATCH] app/testpmd: enable CRC strip without capability check

2018-02-08 Thread Ferruh Yigit
On 2/8/2018 12:13 PM, Ananyev, Konstantin wrote: > > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Thursday, February 8, 2018 12:08 PM >> To: Lu, Wenzhuo ; Wu, Jingjing >> Cc: dev@dpdk.org; Yigit, Ferruh ; Thomas Monjalon >> ; Ananyev, Konstantin >> ; mo...@mellanox.com; shah...

Re: [dpdk-dev] [PATCH] app/testpmd: enable CRC strip without capability check

2018-02-08 Thread Ananyev, Konstantin
> -Original Message- > From: Yigit, Ferruh > Sent: Thursday, February 8, 2018 12:08 PM > To: Lu, Wenzhuo ; Wu, Jingjing > Cc: dev@dpdk.org; Yigit, Ferruh ; Thomas Monjalon > ; Ananyev, Konstantin > ; mo...@mellanox.com; shah...@mellanox.com > Subject: [PATCH] app/testpmd: enable CRC str

[dpdk-dev] [PATCH] app/testpmd: enable CRC strip without capability check

2018-02-08 Thread Ferruh Yigit
Some hardware doesn't support disabling CRC strip. In techboard it has been decided to enable CRC strip always. The testpmd update in commit 8b9bd0efe0b6, enables CRC strip only if PMD reports CRC strip capability. Not all PMDs updated to report CRC strip. For the PMDs not reporting CRC strip tes