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: Phil Yang <phil.y...@arm.com>
Hi Phil, There is a patch to add DEV_RX_OFFLOAD_CRC_STRIP to virtual devices [1] and there is another under development to remove old offload API [2], those both looks like can replace your patch when merged. [1]: [on next-net] d8b0cfa797d8 ("ethdev: add new offload flag to keep CRC") [2]: https://patches.dpdk.org/patch/40956/