From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2EC1F2C8 for ; Wed, 23 May 2018 17:44:30 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 May 2018 08:44:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,433,1520924400"; d="scan'208";a="53242432" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga003.jf.intel.com with ESMTP; 23 May 2018 08:44:29 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.251]) by irsmsx110.ger.corp.intel.com ([169.254.15.125]) with mapi id 14.03.0319.002; Wed, 23 May 2018 16:44:27 +0100 From: "Kovacevic, Marko" To: "Pattan, Reshma" , "dev@dpdk.org" CC: "Burakov, Anatoly" , "Mcnamara, John" , "Pattan, Reshma" Thread-Topic: [dpdk-dev] [PATCH v2] doc: add known issue of rte abort on FreeBSD Thread-Index: AQHT8OzSPFYfgNpo6kilPiIM3HizcaQ9WuXg Date: Wed, 23 May 2018 15:44:27 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F6638DB77@IRSMSX104.ger.corp.intel.com> References: <1526653438-13256-1-git-send-email-reshma.pattan@intel.com> <1526897776-23859-1-git-send-email-reshma.pattan@intel.com> In-Reply-To: <1526897776-23859-1-git-send-email-reshma.pattan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDhkYjExOWQtODJhZi00YzNlLWE3MWQtMmU3MGQyOGZkZDAxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InhsOVQ1cWhYNGpLQTJUbWo1YjI2a3ZVMHFMVDJNZllQK1E5blZONEY2c0U9In0= x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] doc: add known issue of rte abort on FreeBSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2018 15:44:31 -0000 > Added known issue of rte_abort taking a long time on FreeBSD due to recen= t > memory subsystem rework. >=20 > Signed-off-by: Reshma Pattan > Acked-by: Anatoly Burakov > --- > v2: reworded. > --- > doc/guides/rel_notes/release_18_05.rst | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) >=20 <...> Acked-by: Marko Kovacevic