All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lxc: Correct CONFIG_CGROUP_NET_PRIO setting
@ 2019-03-15  3:04 zhe.he
  2019-03-17  0:23 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: zhe.he @ 2019-03-15  3:04 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

From: He Zhe <zhe.he@windriver.com>

Since af6363374cbd ("cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid_cgroup()"),
CONFIG_CGROUP_NET_PRIO has become a bool option. Forcedly setting it to "m"
would end up with "n". Change it to "y" here.

Signed-off-by: He Zhe <zhe.he@windriver.com>
---
 recipes-kernel/linux/linux-yocto/lxc.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-yocto/lxc.cfg b/recipes-kernel/linux/linux-yocto/lxc.cfg
index 9ff49f1..adaad3a 100644
--- a/recipes-kernel/linux/linux-yocto/lxc.cfg
+++ b/recipes-kernel/linux/linux-yocto/lxc.cfg
@@ -15,7 +15,7 @@ CONFIG_NET_NS=y
 
 CONFIG_NET_CLS_CGROUP=m
 CONFIG_BLK_CGROUP=y
-CONFIG_CGROUP_NET_PRIO=m
+CONFIG_CGROUP_NET_PRIO=y
 
 # Virtual drivers
 CONFIG_HVC_DRIVER=y
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lxc: Correct CONFIG_CGROUP_NET_PRIO setting
  2019-03-15  3:04 [PATCH] lxc: Correct CONFIG_CGROUP_NET_PRIO setting zhe.he
@ 2019-03-17  0:23 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2019-03-17  0:23 UTC (permalink / raw)
  To: He Zhe; +Cc: meta-virtualization

merged

Bruce

On Thu, Mar 14, 2019 at 11:04 PM <zhe.he@windriver.com> wrote:
>
> From: He Zhe <zhe.he@windriver.com>
>
> Since af6363374cbd ("cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid_cgroup()"),
> CONFIG_CGROUP_NET_PRIO has become a bool option. Forcedly setting it to "m"
> would end up with "n". Change it to "y" here.
>
> Signed-off-by: He Zhe <zhe.he@windriver.com>
> ---
>  recipes-kernel/linux/linux-yocto/lxc.cfg | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-kernel/linux/linux-yocto/lxc.cfg b/recipes-kernel/linux/linux-yocto/lxc.cfg
> index 9ff49f1..adaad3a 100644
> --- a/recipes-kernel/linux/linux-yocto/lxc.cfg
> +++ b/recipes-kernel/linux/linux-yocto/lxc.cfg
> @@ -15,7 +15,7 @@ CONFIG_NET_NS=y
>
>  CONFIG_NET_CLS_CGROUP=m
>  CONFIG_BLK_CGROUP=y
> -CONFIG_CGROUP_NET_PRIO=m
> +CONFIG_CGROUP_NET_PRIO=y
>
>  # Virtual drivers
>  CONFIG_HVC_DRIVER=y
> --
> 2.7.4
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-17  0:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-15  3:04 [PATCH] lxc: Correct CONFIG_CGROUP_NET_PRIO setting zhe.he
2019-03-17  0:23 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.