From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 110713257 for ; Thu, 26 Jul 2018 18:21:47 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 929DF21E6D; Thu, 26 Jul 2018 12:21:46 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 26 Jul 2018 12:21:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=Wy+HtjECnb+5qiL+O2NQ98c2iv /BG/KfQgPG8aXNZi8=; b=jGzAn6A+njT/fD0qMi9NkLsZDaGEGNpDCl4LyxDgkP NezQpa9yK5AB480TBW9zVhvz8mTe15BaCbVwIkij5tdmj1wBA+H2+hq2naucKIMr b5e4EQs4DjexaIxxOk5A69up8PU0qxv/YZrSCCGczLaGuKl4Df0M4Csiw6GxceND M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Wy+Htj ECnb+5qiL+O2NQ98c2iv/BG/KfQgPG8aXNZi8=; b=mf9jPHpUFEbf82Vzs3GLy6 HkB+GMapAQJ+i/6+SnjdKif81RNwx6F1Wppf91qNJkwHb3SSgUK7iHaWSrh6tNWA Ss3+bXIp6hY5FHxKW00f7s9kcM9BZKmVoAmdEeDjhILzxKMAvBcGZaLBQsW+T8tU gG7+9uyCs7waUXyPlcUB9UCnse1kNrqEmy6lr0a3OzNgWBVU2viZM2KH8wv+Wxd2 xIz6mOzcwIFqD/vyBNC3aLi/OnZP0beXACOsuvaH/PKSQmiggkORWRP8se++4ovr d4tLW54Pz2dho3JBNZBPVOu6fOcoPbCxSAFKiysW+GH7rJsO5/zy3f6Ry19eSaXA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B325410261; Thu, 26 Jul 2018 12:21:45 -0400 (EDT) From: Thomas Monjalon To: Jerin Jacob Cc: dev@dpdk.org Date: Thu, 26 Jul 2018 18:21:41 +0200 Message-ID: <4673457.MXbcV1ifPn@xps> In-Reply-To: <20180725123432.GA2607@jerin> References: <20180725123432.GA2607@jerin> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [pull-request] next-eventdev 18.08 RC2 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, 26 Jul 2018 16:21:47 -0000 25/07/2018 14:34, Jerin Jacob: > http://dpdk.org/git/next/dpdk-next-eventdev > > for you to fetch changes up to f094d5a870e88536eab6210f5eb8586906563809: > > app/eventdev: use proper teardown sequence (2018-07-25 17:59:55 +0530) > > ---------------------------------------------------------------- > Pavan Nikhilesh (4): > app/eventdev: fix order test service init > event/octeontx: prefetch mbuf instead of wqe > event/octeontx: remove unnecessary port start and stop > app/eventdev: use proper teardown sequence Pulled, thanks