From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 0/4] Proof-of-concept for Kata Containers integration Date: Fri, 28 Jan 2022 19:34:05 +0100 Message-ID: <20220128183409.3407795-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7870637668396254859==" --===============7870637668396254859== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This series adds a proof-of-concept for Kata Containers using passt as an endpoint for user-mode networking, and related prerequisites. Stefano Brivio (4): passt, tap: Daemonise once socket is ready without waiting for connection qemu: Rebase patch for UNIX domain socket support to latest upstream libvirt, qemu: Move patches to new directory, contrib contrib: Introduce PoC for Kata Containers with user-mode networking ...gent-Add-passt-networking-model-and-.patch | 462 ++++++++++++++++++ contrib/kata-containers/README.md | 302 ++++++++++++ ...upport-for-UNIX-domain-socket-as-qem.patch | 0 ...NIX-domain-sockets-to-be-used-as-net.patch | 63 +-- ...e-EINVAL-on-netdev-socket-connection.patch | 0 passt.c | 6 +- tap.c | 62 ++- tap.h | 2 +- tcp.c | 2 +- 9 files changed, 833 insertions(+), 66 deletions(-) create mode 100644 contrib/kata-containers/0001-virtcontainers-agent-Add-pas= st-networking-model-and-.patch create mode 100644 contrib/kata-containers/README.md rename {libvirt =3D> contrib/libvirt}/0001-conf-Introduce-support-for-UNIX-d= omain-socket-as-qem.patch (100%) rename {qemu =3D> contrib/qemu}/0001-net-Allow-also-UNIX-domain-sockets-to-b= e-used-as-net.patch (71%) rename {qemu =3D> contrib/qemu}/0002-net-Don-t-ignore-EINVAL-on-netdev-socke= t-connection.patch (100%) --=20 2.33.0 --===============7870637668396254859==--