diff options
author | 2018-05-01 19:56:05 +0100 | |
---|---|---|
committer | 2018-05-01 15:08:38 -0400 | |
commit | dbecc7796cf1ade372e1dec006031feb56fff140 (patch) | |
tree | 29afaba32a525f9fa46ec0a5aeb394b3100a5159 /include/linux/tcp.h | |
parent | net: hns3: Fix for packet loss due wrong filter config in VLAN tbls (diff) | |
download | wireguard-linux-dbecc7796cf1ade372e1dec006031feb56fff140.tar.xz wireguard-linux-dbecc7796cf1ade372e1dec006031feb56fff140.zip |
net: hns3: Remove packet statistics in the range of 8192~12287
Because the current statistics for size 8192~12287 are only valid for GE,
the ranges of 8192~9216 and 9217~12287 are valid only for LGE/CGE, and are
always 0 for GE interfaces. it is easy to cause confusion when viewing the
packet statistics using the command ethtool -S.
This patch removes the 8192~12287 range of packet statistics and uses the
8192~9216 and 9217~12287 ranges for statistics. This change depends on the
firmware upgrade.
Signed-off-by: Xi Wang <wangxi11@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/tcp.h')
0 files changed, 0 insertions, 0 deletions