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 BA5E15583 for ; Thu, 16 Feb 2017 11:34:58 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Feb 2017 02:34:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,168,1484035200"; d="scan'208";a="1127994237" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.61]) by fmsmga002.fm.intel.com with SMTP; 16 Feb 2017 02:34:55 -0800 Received: by (sSMTP sendmail emulation); Thu, 16 Feb 2017 10:34:54 +0000 Date: Thu, 16 Feb 2017 10:34:54 +0000 From: Bruce Richardson To: Jerin Jacob Cc: Gage Eads , dev@dpdk.org, hemant.agrawal@nxp.com, harry.van.haaren@intel.com, nipun.gupta@nxp.com Message-ID: <20170216103454.GA99272@bricha3-MOBL3.ger.corp.intel.com> References: <1486753473-26330-1-git-send-email-gage.eads@intel.com> <1487001173-25040-1-git-send-email-gage.eads@intel.com> <20170214040512.GA6091@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170214040512.GA6091@localhost.localdomain> 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 v2] eventdev: clarify nb_links and nb_unlinks description 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: Thu, 16 Feb 2017 10:34:59 -0000 On Tue, Feb 14, 2017 at 09:35:13AM +0530, Jerin Jacob wrote: > On Mon, Feb 13, 2017 at 09:52:53AM -0600, Gage Eads wrote: > > This commit clarifies the usage of nb_links and nb_unlinks when passing > > a NULL pointer as the queues argument. > > > > Signed-off-by: Gage Eads > > Acked-by: Jerin Jacob > Applied to dpdk-next-eventdev /Bruce