diff options
author | 2016-07-29 08:45:28 +0200 | |
---|---|---|
committer | 2016-07-29 08:47:57 +0200 | |
commit | 41e049c72b8e25628e315634c8ee3cc380306eb9 (patch) | |
tree | cc299d14376c17345338883f02e08149407b7b17 /doc/guides/rel_notes/known_issues.rst | |
parent | 5200906dd905c11c7fbd0b905fc82d843ff87a17 (diff) |
Imported Upstream version 16.07
Change-Id: I73f4ef6ae63fc904ba82b09d5510a8712e72dad1
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'doc/guides/rel_notes/known_issues.rst')
-rw-r--r-- | doc/guides/rel_notes/known_issues.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/guides/rel_notes/known_issues.rst b/doc/guides/rel_notes/known_issues.rst index 5ec19876..3cd42376 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). |