From 72f04611ecabbe285f19e3d4976b5a12fda23dc0 Mon Sep 17 00:00:00 2001 From: glebius Date: Fri, 19 Sep 2014 09:01:19 +0000 Subject: Remove ifq_drops from struct ifqueue. Now queue drops are accounted in struct ifnet if_oqdrops. Some netgraph modules used ifqueue w/o ifnet. Accounting of queue drops is simply removed from them. There were no API to read this statistic. Sponsored by: Netflix Sponsored by: Nginx, Inc. --- share/man/man9/altq.9 | 1 - 1 file changed, 1 deletion(-) (limited to 'share') diff --git a/share/man/man9/altq.9 b/share/man/man9/altq.9 index fd94404..e718027 100644 --- a/share/man/man9/altq.9 +++ b/share/man/man9/altq.9 @@ -256,7 +256,6 @@ still work with struct mbuf *ifq_tail; | struct mbuf *ifq_tail; int ifq_len; | int ifq_len; int ifq_maxlen; | int ifq_maxlen; - int ifq_drops; | int ifq_drops; }; | /* driver queue fields */ | ...... | /* altq related fields */ -- cgit v1.1