From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f180.google.com (mail-yk0-f180.google.com [209.85.160.180]) by dpdk.org (Postfix) with ESMTP id 78B94C4A2 for ; Thu, 25 Jun 2015 06:54:28 +0200 (CEST) Received: by ykdt186 with SMTP id t186so35084087ykd.0 for ; Wed, 24 Jun 2015 21:54:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ejukoVKxOQKZZDAZm6kdRhZuJ3XlhIVa+3NH5XsrYIY=; b=ir333cM7/auOArSkln7SyKxsPkgXSNoqSd4xSA3S51mF2tDV2vbmap7IOJc8AgQfPM rk6ocum5dMVmTI1dwWVzf4+PaUUC+4i67oGqobRwO+5jWS/nBxbJMVDwIBuTQFEKcSg/ ovZhDOP/aXqcOenxr+MV9Kl3we14WwKC36mNyBLvPwa5/LcvmKdhkUiiz3pMpRQPEzbh VxZJOQ4VmuZrBDACKyTtKg49BHltzoqU6T14UyRNpZGF00Zjg8E+GLWr2iBvXkSTnY+p BWIlcRkTKKH3HQfCyF2PceHeJggwgm0Hhqm8oMsEddnCIpXTcH7ZuuT0CSP7gy7/GL5o CbHg== MIME-Version: 1.0 X-Received: by 10.170.130.69 with SMTP id w66mr19727706ykb.8.1435208067996; Wed, 24 Jun 2015 21:54:27 -0700 (PDT) Received: by 10.37.104.86 with HTTP; Wed, 24 Jun 2015 21:54:27 -0700 (PDT) Date: Thu, 25 Jun 2015 10:24:27 +0530 Message-ID: From: Puneet Singh To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [dpdk-dev] Regarding usage of vmxnet3 PMD with DPDK2.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2015 04:54:28 -0000 I am migrating from using DPDK1.6r2 and the external vmxnet3 user map driver to DPDK2.0. I believe with DPDK2.0, the vmxnet3 PMD is builtin and I don=E2=80=99t need= to use the external driver. I have been able to build the DPDK2.0 and I see that CONFIG_RTE_LIBRTE_VMXNET3_PMD is set to y in the config. Question is, what should be the steps that I follow on the ESXi node in my virtual machine to detect the NIC with the above driver (I do have vmxnet3 NIC there) Should I load the uio and take over the NIC the usual way with igb_uio and then run my application or are there any other steps to be followed. Regards -Puneet