]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
uapi: update if_link.h from upstream
authorStephen Hemminger <stephen@networkplumber.org>
Sat, 16 Jan 2021 17:09:35 +0000 (09:09 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 16 Jan 2021 17:09:35 +0000 (09:09 -0800)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/uapi/linux/if_link.h

index faa90938a589aa245b453b622eb407135bfa1286..97a95cf7e4f90d4d3408d54543818c8d1c4d6b1a 100644 (file)
@@ -75,8 +75,9 @@ struct rtnl_link_stats {
  *
  * @rx_dropped: Number of packets received but not processed,
  *   e.g. due to lack of resources or unsupported protocol.
- *   For hardware interfaces this counter should not include packets
- *   dropped by the device which are counted separately in
+ *   For hardware interfaces this counter may include packets discarded
+ *   due to L2 address filtering but should not include packets dropped
+ *   by the device due to buffer exhaustion which are counted separately in
  *   @rx_missed_errors (since procfs folds those two counters together).
  *
  * @tx_dropped: Number of packets dropped on their way to transmission,