X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2FKconfig;h=e07272d0bb2deddc70c287c8ff82563d08054798;hb=959327c7842e8621e28b89acea7d57ff02b60972;hp=a07314844238f4c19fbc4d82d99c547ed9f1f907;hpb=6cac95296034bed7b2716d5f4e417a26a618da94;p=karo-tx-linux.git diff --git a/net/Kconfig b/net/Kconfig index a07314844238..e07272d0bb2d 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -215,6 +215,7 @@ source "net/sched/Kconfig" source "net/dcb/Kconfig" source "net/dns_resolver/Kconfig" source "net/batman-adv/Kconfig" +source "net/openvswitch/Kconfig" config RPS boolean @@ -232,6 +233,19 @@ config XPS depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS default y +config NETPRIO_CGROUP + tristate "Network priority cgroup" + depends on CGROUPS + ---help--- + Cgroup subsystem for use in assigning processes to network priorities on + a per-interface basis + +config BQL + boolean + depends on SYSFS + select DQL + default y + config HAVE_BPF_JIT bool