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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 B2FB0C43381 for ; Tue, 26 Mar 2019 16:09:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8BD812070D for ; Tue, 26 Mar 2019 16:09:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730454AbfCZQJP (ORCPT ); Tue, 26 Mar 2019 12:09:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43744 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726285AbfCZQJP (ORCPT ); Tue, 26 Mar 2019 12:09:15 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EF60337E7B; Tue, 26 Mar 2019 16:09:14 +0000 (UTC) Received: from [10.3.116.169] (ovpn-116-169.phx2.redhat.com [10.3.116.169]) by smtp.corp.redhat.com (Postfix) with ESMTP id 11C6B5C226; Tue, 26 Mar 2019 16:09:11 +0000 (UTC) Subject: Re: [PATCH net v2 0/2] thunderx: fix receive buffer page recycling From: Dean Nelson To: Jesper Dangaard Brouer Cc: Robert Richter , Sunil Goutham , David Miller , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Vadim Lomovtsev References: <155361559092.14454.4615730926574762068.email-sent-by-dnelson@cyan> Message-ID: <08849eac-c185-ee0d-3907-85beb392899b@redhat.com> Date: Tue, 26 Mar 2019 11:09:10 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.0 MIME-Version: 1.0 In-Reply-To: <155361559092.14454.4615730926574762068.email-sent-by-dnelson@cyan> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Tue, 26 Mar 2019 16:09:15 +0000 (UTC) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 3/26/19 10:53 AM, Dean Nelson wrote: > In attempting to optimize receive buffer page recycling for XDP, commit > 773225388dae15e72790 ("net: thunderx: Optimize page recycling for XDP") > inadvertently introduced two problems for the non-XDP case, that will be > addressed by this patch series. > > Dean Nelson (2): > thunderx: enable page recycling for non-XDP case > thunderx: eliminate extra calls to put_page() for pages held for recycling > > drivers/net/ethernet/cavium/thunder/nicvf_queues.c | 30 ++++++++++++++---------------- > 1 file changed, 14 insertions(+), 16 deletions(-) > I'm really sorry, I completely forgot to add a description of what the changes were made by v2 (which was just to add the 'Fixes:' lines to the changelogs). And I forgot to add you to the CC-list. I'm assuming I should repost? Right? (And do you want to be added?) It's just one of those days.