From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 42EE85398 for ; Fri, 26 Feb 2016 15:41:26 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 26 Feb 2016 06:41:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,498,1449561600"; d="scan'208";a="921764185" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.63]) by orsmga002.jf.intel.com with SMTP; 26 Feb 2016 06:41:06 -0800 Received: by (sSMTP sendmail emulation); Fri, 26 Feb 2016 14:41:05 +0025 Date: Fri, 26 Feb 2016 14:41:05 +0000 From: Bruce Richardson To: Wenzhuo Lu Message-ID: <20160226144104.GB21628@bricha3-MOBL3> References: <1456291984-7309-1-git-send-email-wenzhuo.lu@intel.com> <1456462117-29522-1-git-send-email-wenzhuo.lu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456462117-29522-1-git-send-email-wenzhuo.lu@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] doc: Malicious Driver Detection not supported by ixgbe X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 14:41:26 -0000 On Fri, Feb 26, 2016 at 12:48:37PM +0800, Wenzhuo Lu wrote: > Announce that Malicious Driver Detection is not supported. > > V2: > *Rework the words. > > Signed-off-by: Wenzhuo Lu Hi Wenzhuo, just for future reference, please put the V2,v3 etc. updates below the cut line "---" so that they can be auto-stripped when applying the patch. /Bruce > --- > doc/guides/nics/ixgbe.rst | 20 ++++++++++++++++++++ > doc/guides/rel_notes/release_16_04.rst | 23 +++++++++++++++++++++++ > 2 files changed, 43 insertions(+) >