From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Wenfeng Liu <liuwf@arraynetworks.com.cn>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] kni: Passing task_pid_vnr(current) to get_net_ns_by_pid() in kni_ioctl_create()
Date: Wed, 17 Jun 2015 15:08:18 +0200 [thread overview]
Message-ID: <2538827.H6fIiqqeFU@xps13> (raw)
In-Reply-To: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A882F12@SHSMSX104.ccr.corp.intel.com>
> > In containers like docker, current->pid returns current process's global PID
> > instead of its own PID under containers's PID namespace, and
> > get_net_ns_by_pid() suppose to accept a virtual PID under its own namespace,
> > so we should use task_pid_vnr(current) to get current process's virtual PID
> > instead of current->pid.
> >
> > Signed-off-by: Wenfeng Liu <liuwf@arraynetworks.com.cn>
> Acked-by: Helin Zhang <helin.zhang@intel.com>
Applied, thanks
prev parent reply other threads:[~2015-06-17 13:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-15 4:07 Wenfeng Liu
2015-06-17 3:58 ` Zhang, Helin
2015-06-17 5:43 ` [dpdk-dev] 答复: " Wenfeng Liu
2015-06-17 5:49 ` [dpdk-dev] " Zhang, Helin
2015-06-17 5:51 ` Zhang, Helin
2015-06-17 13:08 ` Thomas Monjalon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2538827.H6fIiqqeFU@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=dev@dpdk.org \
--cc=liuwf@arraynetworks.com.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).