Re: [Qemu-devel] [PATCH] Unified Socket Transport

2017-07-18 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH] Unified Socket Transport Message-id: 20170718060627.2107-1-anton.iva...@cambridgegreys.com Type

Re: [Qemu-devel] [PATCH] Unified Socket Transport

2017-07-18 Thread Anton Ivanov
OK. I can split it into series before next submission. A. On 18/07/17 08:27, Daniel P. Berrange wrote: On Tue, Jul 18, 2017 at 07:06:27AM +0100, anton.iva...@cambridgegreys.com wrote: From: Anton Ivanov 1. Creates a common recvmmsg backend for socket transports 2. Migrates L2TPv3 to the ne

Re: [Qemu-devel] [PATCH] Unified Socket Transport

2017-07-18 Thread Daniel P. Berrange
On Tue, Jul 18, 2017 at 07:06:27AM +0100, anton.iva...@cambridgegreys.com wrote: > From: Anton Ivanov > > 1. Creates a common recvmmsg backend for socket transports > 2. Migrates L2TPv3 to the new backend > 3. Adds gre socket transport - a vm can attach directly to GRE > 4. Adds raw socket transp

Re: [Qemu-devel] [PATCH] Unified Socket Transport

2017-07-17 Thread Anton Ivanov
. Please find the details below. Type: series Message-id: 20170718060627.2107-1-anton.iva...@cambridgegreys.com Subject: [Qemu-devel] [PATCH] Unified Socket Transport [snip] -- Anton R. Ivanov Cambridge Greys Limited, England and Wales company No 10273661 http://www.cambridgegreys.com/

Re: [Qemu-devel] [PATCH] Unified Socket Transport

2017-07-17 Thread Anton Ivanov
Hi Jason, hi list, This is the first half (RX) of getting multi-message working for socket transports other than L2TPv3. I am looking at the second half (TX) as well as possibly moving the backend to something better than the legacy method(s). As an example of where I would like this to go y

Re: [Qemu-devel] [PATCH] Unified Socket Transport

2017-07-17 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20170718060627.2107-1-anton.iva...@cambridgegreys.com Subject: [Qemu-devel] [PATCH] Unified Socket Transport === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the

Re: [Qemu-devel] [PATCH] Unified Socket Transport

2017-07-17 Thread no-reply
Hi, This series failed build test on FreeBSD host. Please find the details below. Type: series Subject: [Qemu-devel] [PATCH] Unified Socket Transport Message-id: 20170718060627.2107-1-anton.iva...@cambridgegreys.com === TEST SCRIPT BEGIN === #!/bin/sh # Testing script will be invoked under the

[Qemu-devel] [PATCH] Unified Socket Transport

2017-07-17 Thread anton . ivanov
From: Anton Ivanov 1. Creates a common recvmmsg backend for socket transports 2. Migrates L2TPv3 to the new backend 3. Adds gre socket transport - a vm can attach directly to GRE 4. Adds raw socket transport - a vm can attach directly to an Ethernet interface 5. Adds simplistic static VXLAN tunne