From: David S. Miller Date: Sun, 5 Nov 2017 12:49:17 +0000 (+0900) Subject: Merge branch 'openvswitch-netns' X-Git-Tag: v5.15~9988^2~133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=727d5fbbadba945c9839de0f78ad22c91cff8e47;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'openvswitch-netns' Flavio Leitner says: ==================== Allow openvswitch to query ports in another netns. Today Open vSwitch users are moving internal ports to other namespaces and although packets are flowing OK, the userspace daemon can't find out basic information like if the port is UP or DOWN, for instance. This patchset extends openvswitch API to retrieve the current netnsid of a port. It will be used by the userspace daemon to find out in which netns the port is located. This patchset also extends the rtnetlink getlink call to accept and operate on a given netnsid. More details are available in each patch. ==================== Signed-off-by: David S. Miller --- 727d5fbbadba945c9839de0f78ad22c91cff8e47