From: Wenzhuo Lu Date: Fri, 12 Apr 2019 03:33:47 +0000 (+0800) Subject: doc: update ice guide for MDD X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=35a6bc3d9ec0203f89dcefd49a33a81587202043;p=dpdk.git doc: update ice guide for MDD Update ICE document to describe a MDD event. Signed-off-by: Wenzhuo Lu Acked-by: Rami Rosen --- diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 15c27665ec..666b1b272b 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -82,6 +82,15 @@ are chosen based on 2 conditions. If any not supported features are used, ICE vector PMD is disabled and the normal paths are chosen. +Malicious driver detection (MDD) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +It's not appropriate to send a packet, if this packet's destination MAC address +is just this port's MAC address. If SW tries to send such packets, HW will +report a MDD event and drop the packets. + +The APPs based on DPDK should avoid providing such packets. + Sample Application Notes ------------------------