From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] nfp: fix typo in tx offload capabilities Date: Mon, 19 Dec 2016 14:50:06 +0000 Message-ID: References: <1482150159-13031-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Alejandro Lucero , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5CF14F966 for ; Mon, 19 Dec 2016 15:50:09 +0100 (CET) In-Reply-To: <1482150159-13031-1-git-send-email-alejandro.lucero@netronome.com> 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 12/19/2016 12:22 PM, Alejandro Lucero wrote: > Because macros for TCP and UDP related to offload cksums have > same values, this was not a main problem. But better to use the > right ones. > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.