[dpdk-dev] [PATCH] examples/l3fwd: force CRC stripping for i40evf

Björn Töpel bjorn.topel at gmail.com
Thu Nov 10 07:17:42 CET 2016


Lei wrote:
> I'm testing some DPDK sample under VMware. During the testing work, I
> find l3fwd+ ixgbe vf can work ,but  L3fwd + i40evf  can't work. So I
> reported this issue to Bjorn. From my perspective, if can add new
> parameter in l3fwd sample like what have already don’t in  testpmd
> "----crc-strip enable" is a better way to resolve this issue.

(Please don't top-post.)

As discussed in the thread, it might be better to just change the
default in l3fwd from .hw_strip_crc = 0 to 1.

I'll be looking into changing igbvf and ixgbevf to match the semantics
of i40evf.


Björn


More information about the dev mailing list