From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6FB2BA2E1B for ; Tue, 3 Sep 2019 22:18:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6FED01EC9E; Tue, 3 Sep 2019 22:18:54 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 137FE1EC9D for ; Tue, 3 Sep 2019 22:18:53 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8337B22254; Tue, 3 Sep 2019 16:18:52 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 03 Sep 2019 16:18:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Pz7v+NGU13iDBXleTa+tXV2a010CpRoQuFAZA8Lqr5U=; b=PJNp7FhGG+gJ 2+zQVp/cuz5H0lhWrmambzKzKgrW6jtYb+/78cGNF/P1m8fM25Fn8UliU9x7o1p8 gZdftq5fKWfBkRpL1xOZvOWdfLbViL0tjiZdhn8ZghPMFfRQteC5T2+wnjBw0qCF TNwtOCgH6hvUloOEFmJslzVwHJ+pb4k= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=Pz7v+NGU13iDBXleTa+tXV2a010CpRoQuFAZA8Lqr 5U=; b=GzyY15NoWYWvjBsNUDGujGovIAlvUIH15hd1IA42YIqrtXbgj96khP5LG WDq8FWRTcVGWT5LAGp2tVMWT0b8n43WJs8uIRXFF/IMRiSj90DAXWzk+BeoVsGDA 0MW1WQsDEa2lwzcmiSjd4xWRW9sthovsz48v0wUeJBS/lCysvTX/6CqCmwPSs/te q7tNKtrggdJzkMAAhh+MFE87GVR9f3ITG5eUEHHw2HOE3ASonkhnOsZQnL5OsXV7 59kWxLa2Ukevilru9acV/4zRQn5GAfhQvDDG20HjNQlTJPwRe8ftZ2RVKhLMvWLL 6cua31XsoTBbxLMHTaJF/VJFL4W9Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudejfedguddukecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ffohhmrghinhepughpughkrdhorhhgpdhtrhgrvhhishdqtghirdgtohhmnecukfhppeej jedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrg hssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0131680061; Tue, 3 Sep 2019 16:18:49 -0400 (EDT) From: Thomas Monjalon To: Aaron Conole Cc: Andrew Rybchenko , Ferruh Yigit , Jan Viktorin , dev@dpdk.org, Ivan Ilchenko Date: Tue, 03 Sep 2019 22:18:48 +0200 Message-ID: <7061930.KAtLCWgvO9@xps> In-Reply-To: References: <1566915962-5472-1-git-send-email-arybchenko@solarflare.com> <16cf85f0ad0.27dc.d74a604c1342fc6d922a87b3e5a1c1e3@solarflare.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 00/54] ethdev: change rte_eth_dev_info_get() return value to int 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/09/2019 22:06, Aaron Conole: > Andrew Rybchenko writes: > > On September 3, 2019 21:14:58 Aaron Conole wrote: > >> Some errors with the series: > >> > >> https://travis-ci.com/ovsrobot/dpdk/builds/125755853 > > > > I guess it was applied to dpdk main repo, but should be on top of > > dpdk-next-net which has pre-patch applied. > > Okay. This ends up getting confusing to write automation around. I > know UNH uses some scripts to figure out whether a particular patch > should apply to certain trees - I'll follow up with them. You can check the script here: http://git.dpdk.org/tools/dpdk-ci/tree/tools/guess_git_tree.py