From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 36A6D29C6 for ; Mon, 25 Feb 2019 09:56:58 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Feb 2019 00:56:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,411,1544515200"; d="scan'208";a="117554613" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga007.jf.intel.com with ESMTP; 25 Feb 2019 00:56:56 -0800 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.53]) by IRSMSX102.ger.corp.intel.com ([169.254.2.219]) with mapi id 14.03.0415.000; Mon, 25 Feb 2019 08:56:54 +0000 From: "Daly, Lee" To: Thomas Monjalon CC: "dev@dpdk.org" , "akhil.goyal@nxp.com" , "Jozwiak, TomaszX" , "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH v3] test/compress: add mbuf offset unit test Thread-Index: AQHUzJSRNHdz1E2xxk+XQOTyEHvMeaXwNeDg Date: Mon, 25 Feb 2019 08:56:53 +0000 Message-ID: References: <1543314658-147566-1-git-send-email-lee.daly@intel.com> <1544020733-164244-1-git-send-email-lee.daly@intel.com> <2447620.FotJ1lNqrQ@xps> In-Reply-To: <2447620.FotJ1lNqrQ@xps> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDVkZjI5YTMtNzUzYy00YzhhLWFkMjItYTE4N2MxZWJkNjkzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicWl3WFpoOFhXV2Q0dUkwYjNsME0wVEZWVDdLRHdLek5FcGNOQzJWOVhhSkxKSlppejdcLzhRU2Joanlncm5zSzYifQ== x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] test/compress: add mbuf offset unit test 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: Mon, 25 Feb 2019 08:56:58 -0000 Hi Thomas, This patch was deferred to a later release,=20 Patchwork did not reflect this so I have now changed it. Rgds, Lee. > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Sunday, February 24, 2019 10:59 PM > To: Daly, Lee > Cc: dev@dpdk.org; akhil.goyal@nxp.com; Jozwiak, TomaszX > ; Trahe, Fiona > Subject: Re: [dpdk-dev] [PATCH v3] test/compress: add mbuf offset unit te= st >=20 > 05/12/2018 15:38, Lee Daly: > > added mbuf offset test to compressdev test suite, which tests > > compression/decompression with a mbuf containing an offset spanning > > across mulitple segments. > > > > V2: > > - Change how test checks capalilites structure. > > > > V3: > > - Change commit message. >=20 > Better to move the changelog after --- so it is skipped by git. >=20 > > Signed-off-by: Lee Daly >=20 > Please, could you rebase this patch? > Thanks >=20 >=20