From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 79AC51F7 for ; Sun, 28 Sep 2014 05:15:00 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by orsmga101.jf.intel.com with ESMTP; 27 Sep 2014 20:21:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,612,1406617200"; d="scan'208";a="480478614" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by azsmga001.ch.intel.com with ESMTP; 27 Sep 2014 20:21:09 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id s8S3L8NZ027750 for ; Sun, 28 Sep 2014 11:21:08 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id s8S3L6p2021008 for ; Sun, 28 Sep 2014 11:21:08 +0800 Received: (from hxie5@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id s8S3L6Wg021004 for dev@dpdk.org; Sun, 28 Sep 2014 11:21:06 +0800 From: Huawei Xie To: dev@dpdk.org Date: Sun, 28 Sep 2014 11:21:05 +0800 Message-Id: <1411874466-20973-1-git-send-email-huawei.xie@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH] examples/vhost: support i40e in vhost example 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: Sun, 28 Sep 2014 03:15:01 -0000 Queues in i40e are comprised of main vsi queues and VMDQ vsi queues. The queue index and pool index of VMDQ doesn't start from zero. Huawei Xie (1): support i40e in vhost example examples/vhost/main.c | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) -- 1.8.1.4