From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D33C15955 for ; Thu, 31 Jul 2014 03:53:53 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 30 Jul 2014 18:50:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,768,1400050800"; d="scan'208";a="581500221" Received: from fmsmsx105.amr.corp.intel.com ([10.19.9.36]) by orsmga002.jf.intel.com with ESMTP; 30 Jul 2014 18:55:50 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX105.amr.corp.intel.com (10.19.9.36) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 30 Jul 2014 18:55:49 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 30 Jul 2014 18:55:50 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.97]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.217]) with mapi id 14.03.0195.001; Thu, 31 Jul 2014 09:55:48 +0800 From: "Zhan, Zhaochen" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/3] add i40e RSS support in VF Thread-Index: AQHPojJ3UDnIKDhfKUi6B/7TJaDj0Ju5gCIA Date: Thu, 31 Jul 2014 01:55:47 +0000 Message-ID: <6D0EE020084B194084D70B0A8D2207B8EB0B58@SHSMSX104.ccr.corp.intel.com> References: <1405651521-14545-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1405651521-14545-1-git-send-email-helin.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/3] add i40e RSS support in VF 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, 31 Jul 2014 01:53:54 -0000 > As RSS in i40e VF is supported by hardware, these patches enable > it in i40e PMD, and also enable its testing in testpmd. >=20 > Helin Zhang (3): > i40evf: add RSS support in VF > app/testpmd: enable RSS support for i40e > ethdev: improvements for some macro definition in head file Tested-by: Zhaochen Zhan I have tested this patch on KVM virtual machine with Fortville NIC. Testpmd support RSS works well with rx_queue=3D4/16, the max_queue can be configured by CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF in the config file.