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 0EE4C9A88 for ; Tue, 7 Jun 2016 13:09:45 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 07 Jun 2016 04:09:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,432,1459839600"; d="scan'208";a="970517467" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.81]) by orsmga001.jf.intel.com with SMTP; 07 Jun 2016 04:09:42 -0700 Received: by (sSMTP sendmail emulation); Tue, 07 Jun 2016 12:09:41 +0025 Date: Tue, 7 Jun 2016 12:09:41 +0100 From: Bruce Richardson To: Rasesh Mody Cc: dev@dpdk.org, Dept-EngDPDKDev@qlogic.com, Harish Patil Message-ID: <20160607110941.GA19672@bricha3-MOBL3> References: <1462595421-22505-1-git-send-email-rasesh.mody@qlogic.com> <1462595421-22505-8-git-send-email-rasesh.mody@qlogic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462595421-22505-8-git-send-email-rasesh.mody@qlogic.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 7/9] qede: add 100g mode support 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: Tue, 07 Jun 2016 11:09:46 -0000 On Fri, May 06, 2016 at 09:30:19PM -0700, Rasesh Mody wrote: > From: Harish Patil > > Change details: > - Add device id to the PCI table > - Add polling for the slowpath events for CMT mode device > - Add prerequites to allow 100g mode typo: prerequisites > o Min number of queues needed is 2 > o Only even number of queues are allowed > - Update documentation > > Signed-off-by: Harish Patil