From: Jeff Guo Date: Wed, 27 Jul 2016 02:56:34 +0000 (-0400) Subject: doc: add known issue for promiscuous mode in i40e VF X-Git-Tag: spdx-start~6059 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a4045ab3778396de7ee0f4975098ee0ee7fa079f;hp=747ee88e999d5a23e2ff083dbe4f891c4fe8e7fd;p=dpdk.git doc: add known issue for promiscuous mode in i40e VF When use i40e linux kernel driver as host driver and DPDK handler the i40e VF, the promiscuous mode doesn't work in i40e VF. It is not supported by DPDK i40e VF driver right now. Signed-off-by: Jeff Guo Acked-by: John McNamara --- diff --git a/doc/guides/rel_notes/known_issues.rst b/doc/guides/rel_notes/known_issues.rst index 5ec19876f0..3cd4237617 100644 --- a/doc/guides/rel_notes/known_issues.rst +++ b/doc/guides/rel_notes/known_issues.rst @@ -620,3 +620,23 @@ The last EAL argument is replaced by the program name in argv[] **Driver/Module**: Environment Abstraction Layer (EAL). + + +I40e VF may not receive packets in the promiscuous mode +------------------------------------------------------- + +**Description**: + Promiscuous mode is not supported by the DPDK i40e VF driver when using the + i40e Linux kernel driver as host driver. + +**Implication**: + The i40e VF does not receive packets when the destination MAC address is unknown. + +**Resolution/Workaround**: + Use a explicit destination MAC address that matches the VF. + +**Affected Environment/Platform**: + All. + +**Driver/Module**: + Poll Mode Driver (PMD).