From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vZFZp0nx9zDq5x for ; Fri, 3 Mar 2017 14:50:42 +1100 (AEDT) Date: Fri, 3 Mar 2017 14:50:37 +1100 From: Paul Mackerras To: Shile Zhang Cc: Benjamin Herrenschmidt , Michael Ellerman , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] powerpc/64: Fix checksum folding in csum_add Message-ID: <20170303035037.GA17042@fergus.ozlabs.ibm.com> References: <1486199020-59977-1-git-send-email-shile.zhang@nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1486199020-59977-1-git-send-email-shile.zhang@nokia.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Feb 04, 2017 at 05:03:40PM +0800, Shile Zhang wrote: > fix the missed point in Paul's patch: > "powerpc/64: Fix checksum folding in csum_tcpudp_nofold and > ip_fast_csum_nofold" > > Signed-off-by: Shile Zhang Acked-by: Paul Mackerras