[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH] spapr-vlan: Don't touch last entry in buffer list
From: |
Alexander Graf |
Subject: |
Re: [Qemu-ppc] [PATCH] spapr-vlan: Don't touch last entry in buffer list |
Date: |
Wed, 27 Aug 2014 13:07:30 +0200 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.0 |
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 <address@hidden>
Thanks, applied to ppc-next.
Alex