commit | cbd5228199d8be45d895d9d0cc2b8ce53835fc21 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Fri Aug 22 11:36:52 2014 +1000 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 22 11:28:00 2014 -0700 |
tree | df032719e32933827db5e1ef205f257f5a0b54df | |
parent | c10e4cafa2698dedb9b61bbf6d68f209e779cb19 [diff] |
ibmveth: Fix endian issues with rx_no_buffer statistic Hidden away in the last 8 bytes of the buffer_list page is a solitary statistic. It needs to be byte swapped or else ethtool -S will produce numbers that terrify the user. Since we do this in multiple places, create a helper function with a comment explaining what is going on. Signed-off-by: Anton Blanchard <anton@samba.org> Cc: stable@vger.kernel.org Signed-off-by: David S. Miller <davem@davemloft.net>