Commit dc0e9c7f authored by Stephen Hemminger's avatar Stephen Hemminger

update to net-next headers

parent fb876d89
...@@ -27,7 +27,6 @@ struct genlmsghdr { ...@@ -27,7 +27,6 @@ struct genlmsghdr {
*/ */
#define GENL_ID_GENERATE 0 #define GENL_ID_GENERATE 0
#define GENL_ID_CTRL NLMSG_MIN_TYPE #define GENL_ID_CTRL NLMSG_MIN_TYPE
#define GENL_ID_VFS_DQUOT (NLMSG_MIN_TYPE + 1)
/************************************************************************** /**************************************************************************
* Controller * Controller
......
...@@ -763,14 +763,13 @@ enum { ...@@ -763,14 +763,13 @@ enum {
TCA_FQ_RATE_ENABLE, /* enable/disable rate limiting */ TCA_FQ_RATE_ENABLE, /* enable/disable rate limiting */
TCA_FQ_FLOW_DEFAULT_RATE,/* obsolete, do not use */ TCA_FQ_FLOW_DEFAULT_RATE,/* for sockets with unspecified sk_rate,
* use the following rate
*/
TCA_FQ_FLOW_MAX_RATE, /* per flow max rate */ TCA_FQ_FLOW_MAX_RATE, /* per flow max rate */
TCA_FQ_BUCKETS_LOG, /* log2(number of buckets) */ TCA_FQ_BUCKETS_LOG, /* log2(number of buckets) */
TCA_FQ_FLOW_REFILL_DELAY, /* flow credit refill delay in usec */
__TCA_FQ_MAX __TCA_FQ_MAX
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment