From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 91260B346 for ; Wed, 24 Sep 2014 12:47:31 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by fmsmga103.fm.intel.com with ESMTP; 24 Sep 2014 03:44:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,588,1406617200"; d="scan'208";a="479674737" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by azsmga001.ch.intel.com with ESMTP; 24 Sep 2014 03:53:40 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id s8OArcE0025357 for ; Wed, 24 Sep 2014 18:53:38 +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 s8OAra4Q027554 for ; Wed, 24 Sep 2014 18:53:38 +0800 Received: (from hxie5@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id s8OArZbG027550 for dev@dpdk.org; Wed, 24 Sep 2014 18:53:35 +0800 From: Huawei Xie To: dev@dpdk.org Date: Wed, 24 Sep 2014 18:53:34 +0800 Message-Id: <1411556015-27518-1-git-send-email-huawei.xie@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH] examples/vmdq: support i40e in vmdq 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: Wed, 24 Sep 2014 10:47:32 -0000 With i40e, the queue index of VMDQ pools doesn't always start from zero, and the queues aren't all occupied by VMDQ. These information are retrieved through rte_eth_dev_info_get, and used to initialise VMDQ. Huawei Xie (1): support i40e in vmdq example examples/vmdq/main.c | 162 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 97 insertions(+), 65 deletions(-) -- 1.8.1.4