From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Subject: Re: [PATCH net-next] net: Clarify dev_weight documentation for LRO and GRO_HW. Date: Tue, 19 Dec 2017 20:26:03 -0200 Message-ID: <20171219222603.GI6122@localhost.localdomain> References: <1513717976-24263-1-git-send-email-michael.chan@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, netdev@vger.kernel.org To: Michael Chan Return-path: Received: from mx1.redhat.com ([209.132.183.28]:51942 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751559AbdLSW0G (ORCPT ); Tue, 19 Dec 2017 17:26:06 -0500 Content-Disposition: inline In-Reply-To: <1513717976-24263-1-git-send-email-michael.chan@broadcom.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Dec 19, 2017 at 04:12:56PM -0500, Michael Chan wrote: > Reported-by: Marcelo Ricardo Leitner > Signed-off-by: Michael Chan Thanks! > --- > Documentation/sysctl/net.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/sysctl/net.txt b/Documentation/sysctl/net.txt > index b67044a..35c62f5 100644 > --- a/Documentation/sysctl/net.txt > +++ b/Documentation/sysctl/net.txt > @@ -95,7 +95,9 @@ dev_weight > -------------- > > The maximum number of packets that kernel can handle on a NAPI interrupt, > -it's a Per-CPU variable. > +it's a Per-CPU variable. For drivers that support LRO or GRO_HW, a hardware > +aggregated packet is counted as one packet in this context. > + > Default: 64 > > dev_weight_rx_bias > -- > 1.8.3.1 >