[dpdk-dev] [PATCH] kni: allow per-net instances

2015-07-02 Thread Dex Chen
neously in different namespaces, making all of global variables as per network namespace variables. With regard to single kernel thread mode, there will be one kernel thread for each of network namespace. Signed-off-by: Dex Chen --- lib/librte_eal/linuxapp/kni/kni_mi

[dpdk-dev] [PATCH v2] kni: allow per-net instances

2015-10-26 Thread Dex Chen
of pernet_subsys > Fix warnings of checkpatch > Fix NULL nsproxy issue in kni_release() Signed-off-by: Dex Chen --- lib/librte_eal/linuxapp/kni/kni_misc.c | 136 + 1 file changed, 87 insertions(+), 49 deletions(-) diff --git a/lib/librte_eal/linu

[dpdk-dev] [PATCH v3] kni: allow per-net instances

2015-10-27 Thread Dex Chen
neously in different namespaces, making all of global variables as per network namespace variables. With regard to single kernel thread mode, there will be one kernel thread for each of network namespace. Signed-off-by: Dex Chen --- Changes in v3: - Move change logs in annotation Changes in v2: