From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <john.mcnamara@intel.com> Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id A66D223A; Mon, 28 May 2018 17:36:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 May 2018 08:36:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,453,1520924400"; d="scan'208";a="62364516" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga002.jf.intel.com with ESMTP; 28 May 2018 08:36:55 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.136]) by IRSMSX153.ger.corp.intel.com ([169.254.9.60]) with mapi id 14.03.0319.002; Mon, 28 May 2018 16:36:54 +0100 From: "Mcnamara, John" <john.mcnamara@intel.com> To: "Xu, Rosen" <rosen.xu@intel.com>, "dev@dpdk.org" <dev@dpdk.org> CC: "Burakov, Anatoly" <anatoly.burakov@intel.com>, "gaetan.rivet@6wind.com" <gaetan.rivet@6wind.com>, "Pei, Yulong" <yulong.pei@intel.com>, "stable@dpdk.org" <stable@dpdk.org>, "Yigit, Ferruh" <ferruh.yigit@intel.com> Thread-Topic: [PATCH v2] doc/guides/rel_notes: Add known issue for IOMMU attributes read Thread-Index: AQHT7OeIdySC4vkZCEG8n/t9y8JDQ6RFV+iAgAABLwA= Date: Mon, 28 May 2018 15:36:53 +0000 Message-ID: <B27915DBBA3421428155699D51E4CFE23F346979@IRSMSX103.ger.corp.intel.com> References: <1526294652-102665-1-git-send-email-rosen.xu@intel.com> <1526455752-147108-1-git-send-email-rosen.xu@intel.com> <B27915DBBA3421428155699D51E4CFE23F3468DE@IRSMSX103.ger.corp.intel.com> In-Reply-To: <B27915DBBA3421428155699D51E4CFE23F3468DE@IRSMSX103.ger.corp.intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTM1ZGZmNjItNWRlZC00ZTA3LThlMTgtMjMyMjQzMzVlOGQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUkU4ZzduUUtqRmV0VmpXbyt5ZU1zcnNNd3VsOHZMWUpGV0w4UzJZc1BSOTVZZWF0ckNzY01SQzZvQldVM3Q4WSJ9 dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] doc/guides/rel_notes: Add known issue for IOMMU attributes read X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Mon, 28 May 2018 15:36:58 -0000 > -----Original Message----- > From: stable [mailto:stable-bounces@dpdk.org] > Sent: Monday, May 28, 2018 4:31 PM > To: Xu, Rosen <rosen.xu@intel.com>; dev@dpdk.org > Cc: Burakov, Anatoly <anatoly.burakov@intel.com>; gaetan.rivet@6wind.com; > Pei, Yulong <yulong.pei@intel.com>; stable@dpdk.org; Yigit, Ferruh > <ferruh.yigit@intel.com> > Subject: Re: [dpdk-stable] [PATCH v2] doc/guides/rel_notes: Add known > issue for IOMMU attributes read >=20 >=20 >=20 > > -----Original Message----- > > From: Xu, Rosen > > Sent: Wednesday, May 16, 2018 8:29 AM > > To: dev@dpdk.org > > Cc: Burakov, Anatoly <anatoly.burakov@intel.com>; > > gaetan.rivet@6wind.com; Mcnamara, John <john.mcnamara@intel.com>; Xu, > > Rosen <rosen.xu@intel.com>; Pei, Yulong <yulong.pei@intel.com>; > > stable@dpdk.org > > Subject: [PATCH v2] doc/guides/rel_notes: Add known issue for IOMMU > > attributes read > > > > Linux kernel 4.10.0 iommu attribute read error > > > > Cc: stable@dpdk.org > > > > Signed-off-by: Rosen Xu <rosen.xu@intel.com> >=20 >=20 > Could you open an Bugzilla defect for this and add it to the text. >=20 > Like this patch: http://dpdk.org/dev/patchwork/patch/40475/ Actually, I changed my mind. This isn't quite the same as the other new, kn= own issues, so there is no need to track it in Bugzilla or move it to the r= elease note. It is okay as is. Acked-by: John McNamara <john.mcnamara@intel.com>