Re: [dpdk-dev] pktgen: about x710 init error

2018-08-21 Thread Wiles, Keith
> On Aug 18, 2018, at 6:58 AM, Chengbo CB1 Gao wrote: > > Hi Team, > > When I used PKTGEN by X710VF, I found that PKTGEN failed to be initialized. > The reason is that VF has no ability to disable HW CRC strip. But it's > defaulted to be disabled in PKTGEN because the global variable(hw_stri

[dpdk-dev] pktgen: about x710 init error

2018-08-21 Thread Chengbo CB1 Gao
Hi Team, When I used PKTGEN by X710VF, I found that PKTGEN failed to be initialized. The reason is that VF has no ability to disable HW CRC strip. But it's defaulted to be disabled in PKTGEN because the global variable(hw_strip_crc) is set to 0 by default. As we know PF can support to disable H