From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 7A232A00E6 for ; Wed, 15 May 2019 13:43:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A4A505F14; Wed, 15 May 2019 13:43:26 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5FA394CAB; Wed, 15 May 2019 13:43:25 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 May 2019 04:43:24 -0700 X-ExtLoop1: 1 Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga008.jf.intel.com with ESMTP; 15 May 2019 04:43:23 -0700 Received: from hasmsx107.ger.corp.intel.com (10.184.198.27) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 15 May 2019 04:43:23 -0700 Received: from hasmsx114.ger.corp.intel.com ([169.254.14.142]) by hasmsx107.ger.corp.intel.com ([169.254.2.87]) with mapi id 14.03.0415.000; Wed, 15 May 2019 14:43:20 +0300 From: "Jozwiak, TomaszX" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "shallyv@marvell.com" , "ssahu@marvell.com" , "Daly, Lee" , "ashishg@marvell.com" , "akhil.goyal@nxp.com" , "stable@dpdk.org" Thread-Topic: [PATCH v3] doc/compress: clarify error handling on data-plane Thread-Index: AQHVCw+gvm3EieoIdUyUyOXyBL/WA6ZsD+0g Date: Wed, 15 May 2019 11:43:20 +0000 Message-ID: References: <1554821747-27868-1-git-send-email-fiona.trahe@intel.com> <1557918967-6869-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1557918967-6869-1-git-send-email-fiona.trahe@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.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDhkZmUyNzQtZTBjMy00ZTYzLWE4ZmItZmFhNjAyN2YyMWJkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieXlkZTFoVDJaZllSM2R2bkxHQXdUYnhpSU8xb0FIQlFVVWpLRXVsOERwOTN4cG5TV1FHT3BHKzQ1cXZZT0ZvcCJ9 x-originating-ip: [10.104.12.187] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] doc/compress: clarify error handling on data-plane 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190515114320.7xWMQ35HkpDcXLn5qpq2zExpCbAJKjgDoNx12K49IDA@z> > -----Original Message----- > From: Trahe, Fiona > Sent: Wednesday, May 15, 2019 1:16 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; shallyv@marvell.com; > ssahu@marvell.com; Daly, Lee ; ashishg@marvell.com; > akhil.goyal@nxp.com; Jozwiak, TomaszX ; > stable@dpdk.org > Subject: [PATCH v3] doc/compress: clarify error handling on data-plane >=20 > Fixed some typos and clarified how errors on ops which fail to get submit= ted > on the enqueue API should be handled. >=20 > Fixes: a584d3bea902 ("doc: add compressdev library guide") > cc: stable@dpdk.org >=20 > Signed-off-by: Fiona Trahe > --- Acked-by: Jozwiak, TomaszX