From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/3] Add TSO on tunneling packet Date: Sun, 09 Oct 2016 23:27:17 +0200 Message-ID: <1824728.Zk8xJF7TMz@xps13> References: <1467752375-25984-1-git-send-email-zhe.tao@intel.com> <2601191342CEEE43887BDE71AB97725836BA2698@irsmsx105.ger.corp.intel.com> <2601191342CEEE43887BDE71AB9772583F0BBE9A@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Tan, Jianfeng" To: "Ananyev, Konstantin" Return-path: Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) by dpdk.org (Postfix) with ESMTP id ACF6A58D4 for ; Sun, 9 Oct 2016 23:27:19 +0200 (CEST) Received: by mail-lf0-f42.google.com with SMTP id b75so91974614lfg.3 for ; Sun, 09 Oct 2016 14:27:19 -0700 (PDT) In-Reply-To: <2601191342CEEE43887BDE71AB9772583F0BBE9A@irsmsx105.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-09-27 17:29, Ananyev, Konstantin: > > > From: Tan, Jianfeng > > > > Patch 1: mbuf: add Tx side tunneling type Patch 2: net/i40e: add TSO > > > > support on tunneling packet Patch 3: app/testpmd: fix Tx offload on > > > > tunneling packet > > Acked-by: Konstantin Ananyev > I think you need to rebase your first one: mbuf: add Tx side tunneling type > against the mainline. > Also 3-rd one is v5 actually. Applied (with 3/3 v5), thanks