From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/thunderx: add support for hardware first skip feature Date: Mon, 28 May 2018 14:44:38 +0100 Message-ID: <3cca4b38-dbb0-15a1-bcd9-b1bb694fb306@intel.com> References: <1527512224-13113-1-git-send-email-rkudurumalla@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: rkudurumalla , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 690A8B62 for ; Mon, 28 May 2018 15:44:41 +0200 (CEST) In-Reply-To: <1527512224-13113-1-git-send-email-rkudurumalla@caviumnetworks.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/28/2018 1:57 PM, rkudurumalla wrote: > This feature is used to create a hole between HEADROOM > and actual data.Size of hole is specified in bytes as > module param to pmd Can't mbuf private area be used? It is between HEADROOM and mbuf header. > > Signed-off-by: Rakesh Kudurumalla <...>