Subrata Modak wrote:
> Hi Veerendra,
>
> Can you please update the:
> http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/README
>
> with the latest options in Kernel 2.6.28 for enabling the config options
> for all Namespaces. I did not find CONFIG_NET_NS option in 2.6.27 or
> 2.6.28. Also, what are the uses of the following options:
>
> CONFIG_VETH
> CONFIG_MACVLAN
>
> Regards--
> Subrata
>
>
>   
hi Subrata

    The networking namespace code is churning with lots of code changes .

CONFIG_VETH will add Virtual ethernet pair device

CONFIG_MACVLAN will add the mac-vlan device.

In 2.6.27 and 2.6.28  the CONFIG_NET_NS
 " Depends on: NET && EXPERIMENTAL && !SYSFS && NAMESPACES "

Since the NETNS tests in LTP are designed for SYSFS enabled . The tests 
can't be used to run in 2.6.27 or 2.6.28 standard kernels.
But you can run them applying the lxc-patch.

In  2.6.29-rc1 kernel the NET_NS
"     Depends on: NET && EXPERIMENTAL && NAMESPACES   "
Here you can give it try  without applying any patch .


Regards
Veerendra C



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to