From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 7/9] qede: add 100g mode support Date: Tue, 7 Jun 2016 12:09:41 +0100 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 Cc: dev@dpdk.org, Dept-EngDPDKDev@qlogic.com, Harish Patil To: Rasesh Mody 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) Content-Disposition: inline In-Reply-To: <1462595421-22505-8-git-send-email-rasesh.mody@qlogic.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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