X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=net%2FKconfig;h=e07272d0bb2deddc70c287c8ff82563d08054798;hb=2943c833222ef87c111ee0c6b7b8519ad2983e99;hp=a07314844238f4c19fbc4d82d99c547ed9f1f907;hpb=b2f9452bd5234d573898bbda52a410b154f8f510;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/net/Kconfig b/net/Kconfig index a073148..e07272d 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