config: disable i40e vector driver
authorZhe Tao <zhe.tao@intel.com>
Mon, 23 Nov 2015 18:47:11 +0000 (02:47 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 23 Nov 2015 22:51:14 +0000 (23:51 +0100)
commit850d6bb7d584cbbdbc06b0e93fc5c53b6ea44791
treec69641b93a1a47d3031d4ebb5ebb3c62260dd739
parent386c993e95f13b555afe240f29679c19dcf4a73a
config: disable i40e vector driver

Issue: l3fwd app need the ptype in the mbuf to forward the packets properly.
But now some drivers like virtio driver and FVL vPMD will not set the ptype
in mbuf, so l3fwd cannot work properly on that kind of drivers.

Configure the vector PMD option as no for default as a work around for l3fwd.
After the l3fwd app can handle the undefined ptype or the i40e vPMD can
return the ptype, the option will be set as yes for default again.

Signed-off-by: Zhe Tao <zhe.tao@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
config/common_bsdapp
config/common_linuxapp
doc/guides/rel_notes/release_2_2.rst