2020年11月13日

摘要: // Set sets an endpoint type based on the input string. func (endpointType *EndpointType) Set(value string) error { switch value { case "physical": *e 阅读全文
posted @ 2020-11-13 18:05 tycoon3 阅读(90) 评论(0) 推荐(0)
摘要: DPDK in Containers Hands-on Lab Accelerate Clear Container Network performance Microsoft Research released FreeFlow on GitHub. https://www.microsoft.c 阅读全文
posted @ 2020-11-13 17:27 tycoon3 阅读(396) 评论(0) 推荐(0)
摘要: Error - no supported modules(DPDK driver) are loaded [ 45.422045] VFIO - User Level meta-driver version: 0.3 Y Error - no supported modules(DPDK drive 阅读全文
posted @ 2020-11-13 15:34 tycoon3 阅读(654) 评论(0) 推荐(0)
摘要: Container isolation with Kata and gVisor in Docker Overview Containers are an efficient way to build and distribute workloads free of (most) host and 阅读全文
posted @ 2020-11-13 11:59 tycoon3 阅读(284) 评论(0) 推荐(0)
摘要: 1. $ docker network create -d macvlan macvlan1 2. $docker run -d --runtime=kata-runtime --network=macvlan --name=containerA debian sh -c "tail -f /dev 阅读全文
posted @ 2020-11-13 11:55 tycoon3 阅读(165) 评论(0) 推荐(0)
摘要: -netdev tap,ifname=tap1,id=network-0,vhost=on,script=no,downscript=no \ -device driver=virtio-net-pci,netdev=network-0,mac=02:42:ac:11:00:02,disable-m 阅读全文
posted @ 2020-11-13 11:27 tycoon3 阅读(261) 评论(0) 推荐(0)
摘要: qemu-system-aarch64: ../net/net.c:1021: net_client_init1: Assertion `nc' failed. root@cloud:/data1/core# gdb /usr/local/bin/qemu-system-aarch64 /data1 阅读全文
posted @ 2020-11-13 11:13 tycoon3 阅读(166) 评论(0) 推荐(0)
摘要: ip tuntap add test_tun mode tap user root ioctl(TUNSETIFF): Device or resource busy #!/bin/sh set -x switch=virbr0 if [ -n "$1" ];then ip tuntap add $ 阅读全文
posted @ 2020-11-13 11:02 tycoon3 阅读(4432) 评论(0) 推荐(0)
摘要: https://maggie262.github.io/2020/01/22/vhost/ | | | vhost client | | | | | shared memory | | | | | socket | | | | vhost backend | vhost-user 基于 C/S 的模 阅读全文
posted @ 2020-11-13 10:22 tycoon3 阅读(754) 评论(0) 推荐(0)

导航