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=-9.9 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 AC4A6C433E2 for ; Tue, 8 Sep 2020 13:37:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6C1002078B for ; Tue, 8 Sep 2020 13:37:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729908AbgIHNgo (ORCPT ); Tue, 8 Sep 2020 09:36:44 -0400 Received: from mga05.intel.com ([192.55.52.43]:41206 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729545AbgIHLMP (ORCPT ); Tue, 8 Sep 2020 07:12:15 -0400 IronPort-SDR: KA3BG1x0/KIeeZJWRQ2PSqK8SdoysORIFBjUVTrWzEd0/GJiop6netUoDF9Xu/eYG7gKtiTT34 zaQ4BB/gYHaw== X-IronPort-AV: E=McAfee;i="6000,8403,9737"; a="242925918" X-IronPort-AV: E=Sophos;i="5.76,405,1592895600"; d="scan'208";a="242925918" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2020 04:12:15 -0700 IronPort-SDR: ebvqiBbYWXapEz4ci64bdBQOaYcK2mF5S/5oFyorAuRylRf//LSSu5CczC0iF3r2Si+jwAY83+ zoimXcqZvq6Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,405,1592895600"; d="scan'208";a="284479300" Received: from pgierasi-mobl.ger.corp.intel.com (HELO btopel-mobl.ger.intel.com) ([10.252.39.2]) by fmsmga007.fm.intel.com with ESMTP; 08 Sep 2020 04:12:13 -0700 Subject: Re: [Intel-wired-lan] [PATCH bpf-next 4/4] ixgbe, xsk: use XSK_NAPI_WEIGHT as NAPI poll budget To: Paul Menzel , =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= , ast@kernel.org, daniel@iogearbox.net, netdev@vger.kernel.org, bpf@vger.kernel.org Cc: kuba@kernel.org, intel-wired-lan@lists.osuosl.org, magnus.karlsson@intel.com References: <20200907150217.30888-1-bjorn.topel@gmail.com> <20200907150217.30888-5-bjorn.topel@gmail.com> <82901368-8e17-a63d-0e46-2434b5777c04@molgen.mpg.de> From: =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= Message-ID: <0fb03a39-d098-8fc9-ba70-e919ef8e091e@intel.com> Date: Tue, 8 Sep 2020 13:12:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <82901368-8e17-a63d-0e46-2434b5777c04@molgen.mpg.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 2020-09-08 12:12, Paul Menzel wrote: > Dear Björn, > > > Am 07.09.20 um 17:02 schrieb Björn Töpel: >> From: Björn Töpel >> >> Start using XSK_NAPI_WEIGHT as NAPI poll budget for the AF_XDP Rx >> zero-copy path. > > Could you please add the description from the patch series cover letter > to this commit too? To my knowledge, the message in the cover letter > won’t be stored in the git repository. > Paul, thanks for the input! The netdev/bpf trees always include the cover letter in the merge commit. Cheers, Björn >> Signed-off-by: Björn Töpel >> --- >>   drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c | 2 +- >>   1 file changed, 1 insertion(+), 1 deletion(-) > > […] > > > Kind regards, > > Paul