Re: [dpdk-dev] [PATCH 1/2] test/link_bonding: disable HW CRC strip by default.

2018-07-03 Thread Phil Yang
Hi Ferruh, Thanks for you patch. > -Original Message- > From: Ferruh Yigit > Sent: Monday, July 2, 2018 6:00 PM > To: dev-boun...@dpdk.org; dev@dpdk.org > Cc: nd ; Phil Yang > Subject: Re: [dpdk-dev] [PATCH 1/2] test/link_bonding: disable HW CRC strip by > defaul

Re: [dpdk-dev] [PATCH 1/2] test/link_bonding: disable HW CRC strip by default.

2018-07-02 Thread Ferruh Yigit
On 7/2/2018 9:26 AM, dev-boun...@dpdk.org wrote: > Since the tested virtual device has no capacity of HW CRC offload, > disable it for the link bonding test by default. Otherwise, it will > cause test unexpected failure. > > Fixes: b219c8c("test: enable HW CRC strip by default") > > Signed-off-by

[dpdk-dev] [PATCH 1/2] test/link_bonding: disable HW CRC strip by default.

2018-07-02 Thread Phil Yang
Since the tested virtual device has no capacity of HW CRC offload, disable it for the link bonding test by default. Otherwise, it will cause test unexpected failure. Fixes: b219c8c("test: enable HW CRC strip by default") Signed-off-by: Phil Yang --- test/test/test_link_bonding.c | 18 --