From: William Tu <u9012063@gmail.com>
To: David Ahern <dsahern@gmail.com>
Cc: Linux Kernel Network Developers <netdev@vger.kernel.org>,
chrism@mellanox.com
Subject: Re: help on iproute2 hangs
Date: Thu, 1 Mar 2018 10:51:49 -0800 [thread overview]
Message-ID: <CALDO+SZocdKtUdtPUhK=4xSTROtixaaa4uZk8ap3_QPgHNA7xA@mail.gmail.com> (raw)
In-Reply-To: <e831351e-2709-aa25-8b22-a6b3fae9c36a@gmail.com>
On Thu, Mar 1, 2018 at 10:36 AM, David Ahern <dsahern@gmail.com> wrote:
> On 3/1/18 10:29 AM, William Tu wrote:
>> Hi,
>>
>> We're running commands below on kernel 4.15.0:
>> 1) ip netns add at_ns0
>> 2) ip link add p0 type veth peer name ovs-p0
>> 3) ip link set p0 netns at_ns0
>> 4) ip link set dev ovs-p0 up
>
> # uname -a
> Linux kenny-jessie3 4.16.0-rc2+ #162 SMP Thu Mar 1 08:48:58 PST 2018
> x86_64 GNU/Linux
>
> # bash -x /tmp/2
> + ip netns add at_ns0
> + ip link add p0 type veth peer name ovs-p0
> + ip link set p0 netns at_ns0
> + ip link set dev ovs-p0 up
>
> Works fine for me on top of tree.
>
> What is the output of 'cat /proc/<pid>/stack' when it hangs?
>
root@osb:~/iproute2# ps aux | grep ip
root 3652 0.0 0.0 11532 884 pts/24 S+ 10:43 0:00 ip
link add p0 type veth peer name ovs-p0
root@osb:~/iproute2# cat /proc/3652/stack
[<0>] __skb_wait_for_more_packets+0x103/0x160
[<0>] __skb_recv_datagram+0x69/0xc0
[<0>] skb_recv_datagram+0x3f/0x60
[<0>] netlink_recvmsg+0x59/0x420
[<0>] ___sys_recvmsg+0xee/0x230
[<0>] __sys_recvmsg+0x4e/0x90
[<0>] entry_SYSCALL_64_fastpath+0x24/0x87
[<0>] 0xffffffffffffffff
if I run strace on "ip link add p0 type veth peer name ovs-p0"
open("/usr/lib/ip/link_veth.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No
such file or directory)
sendmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0,
groups=00000000},
msg_iov(1)=[{"X\0\0\0\20\0\5\6\315J\230Z\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
88}], msg_controllen=0, msg_flags=0}, 0) = 88
recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0,
groups=00000000}, msg_iov(1)=[{NULL, 0}], msg_controllen=0,
msg_flags=MSG_TRUNC}, MSG_PEEK|MSG_TRUNC) = 36
recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0,
groups=00000000},
msg_iov(1)=[{"$\0\0\0\2\0\0\1\315J\230Z1\24\0\0\0\0\0\0X\0\0\0\20\0\5\6\315J\230Z"...,
36}], msg_controllen=0, msg_flags=0}, 0) = 36
Thanks a lot
William
next prev parent reply other threads:[~2018-03-01 18:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-01 17:29 help on iproute2 hangs William Tu
2018-03-01 18:36 ` David Ahern
2018-03-01 18:51 ` William Tu [this message]
2018-03-01 21:38 ` David Ahern
2018-03-01 22:13 ` William Tu
2018-03-01 22:14 ` David Ahern
2018-03-01 22:24 ` William Tu
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='CALDO+SZocdKtUdtPUhK=4xSTROtixaaa4uZk8ap3_QPgHNA7xA@mail.gmail.com' \
--to=u9012063@gmail.com \
--cc=chrism@mellanox.com \
--cc=dsahern@gmail.com \
--cc=netdev@vger.kernel.org \
/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).