From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 6/7] mbuf: introduce new Tx offload flag for MPLS-in-UDP Date: Thu, 1 Jun 2017 20:43:51 +0100 Message-ID: References: <1495960654-352-1-git-send-email-rasesh.mody@cavium.com> <1495960654-352-7-git-send-email-rasesh.mody@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Dept-Eng DPDK Dev , Olivier MATZ To: "Patil, Harish" , "Mody, Rasesh" , "dev@dpdk.org" Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C62317CE2 for ; Thu, 1 Jun 2017 21:43:55 +0200 (CEST) In-Reply-To: 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 6/1/2017 7:59 PM, Patil, Harish wrote: >> > >> On 5/28/2017 9:37 AM, Rasesh Mody wrote: >>> From: Harish Patil >>> >>> Some PMDs need to know the tunnel type in order to handle advance TX >>> features. This patch adds a new TX offload flag for MPLS-in-UDP packets. >>> >>> Signed-off-by: Harish Patil >>> --- >>> lib/librte_mbuf/rte_mbuf.c | 2 ++ >>> lib/librte_mbuf/rte_mbuf.h | 17 ++++++++++------- >>> 2 files changed, 12 insertions(+), 7 deletions(-) >> >> CC: Olivier MATZ >> >> This patch updates rte_mbuf, so the patchset will wait for the ACK for >> this patch first. >> >> Thanks, >> ferruh >> >> > Hi Ferruh, > Please note that this mbuf change is an independent patch. > Let me know if you want us to provide it as a separate patch. > Only patch 7/7 depends on the mbuf patch. I think it is good idea to make separate patchset, so this won't block all patchset. > > Thanks, > Harish > >