From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/ark: Add missing call to probe_finish for first device Date: Mon, 21 May 2018 23:23:16 +0200 Message-ID: <9548712.XBF8f7osbx@xps> References: <1526930309-16434-1-git-send-email-ed.czeck@atomicrules.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, john.miller@atomicrules.com, shepard.siegel@atomicrules.com To: Ed Czeck Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 98C531D9E for ; Mon, 21 May 2018 23:23:20 +0200 (CEST) In-Reply-To: <1526930309-16434-1-git-send-email-ed.czeck@atomicrules.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 21/05/2018 21:18, Ed Czeck: > Fix on: fbe90cdd776c3ac99c4c56d1b5318a90fcf01602 Fixes: fbe90cdd776c ("ethdev: add probing finish function") My bad, sorry for the miss. > --- > drivers/net/ark/ark_ethdev.c | 1 + > 1 file changed, 1 insertion(+) Your Signed-off-by is missing. Signed-off-by: Ed Czeck Reviewed-by: Thomas Monjalon