From 9bc509164ef9cf6f6007a996282bcb31590b9d99 Mon Sep 17 00:00:00 2001 From: Ferruh Yigit Date: Wed, 30 May 2018 18:46:06 +0100 Subject: [PATCH] doc: add ixgbe detach crash in release notes Signed-off-by: Ferruh Yigit Acked-by: Pablo de Lara --- doc/guides/rel_notes/release_18_05.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst index 42a5b37c97..c8c4797aa2 100644 --- a/doc/guides/rel_notes/release_18_05.rst +++ b/doc/guides/rel_notes/release_18_05.rst @@ -625,6 +625,13 @@ Known Issues Bugzilla entry: https://dpdk.org/tracker/show_bug.cgi?id=53 +* **ixgbe PMD crash on hotplug detach when no VF created.** + + ixgbe PMD uninit path cause null pointer dereference because of port representor + cleanup when number of VF is zero. + + Bugzilla entry: https://dpdk.org/tracker/show_bug.cgi?id=57 + * **Bonding PMD may fail to accept new slaves in certain conditions.** In certain conditions when using testpmd, -- 2.20.1