From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/enic: use new Rx checksum flags Date: Wed, 11 Jan 2017 18:00:32 +0000 Message-ID: References: <20170111034212.5294-1-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: John Daley Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3F1C6D4E0 for ; Wed, 11 Jan 2017 19:00:33 +0100 (CET) In-Reply-To: <20170111034212.5294-1-johndale@cisco.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 1/11/2017 3:42 AM, John Daley wrote: > Use the new L3 and L4 ..CKSUM_GOOD and ..CKSUM_UNKNOWN flags to > distinguish good checksums from unknown ones. > > Signed-off-by: John Daley Applied to dpdk-next-net/master, thanks.