From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:49850 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751396AbeB0CC7 (ORCPT ); Mon, 26 Feb 2018 21:02:59 -0500 Date: Mon, 26 Feb 2018 21:02:58 -0500 (EST) Message-Id: <20180226.210258.1987303019079752959.davem@davemloft.net> To: eric.dumazet@gmail.com Cc: netdev@vger.kernel.org, hayeswang@realtek.com Subject: Re: [PATCH net] r8152: fix tx packets accounting From: David Miller In-Reply-To: <1519614730.3258.7.camel@gmail.com> References: <1519614730.3258.7.camel@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Eric Dumazet Date: Sun, 25 Feb 2018 19:12:10 -0800 > From: Eric Dumazet > > r8152 driver handles TSO packets (limited to ~16KB) quite well, > but pretends each TSO logical packet is a single packet on the wire. > > There is also some error since headers are accounted once, but > error rate is small enough that we do not care. > > Signed-off-by: Eric Dumazet Applied, thanks Eric.