From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] test/compress: add mbuf offset unit test Date: Sun, 24 Feb 2019 23:59:08 +0100 Message-ID: <2447620.FotJ1lNqrQ@xps> References: <1543314658-147566-1-git-send-email-lee.daly@intel.com> <1544020733-164244-1-git-send-email-lee.daly@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, akhil.goyal@nxp.com, tomaszx.jozwiak@intel.com, fiona.trahe@intel.com To: Lee Daly Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 122D12BBB for ; Sun, 24 Feb 2019 23:59:12 +0100 (CET) In-Reply-To: <1544020733-164244-1-git-send-email-lee.daly@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. Better to move the changelog after --- so it is skipped by git. > Signed-off-by: Lee Daly Please, could you rebase this patch? Thanks