From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1A25F2A1A for ; Fri, 19 Dec 2014 03:21:44 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 18 Dec 2014 18:21:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,604,1413270000"; d="scan'208";a="640059955" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by fmsmga001.fm.intel.com with ESMTP; 18 Dec 2014 18:21:42 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 19 Dec 2014 10:21:39 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.216]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.182]) with mapi id 14.03.0195.001; Fri, 19 Dec 2014 10:21:38 +0800 From: "Ouyang, Changchun" To: Anant Mudambi , "Richardson, Bruce" Thread-Topic: [dpdk-dev] Using multi-queue with RSS on X540 VF Thread-Index: AQHQFnZZdLN4Jibenk+QOn8IkHcBV5yP9g8AgAABZoCABXxzAIAAwdYg Date: Fri, 19 Dec 2014 02:21:37 +0000 Message-ID: References: <20141215104739.GA11332@bricha3-MOBL3> <20141215105240.GB11332@bricha3-MOBL3> In-Reply-To: Accept-Language: zh-CN, 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Using multi-queue with RSS on X540 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: Fri, 19 Dec 2014 02:21:45 -0000 Hi Anant, > -----Original Message----- > From: Anant Mudambi [mailto:amudambi@paloaltonetworks.com] > Sent: Friday, December 19, 2014 6:39 AM > To: Richardson, Bruce; Ouyang, Changchun > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] Using multi-queue with RSS on X540 VF >=20 > Thanks Bruce. > Hi Changchun, > I looked at your patch set and have some questions about it. I might be > missing something basic. > - How is the RTE_ETH_DEV_SRIOV(rte_eth_dev *).active set for VF ports (in > guest using ixgbevf PMD)? The only place I saw this field being > set is in ixgbe_pf_host_init() but this is not called from > eth_ixgbevf_dev_init(), only from eth_ixgbe_dev_init(). Yes, pf on host will do it. > - Your patch includes some changes to ixgbe_dev_mq_rx_configure() to > support VF RSS, but this function is not called from the ixgbevf PMD, onl= y > from ixgbe PMD? Yes, again pf on host will do it. > - Do you know if RSS on VF (using DPDK PMD) works with Linux ixgbe PF > driver on host? What parameters does the PF driver need to be loaded with= ? > Not test on that case of dpdk vf with linux ixgbe pf yet,=20 But it works on the case of dpdk vf with dpdk ixgbe pf on Niantic.=20 Thanks Changchun =20