From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5CC842156E; Sun, 24 Feb 2019 17:59:11 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 24 Feb 2019 17:59:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=sDGsUwcIbrhPA7wddlodC7mn0GWK94/3lvgc9NgwBc4=; b=rfEcSTPyqqp4 nzm+OY+nwQXgeYaiH3EeJy5XrFvNUmhMDgI/ePorWdNYt7W1rgjDmrdBrSeNsJdA e7zL2MdW8P42KXkMCh1Hys4YsJmkeD+6jb7irmrN6a81JCcKhhxNpaJRdYI7eFq/ tfFFBTkyrYxDbrsKkxINiQxKH1djjFk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=sDGsUwcIbrhPA7wddlodC7mn0GWK94/3lvgc9NgwB c4=; b=jjxQqzqWpWg7cpo9/Zca802AvsiECJGGpuD4FDZHULOOym4z0F95Qg35m gRbFwtGjHnk5Z1nmSZirk4JAIXASHCW5u/iFFbdIz9Gk4roKWHPP5voTJFsPuOOF 3ouhLPzRFrt0FcU/1akROjmO+kY5Y6wQvEZEyHcpIsIyINTjJCCFyoilXU6/AC9o sSCRf36QZon+iaeIlXOz9G4mGHkCY/09ZxdTeV7YvUVdABdnbOk1Y/VbE02oB2qa sIuBZa40IhSWtZHGoH/mwLqooch7OIquQ7/KdXfIK8j011lavlrtABg6qePXVzgY AXQ1FPfPJFcIXlQQmTqBRYgQN9+/A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrudehgddtvdculddtuddrgedtledrtddtmd cutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id ECFD910318; Sun, 24 Feb 2019 17:59:09 -0500 (EST) From: Thomas Monjalon To: Lee Daly Cc: dev@dpdk.org, akhil.goyal@nxp.com, tomaszx.jozwiak@intel.com, fiona.trahe@intel.com Date: Sun, 24 Feb 2019 23:59:08 +0100 Message-ID: <2447620.FotJ1lNqrQ@xps> In-Reply-To: <1544020733-164244-1-git-send-email-lee.daly@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Sun, 24 Feb 2019 22:59:12 -0000 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