Re: [PATCHv2 2/2] util:veth: Create veth device pair by netlink

2020-12-08 Thread Laine Stump
On 12/8/20 4:19 AM, Daniel P. Berrangé wrote: On Mon, Dec 07, 2020 at 05:54:51PM -0500, Laine Stump wrote: On 11/22/20 10:28 PM, Shi Lei wrote: When netlink is supported, use netlink to create veth device pair rather than 'ip link' command. Signed-off-by: Shi Lei ---

Re: [PATCHv2 2/2] util:veth: Create veth device pair by netlink

2020-12-08 Thread Daniel P . Berrangé
On Mon, Dec 07, 2020 at 05:54:51PM -0500, Laine Stump wrote: > On 11/22/20 10:28 PM, Shi Lei wrote: > > When netlink is supported, use netlink to create veth device pair > > rather than 'ip link' command. > > > > Signed-off-by: Shi Lei > > --- > > src/util/virnetdevveth.c | 85

Re: Re: [PATCHv2 2/2] util:veth: Create veth device pair by netlink

2020-12-07 Thread Shi Lei
Okay. According to your comment, I will deal with another series first. Then I get rid of that 'status' in this patch and post V3 of it. Thanks! Shi Lei On 2020-12-08 at 06:54, Laine Stump wrote: >On 11/22/20 10:28 PM, Shi Lei wrote: >> When netlink is supported, use netlink to create veth

Re: [PATCHv2 2/2] util:veth: Create veth device pair by netlink

2020-12-07 Thread Laine Stump
On 11/22/20 10:28 PM, Shi Lei wrote: When netlink is supported, use netlink to create veth device pair rather than 'ip link' command. Signed-off-by: Shi Lei --- src/util/virnetdevveth.c | 85 ++-- 1 file changed, 56 insertions(+), 29 deletions(-) diff

[PATCHv2 2/2] util:veth: Create veth device pair by netlink

2020-11-22 Thread Shi Lei
When netlink is supported, use netlink to create veth device pair rather than 'ip link' command. Signed-off-by: Shi Lei --- src/util/virnetdevveth.c | 85 ++-- 1 file changed, 56 insertions(+), 29 deletions(-) diff --git a/src/util/virnetdevveth.c