From mboxrd@z Thu Jan 1 00:00:00 1970 From: Abhishek Verma Subject: SR-IOV and DPDK Date: Mon, 29 Jun 2015 16:04:34 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev@dpdk.org Return-path: Received: from mail-ig0-f171.google.com (mail-ig0-f171.google.com [209.85.213.171]) by dpdk.org (Postfix) with ESMTP id CDA94C4AC for ; Mon, 29 Jun 2015 12:34:34 +0200 (CEST) Received: by igrv9 with SMTP id v9so37414775igr.1 for ; Mon, 29 Jun 2015 03:34:34 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, Does it make sense to test DPDK without the underlying hypervisor supporting SR-IOV? I am trying to understand DPDK by trying it out on a VM running on Virtual Box. My intent is to see packets arriving on my virtual eth ports directly into the user space, completely bypassing the guest kernel. The expectation is that if this works, then once i move to an environment which supports SR-IOV then i will get full bang for my buck. Is my understanding correct here? Thanks, Abhishek