From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 11 Jan 2017 10:00:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,346,1477983600"; d="scan'208";a="47888099" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga004.jf.intel.com with ESMTP; 11 Jan 2017 10:00:32 -0800 To: John Daley References: <20170111034212.5294-1-johndale@cisco.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: Date: Wed, 11 Jan 2017 18:00:32 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170111034212.5294-1-johndale@cisco.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/enic: use new Rx checksum flags 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, 11 Jan 2017 18:00:34 -0000 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.