From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id DBD081B101; Tue, 27 Nov 2018 16:18:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2018 07:17:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,287,1539673200"; d="scan'208";a="103928670" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga003.jf.intel.com with ESMTP; 27 Nov 2018 07:17:53 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.134]) by IRSMSX102.ger.corp.intel.com ([169.254.2.13]) with mapi id 14.03.0415.000; Tue, 27 Nov 2018 15:17:52 +0000 From: "Trahe, Fiona" To: "Daly, Lee" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] lib/compress: fix incorrect structure comment Thread-Index: AQHUhmNwtvh6xV+Tg0uf1UgT1tmIuaVju6QA Date: Tue, 27 Nov 2018 15:17:52 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435896813A3@IRSMSX101.ger.corp.intel.com> References: <1543331424-53895-1-git-send-email-lee.daly@intel.com> In-Reply-To: <1543331424-53895-1-git-send-email-lee.daly@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWQxYzIyMDItNzY2YS00NTA5LWFjOGMtNmNlZTM5NGQzMWQwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidzlEdkFlYzZCSFNjSnR6U2k5Q2tpTXQ0SmYralZHN3JQWmIzTFpsZ1EwK0FGV1pFWTNJTFllTmsxZ0ozR2tZMSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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] lib/compress: fix incorrect structure comment 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: Tue, 27 Nov 2018 15:18:03 -0000 > -----Original Message----- > From: Daly, Lee > Sent: Tuesday, November 27, 2018 8:10 AM > To: Trahe, Fiona > Cc: dev@dpdk.org; Daly, Lee ; stable@dpdk.org > Subject: [PATCH] lib/compress: fix incorrect structure comment >=20 > Fixes incorrect comment on compressdev rte_comp_op structure element. > Comment needed to be updated to be compliant with the use of > chained mbufs. >=20 > Fixes: f87bdc1ddcf4 ("compressdev: add compression specific data") > Cc: stable@dpdk.org > Cc: fiona.trahe@intel.com >=20 > Signed-off-by: Lee Daly Acked-by: Fiona Trahe