From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 79AFB68F0 for ; Mon, 29 Feb 2016 02:39:54 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 28 Feb 2016 17:39:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,518,1449561600"; d="scan'208";a="925807843" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 28 Feb 2016 17:39:52 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 28 Feb 2016 17:39:52 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 28 Feb 2016 17:39:52 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.232]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.132]) with mapi id 14.03.0248.002; Mon, 29 Feb 2016 09:38:50 +0800 From: "Lu, Wenzhuo" To: "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH v2] doc: Malicious Driver Detection not supported by ixgbe Thread-Index: AQHRcFER/Mr2ORal6U+SGB+AzF1ql5894LKAgARia5A= Date: Mon, 29 Feb 2016 01:38:50 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09090343623F@shsmsx102.ccr.corp.intel.com> References: <1456291984-7309-1-git-send-email-wenzhuo.lu@intel.com> <1456462117-29522-1-git-send-email-wenzhuo.lu@intel.com> <20160226144104.GB21628@bricha3-MOBL3> In-Reply-To: <20160226144104.GB21628@bricha3-MOBL3> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Mon, 29 Feb 2016 01:39:54 -0000 Hi Bruce, > -----Original Message----- > From: Richardson, Bruce > Sent: Friday, February 26, 2016 10:41 PM > To: Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] doc: Malicious Driver Detection not > supported by ixgbe >=20 > 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 >=20 > Hi Wenzhuo, >=20 > just for future reference, please put the V2,v3 etc. updates below the cu= t line "-- > -" so that they can be auto-stripped when applying the patch. >=20 > /Bruce Got it. Thanks for the reminder :) >=20 > > --- > > doc/guides/nics/ixgbe.rst | 20 ++++++++++++++++++++ > > doc/guides/rel_notes/release_16_04.rst | 23 +++++++++++++++++++++++ > > 2 files changed, 43 insertions(+) > > >