From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMb4j-0000L1-OP for qemu-devel@nongnu.org; Wed, 27 Aug 2014 07:07:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMb4d-00050s-Ma for qemu-devel@nongnu.org; Wed, 27 Aug 2014 07:07:37 -0400 Message-ID: <53FDBBF2.7040809@suse.de> Date: Wed, 27 Aug 2014 13:07:30 +0200 From: Alexander Graf MIME-Version: 1.0 References: <20140822115057.443a221c@kryten> In-Reply-To: <20140822115057.443a221c@kryten> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] spapr-vlan: Don't touch last entry in buffer list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anton Blanchard , david@gibson.dropbear.id.au, aik@ozlabs.ru, paulus@samba.org Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 22.08.14 03:50, Anton Blanchard wrote: > The last 8 bytes of the buffer list is defined to contain the number > of dropped frames. At the moment we use it to store rx entries, > which trips up ethtool -S: > > rx_no_buffer: 9223380832981355136 > > Fix this by skipping the last buffer list entry. > > Signed-off-by: Anton Blanchard Thanks, applied to ppc-next. Alex