From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A05B2C2B9F4 for ; Tue, 22 Jun 2021 17:06:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 862BA61360 for ; Tue, 22 Jun 2021 17:06:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231736AbhFVRIR (ORCPT ); Tue, 22 Jun 2021 13:08:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230076AbhFVRIO (ORCPT ); Tue, 22 Jun 2021 13:08:14 -0400 Received: from mail.monkeyblade.net (shards.monkeyblade.net [IPv6:2620:137:e000::1:9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7CCC0C061574 for ; Tue, 22 Jun 2021 10:05:58 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:601:9f00:477::3d5]) by mail.monkeyblade.net (Postfix) with ESMTPSA id 55F644FE766D6; Tue, 22 Jun 2021 10:05:57 -0700 (PDT) Date: Tue, 22 Jun 2021 10:05:56 -0700 (PDT) Message-Id: <20210622.100556.369690653202936593.davem@davemloft.net> To: lorenzo.bianconi@redhat.com Cc: netdev@vger.kernel.org, mcroce@linux.microsoft.com, kuba@kernel.org, sgoutham@marvell.com, sbhatta@marvell.com, stefanc@marvell.com, brouer@redhat.com, thomas.petazzoni@bootlin.com, linux@armlinux.org.uk, mw@semihalf.com Subject: Re: [PATCH net-next] net: marvell: return csum computation result from mvneta_rx_csum/mvpp2_rx_csum From: David Miller In-Reply-To: References: <73619ca7d64b1dee91ed8ed2dcf0ddbbc57b4b0a.1623943981.git.lorenzo@kernel.org> X-Mailer: Mew version 6.8 on Emacs 27.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (mail.monkeyblade.net [0.0.0.0]); Tue, 22 Jun 2021 10:05:57 -0700 (PDT) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Lorenzo Bianconi Date: Tue, 22 Jun 2021 10:22:27 +0200 >> This is a preliminary patch to add hw csum hint support to >> mvneta/mvpp2 xdp implementation >> >> Tested-by: Matteo Croce >> Signed-off-by: Lorenzo Bianconi > > Hi Dave and Jakub, > > I have just noticed this patch is marked as "Not Applicable" in patchwork. I > tried to rebase it on top of net-next and it applies and compiles so I am > wondering why it is "not applicable". Am I missing something? It did not apply cleanly for me, please resend. Thank you.