From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/nfp: fix mbuf flags with cksum good Date: Wed, 19 Sep 2018 18:52:22 +0100 Message-ID: <8fdcb94f-f13d-d69a-e5c2-c84ebc7bbe85@intel.com> References: <1536249776-41490-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Alejandro Lucero , dev@dpdk.org Return-path: In-Reply-To: <1536249776-41490-1-git-send-email-alejandro.lucero@netronome.com> Content-Language: en-US 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 9/6/2018 5:02 PM, Alejandro Lucero wrote: > If checksum offload enabled and hardware reports checksum as good, > update mbuf ol_flags with proper *_CKSUM_GOOD bits. > > Fixes: b812daadad0d ("nfp: add Rx and Tx") > Cc: stable@dpdk.org > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.