Searched hist:"557 fc4a098039cf296fe33f118bab99a925fd881" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/ |
H A D | fq.h | 557fc4a098039cf296fe33f118bab99a925fd881 Fri Apr 22 07:20:13 CDT 2016 Michal Kazior <michal.kazior@tieto.com> fq: add fair queuing framework
This works on the same implementation principle as codel*.h, i.e. there's a generic header with structures and macros and a implementation header carrying function definitions to include in given, e.g. driver or module.
The fairness logic comes from net/sched/sch_fq_codel.c but is generalized so it is more flexible and easier to re-use.
Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fq_impl.h | 557fc4a098039cf296fe33f118bab99a925fd881 Fri Apr 22 07:20:13 CDT 2016 Michal Kazior <michal.kazior@tieto.com> fq: add fair queuing framework
This works on the same implementation principle as codel*.h, i.e. there's a generic header with structures and macros and a implementation header carrying function definitions to include in given, e.g. driver or module.
The fairness logic comes from net/sched/sch_fq_codel.c but is generalized so it is more flexible and easier to re-use.
Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|