From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net: fix Intel prepare function for IP checksum offload Date: Fri, 21 Sep 2018 02:12:35 +0100 Message-ID: References: <20180919144208.17064-1-didier.pallard@6wind.com> <2601191342CEEE43887BDE71AB977258EA959288@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "stable@dpdk.org" To: "Ananyev, Konstantin" , Didier Pallard , "dev@dpdk.org" Return-path: In-Reply-To: <2601191342CEEE43887BDE71AB977258EA959288@irsmsx105.ger.corp.intel.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/20/2018 3:53 PM, Ananyev, Konstantin wrote: > > >> >> Current Intel tx prepare function does not properly handle the >> case where only IP checksum is requested, without requesting >> any L4 checksum or TSO: IP checksum is not properly reset to 0 >> and output packet may contain invalid IP checksum. >> >> Fixes: 4fb7e803eb1a ("ethdev: add Tx preparation") >> Cc: stable@dpdk.org >> >> Signed-off-by: Didier Pallard > > Acked-by: Konstantin Ananyev Applied to dpdk-next-net/master, thanks.