[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPhsuW7TWV0=ed0tk2OkX5cERb-kKJukfZ+mkd1Ddh2kPBwnyg@mail.gmail.com>
Date: Mon, 24 Feb 2020 21:54:19 -0800
From: Song Liu <song@...nel.org>
To: Lingpeng Chen <forrest0579@...il.com>
Cc: bpf <bpf@...r.kernel.org>, Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
John Fastabend <john.fastabend@...il.com>,
"David S . Miller" <davem@...emloft.net>,
Networking <netdev@...r.kernel.org>,
Petar Penkov <ppenkov.kernel@...il.com>
Subject: Re: [PATCH v4 bpf-next 1/3] bpf: Add get_netns_id helper function for sock_ops
On Mon, Feb 24, 2020 at 8:46 PM Lingpeng Chen <forrest0579@...il.com> wrote:
>
> Currently 5-tuple(sip+dip+sport+dport+proto) can't identify a
> uniq connection because there may be multi net namespace.
> For example, there may be a chance that netns a and netns b all
> listen on 127.0.0.1:8080 and the client with same port 40782
> connect to them. Without netns number, sock ops program
> can't distinguish them.
> Using bpf_get_netns_id helper to get current connection
> netns id to distinguish connections.
>
> Signed-off-by: Lingpeng Chen <forrest0579@...il.com>
Acked-by: Song Liu <songliubraving@...com>
Powered by blists - more mailing lists