From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id ECA344CB3 for ; Wed, 12 Sep 2018 19:21:05 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Sep 2018 10:21:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,365,1531810800"; d="scan'208";a="89878993" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.56]) ([10.237.221.56]) by orsmga001.jf.intel.com with ESMTP; 12 Sep 2018 10:20:46 -0700 To: Andrew Rybchenko , Dekel Peled , thomas@monjalon.net, dev@dpdk.org Cc: xuemingl@mellanox.com, orika@mellanox.com References: <1536235311-43741-1-git-send-email-dekelp@mellanox.com> <1536740882-60426-1-git-send-email-dekelp@mellanox.com> <5e319e49-ee73-241f-ab1e-d6ed9924337f@solarflare.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <1b785a15-26cb-f186-40ec-8ba22f46c2b9@intel.com> Date: Wed, 12 Sep 2018 18:20:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <5e319e49-ee73-241f-ab1e-d6ed9924337f@solarflare.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] ethdev: fix missing names in Tx offload name array 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: Wed, 12 Sep 2018 17:21:06 -0000 On 9/12/2018 9:33 AM, Andrew Rybchenko wrote: > On 09/12/2018 11:28 AM, Dekel Peled wrote: >> Patch 5355f443 added two definitions of DEV_TX_OFFLOAD_xxx. >> If new Tx offload capabilities are defined, they also must be mentioned >> in rte_tx_offload_names in rte_ethdev.c file. >> >> This patch adds the required lines in array rte_tx_offload_names. >> >> Fixes: 5355f4439e2e ("ethdev: introduce generic IP/UDP tunnel checksum and TSO") >> >> Cc: xuemingl@mellanox.com >> >> Signed-off-by: Dekel Peled > > Acked-by: Andrew Rybchenko Cc: stable@dpdk.org Applied to dpdk-next-net/master, thanks.