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 194C09E7 for ; Wed, 15 Feb 2017 15:53:09 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Feb 2017 06:53:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,166,1484035200"; d="scan'208";a="65026177" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.61]) by orsmga005.jf.intel.com with SMTP; 15 Feb 2017 06:53:06 -0800 Received: by (sSMTP sendmail emulation); Wed, 15 Feb 2017 14:53:05 +0000 Date: Wed, 15 Feb 2017 14:53:05 +0000 From: Bruce Richardson To: Nipun Gupta Cc: Jerin Jacob , "dev@dpdk.org" , Hemant Agrawal , "gage.eads@intel.com" , "harry.van.haaren@intel.com" Message-ID: <20170215145305.GA85444@bricha3-MOBL3.ger.corp.intel.com> References: <1486358977-16542-1-git-send-email-jerin.jacob@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.2 (2016-11-26) Subject: Re: [dpdk-dev] [PATCH] eventdev: limit port link operation to configured queues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 14:53:10 -0000 On Tue, Feb 07, 2017 at 10:00:10AM +0000, Nipun Gupta wrote: > > > > -----Original Message----- > > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > > Sent: Monday, February 06, 2017 11:00 > > To: dev@dpdk.org > > Cc: bruce.richardson@intel.com; Hemant Agrawal > > ; gage.eads@intel.com; > > harry.van.haaren@intel.com; Nipun Gupta ; Jerin Jacob > > > > Subject: [dpdk-dev] [PATCH] eventdev: limit port link operation to configured > > queues > > > > On port_setup, the link_map is updated only > > for configured number of event queues. > > Limit the port_links_get scan only to configured number > > of event queues. Also, Limit the port link and unlink queue > > validation to configured number of event queues. > > > > Fixes: 8ca610e0487c ("eventdev: implement the northbound APIs") > > > > Reported-by: Nipun Gupta > > Signed-off-by: Jerin Jacob > > Acked-by: Nipun Gupta Applied to dpdk-next-eventdev Please note too, that next-eventdev tree has been rebased on top of the mainline 17.02 release. This should make it easier to merge in the 17.05 timeframe. /Bruce