From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpbgbr2.qq.com (smtpbgbr2.qq.com [54.207.22.56]) by dpdk.org (Postfix) with ESMTP id 635432BB8 for ; Wed, 27 Feb 2019 04:05:23 +0100 (CET) X-QQ-mid: bizesmtp13t1551236716t49bzafh Received: from DESKTOPDQ7VDGF (unknown [202.106.72.206]) by esmtp4.qq.com (ESMTP) with SMTP id 0 for ; Wed, 27 Feb 2019 11:05:16 +0800 (CST) X-QQ-SSF: 00400000000000B0D220B00A0000000 X-QQ-FEAT: cXWyG7S7N1ZbqsNcCaBkLYKxPbPwc7bKT102LQW10n8i6tat3KDV6Y+0wGpSr LSArv7bDeehGNTiiFVGGeeQAA2RK41a3MrEmO90Mc3Zwer8Z/kpTtF3Mh0fKmZ/3zH2CXFX ruJcA7i3jW+dRTUfNMR79V6+1xD9G0IqQNtOg5zO2yJepttS7WrVnCBLkDmw/WwmwKzA32R QHfCSZ2kv8gOUUQEUO0s2Izr0rnSQUPi23kYxuZV/BkrUMvAfN76KOmXzpW4TXMF35RfGf+ iH7DaIC0oDxbusX1rfAj6FSl+U1y2po+vTKhLb3L79A8Tm X-QQ-GoodBg: 2 From: =?gb2312?B?y8693Q==?= To: "'users'" Date: Wed, 27 Feb 2019 11:05:13 +0800 Message-ID: <000601d4ce49$4272eef0$c758ccd0$@zctt.com>+B9A210A50BBF6CA0 MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdTOSDqlaaHyWdH5QZuLZIhjWtU5kA== Content-Language: zh-cn X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:zctt.com:qybgforeign:qybgforeign2 X-QQ-Bgrelay: 1 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] testpmd can't start vmxnet3 nic 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: Wed, 27 Feb 2019 03:05:24 -0000 Hi All, =20 I try to using testpmd with virtual NICs (e1000 and vmxnet3) in Esxi VM. I bound one e1000 and one vmxnet3 into igb uio module, it=A1=AFs Ok.=20 But testpmd will be exit with below message: =20 EAL: Detected 4 lcore(s) EAL: Detected 1 NUMA nodes EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: No free hugepages reported in hugepages-1048576kB EAL: Probing VFIO support... EAL: PCI device 0000:04:00.0 on NUMA socket -1 EAL: Invalid NUMA socket, default to 0 EAL: probe driver: 15ad:7b0 net_vmxnet3 EAL: PCI device 0000:0b:00.0 on NUMA socket -1 EAL: Invalid NUMA socket, default to 0 EAL: probe driver: 8086:10d3 net_e1000_em EAL: PCI device 0000:0c:00.0 on NUMA socket -1 EAL: Invalid NUMA socket, default to 0 EAL: probe driver: 8086:10d3 net_e1000_em EAL: PCI device 0000:13:00.0 on NUMA socket -1 EAL: Invalid NUMA socket, default to 0 EAL: probe driver: 15ad:7b0 net_vmxnet3 testpmd: create a new mbuf pool : n=3D171456, = size=3D6144, socket=3D0 testpmd: preferred mempool ops selected: ring_mp_mc Configuring Port 0 (socket 0) Port 0: 00:50:56:97:E9:44 Configuring Port 1 (socket 0) Fail to configure port 1 rx queues EAL: Error - exiting with code: 1 Cause: Start ports failed =20 I checked the testpmd source code, if the port is vmxnet3 then function rte_eth_rx_queue_setup return -22 and testpmd will be exit.=20 So if there=A1=AFs some specific configure setting for vmxnet3 ? =20 Thanks =20 Jie =20 =20