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: Tue, 30 May 2017 13:23:08 +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: Harish Patil , Dept-EngDPDKDev@cavium.com, Olivier MATZ To: Rasesh Mody , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 02FE03252 for ; Tue, 30 May 2017 14:23:12 +0200 (CEST) In-Reply-To: <1495960654-352-7-git-send-email-rasesh.mody@cavium.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/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