From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 37FCEA0096 for <public@inbox.dpdk.org>; Tue, 9 Apr 2019 09:16:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E5E1A532C; Tue, 9 Apr 2019 09:16:35 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4A8834F9B for <dev@dpdk.org>; Tue, 9 Apr 2019 09:16:34 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Apr 2019 00:16:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,328,1549958400"; d="scan'208";a="138712628" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga008.fm.intel.com with ESMTP; 09 Apr 2019 00:16:33 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 9 Apr 2019 00:16:33 -0700 Received: from hasmsx108.ger.corp.intel.com (10.184.198.18) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 9 Apr 2019 00:16:33 -0700 Received: from hasmsx111.ger.corp.intel.com ([169.254.5.74]) by hasmsx108.ger.corp.intel.com ([169.254.9.237]) with mapi id 14.03.0415.000; Tue, 9 Apr 2019 10:16:30 +0300 From: "Jozwiak, TomaszX" <tomaszx.jozwiak@intel.com> To: "Trahe, Fiona" <fiona.trahe@intel.com>, "dev@dpdk.org" <dev@dpdk.org> CC: "akhil.goyal@nxp.com" <akhil.goyal@nxp.com> Thread-Topic: [PATCH] compress/qat: fixed data-plane return from QAT PMD Thread-Index: AQHU7iZ2DihFmL2kcE+SND8/x9L7xqYza5UQ Date: Tue, 9 Apr 2019 07:16:30 +0000 Message-ID: <CA70B6012E3ADB4184D44E025E5FF01B4CD313A7@HASMSX111.ger.corp.intel.com> References: <1554740188-12738-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1554740188-12738-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.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2QzYzk2ZTQtNzYxMi00MjY5LWJhMTgtY2U3ZmJkMTI4YTllIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieXRUMEZMcmxMOVRVSWJkTWV6RVwvVkplZXNhZUdnRDVlN1h6ZEp5anVjN0t1NkMzN0trNmtIbk1cLzRSdXFNVjczIn0= x-originating-ip: [10.104.12.175] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] compress/qat: fixed data-plane return from QAT PMD 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://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> Message-ID: <20190409071630.1bp6nSMaqZ-UYRhZPVwA5BYC-EdBv1eYb8X7dTNEe-c@z> > -----Original Message----- > From: Trahe, Fiona > Sent: Monday, April 8, 2019 6:16 PM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Jozwiak, TomaszX <tomaszx.jozwiak@intel.com>; > Trahe, Fiona <fiona.trahe@intel.com> > Subject: [PATCH] compress/qat: fixed data-plane return from QAT PMD >=20 > Fixes: 62ada2182a46 ("compress/qat: add dynamic sgl allocation") >=20 > Signed-off-by: Fiona Trahe <fiona.trahe@intel.com> > --- Acked-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>