From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 172CF5F1A for ; Thu, 28 Jun 2018 09:48:50 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jun 2018 00:48:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,282,1526367600"; d="scan'208";a="236258868" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga005.jf.intel.com with ESMTP; 28 Jun 2018 00:48:48 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.148]) by IRSMSX109.ger.corp.intel.com ([169.254.13.225]) with mapi id 14.03.0319.002; Thu, 28 Jun 2018 08:48:48 +0100 From: "Trahe, Fiona" To: "De Lara Guarch, Pablo" , "ashish.gupta@caviumnetworks.com" , "Daly, Lee" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 1/2] compressdev: replace mbuf scatter gather flag Thread-Index: AQHUDlSIjKUGy2I/+Um/WVwIbM7X4KR1S/4A Date: Thu, 28 Jun 2018 07:48:47 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435895B64A4@IRSMSX101.ger.corp.intel.com> References: <20180627055031.24394-1-pablo.de.lara.guarch@intel.com> <20180627121622.48069-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20180627121622.48069-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDEyNmM2Y2QtYTAzOC00ZWZiLThmMDgtZjcxZWVlMTY4YmQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSkptNFFuWmhDaVwvV01KUkFpdHQ1NE1nMzdFVnJwNmRjVEthTEN3N25cL3VjY1Y4ZWZkM0hTWjk1NUdOSGpwanVaIn0= x-ctpclassification: CTP_NT 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 1/2] compressdev: replace mbuf scatter gather flag 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: Thu, 28 Jun 2018 07:48:51 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, June 27, 2018 1:16 PM > To: Trahe, Fiona ; ashish.gupta@caviumnetworks.com= ; Daly, Lee > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2 1/2] compressdev: replace mbuf scatter gather flag >=20 > The current mbuf scatter gather feature flag is > too ambiguous, as it is not clear if input and/or output > buffers can be scatter gather mbufs or not. >=20 > Therefore, three new flags will replace this flag: > - RTE_COMP_FF_OUT_OF_PLACE_SGL_IN_SGL_OUT > - RTE_COMP_FF_OUT_OF_PLACE_SGL_IN_FB_OUT > - RTE_COMP_FF_OUT_OF_PLACE_FB_IN_SGL_OUT >=20 > Note that out-of-place flat buffers is supported by default > and in-place is not supported by the library. >=20 > Signed-off-by: Pablo de Lara Acked-by: Fiona Trahe