From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from huawei.com (lhrrgout.huawei.com [194.213.3.17]) by dpdk.org (Postfix) with ESMTP id 79E2C199B6 for ; Tue, 13 Feb 2018 14:59:49 +0100 (CET) Received: from lhreml709-cah.china.huawei.com (unknown [172.18.7.108]) by Forcepoint Email with ESMTP id 8AA0BB9208479; Tue, 13 Feb 2018 13:59:46 +0000 (GMT) Received: from FRAEML701-CAH.china.huawei.com (10.206.14.32) by lhreml709-cah.china.huawei.com (10.201.108.32) with Microsoft SMTP Server (TLS) id 14.3.361.1; Tue, 13 Feb 2018 13:59:48 +0000 Received: from FRAEML521-MBX.china.huawei.com ([169.254.1.156]) by FRAEML701-CAH.china.huawei.com ([10.206.14.32]) with mapi id 14.03.0382.000; Tue, 13 Feb 2018 14:59:47 +0100 From: "Avi Cohen (A)" To: "ovs-discuss@openvswitch.org" , "users@dpdk.org" Thread-Topic: OvS-DPDK vs XDP-eBPF performance numbers - for linux container Thread-Index: AdOk0uYS3BIgsuvySSCpmNCP4/7IwA== Date: Tue, 13 Feb 2018 13:59:46 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.200.202.126] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected Subject: [dpdk-users] OvS-DPDK vs XDP-eBPF performance numbers - for linux container X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2018 13:59:49 -0000 Hello Are there 'numbers' for performance - OvS-DPDK vs XDP-eBPF for container = networking. Since the DPDK and linux-containers are not compatible, is a sense that con= tainer and host share the same kernel - hence pkts received at OvS-DPDK at= user-space and directed to a linux container - should be go down to the= kernel and then to the container ip-stack, while in XDP-eBPF this pkt can = be forward to the container ip-stack directly from the kernel. I heard that a vhostuser interface for containers is 'in-working' stage. Can anyone assist with the performance numbers and the status of this vhost= -user for containers ? Best Regards Avi