Re: [RFC PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config

2016-03-20 Thread zhuyj
Hi, all Would you like to give me some advice? Any reply is appreciated. Zhu Yanjun On 03/10/2016 10:54 AM, Zhu Yanjun wrote: Sometimes the system engineer and application expect a new net namespace to inherit config from the base net config. Sometimes the current net config is expected by the

Re: [RFC PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config

2016-03-13 Thread zhuyj
ping On 03/10/2016 10:54 AM, Zhu Yanjun wrote: Sometimes the system engineer and application expect a new net namespace to inherit config from the base net config. Sometimes the current net config is expected by the system engineer and application. So it is necessary that the system engineer and

[RFC PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config

2016-03-09 Thread Zhu Yanjun
Sometimes the system engineer and application expect a new net namespace to inherit config from the base net config. Sometimes the current net config is expected by the system engineer and application. So it is necessary that the system engineer and application can choose a new net namespace to inh

Re: [PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config

2015-10-08 Thread Paul Gortmaker
On Thu, Oct 8, 2015 at 2:44 AM, yzhu1 wrote: > Hi, Miller > > Would you like to check this patch? I explained to you way back in June what some of the biggest oversights were, here with your work. And you have changed nothing but yet expect a reply from maintainers who are extremely busy, simply

Re: [PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config

2015-10-07 Thread yzhu1
Hi, Miller Would you like to check this patch? Thanks a lot. Zhu Yanjun On 06/26/2015 05:37 PM, Zhu Yanjun wrote: The new net namespace can inherit from the original net config, or the current net config. As such, a config is needed to decide where the new namespace inherit from. Signed-off-b

Re: [PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config

2015-07-01 Thread yzhu1
Hi, David This patch is applied in our linux for a long time. It should work well. Would you like to let me know your advice about this patch? Thanks a lot. Zhu Yanjun On 06/26/2015 05:37 PM, Zhu Yanjun wrote: The new net namespace can inherit from the original net config, or the current net

Re: [PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config

2015-06-26 Thread Paul Gortmaker
On Fri, Jun 26, 2015 at 5:37 AM, Zhu Yanjun wrote: > The new net namespace can inherit from the original net config, or > the current net config. As such, a config is needed to decide where > the new namespace inherit from. As per the netdev mailing list FAQ, and Dave's post from a day or two ago

Re: [PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config

2015-06-26 Thread yzhu1
Hi, all Some expect the new net namespace inherits from the original net config. Some expect the new net namespace inherits from the current net config, including the modified net configurations. To meet the different reqirements, this patch is made. I think maybe mainline should need this p

[PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config

2015-06-26 Thread Zhu Yanjun
The new net namespace can inherit from the original net config, or the current net config. As such, a config is needed to decide where the new namespace inherit from. Signed-off-by: Zhu Yanjun --- init/Kconfig | 9 + net/ipv4/devinet.c | 13 + 2 files changed, 22 inser