From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 3406B1B3D5 for ; Mon, 5 Feb 2018 15:10:42 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C5E8A20D48; Mon, 5 Feb 2018 09:10:41 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 05 Feb 2018 09:10:41 -0500 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=jVBe9Iv3c5m+mUXHO0sKLp2xU5 KnVD1e8mNHCqWLlmY=; b=bQqRFc3H5TvaomsQeOemRld+d9g5FvUIWzcUm/fKus Nsx3kO1FlpqlvK6NiHU4tbd4cMMvuPB/y95fAF0c795s+NxP24v2dJwwJwMl/2/A /EhU2ft1ZkFR4NJ2J6VfVx7OchyRmOLhm3e2gxxfLI6yp0lib/U72rdDzhplHwGb Y= 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=fm1; bh=jVBe9I v3c5m+mUXHO0sKLp2xU5KnVD1e8mNHCqWLlmY=; b=pKRIxSBjDC4teJ9rCnxbCE bCdur/aMm21tO+kz5dtMxkNDm1J5o4UYBTORsOOKtWsKge4B7/e0b3lk4oE5ftTk LypdwfqBtZ7vmjS8meuNvtWN5EGndKlSFqYQYUg7VnWgddVbshbQuFOHKmlxFjAu 1lPgwn/wbVTqcD+csj5WMTgIkudTbMYzQjFPeFK5a2KF+NQZ3VWypZaiNzY5nzJs JPqUaNbjfiXfwZKE3GmWUDYwEn43bk/LhFaJz6eWrytrnaEbBEM2rBhuDzDauoI1 rTBPgR9S17qIFwFunwpN5IN6DYyKvjt1ZAyRcD53VA6uojM2HG1aB0p/Dh7UA//A == 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 6CAF87E0FD; Mon, 5 Feb 2018 09:10:41 -0500 (EST) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org Date: Mon, 05 Feb 2018 15:10:37 +0100 Message-ID: <14198513.UUEtOtHhuI@xps> In-Reply-To: <20180205113108.19340-1-shreyansh.jain@nxp.com> References: <20180205112425.17579-1-shreyansh.jain@nxp.com> <20180205113108.19340-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] raw/skeleton_rawdev: fix device start test 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: Mon, 05 Feb 2018 14:10:42 -0000 05/02/2018 12:31, Shreyansh Jain: > Device can only be started if firmware is loaded, as per Skeleton > rawdev driver semantics. This patch fixes original implementation > which attempted to start the device without loading firmware. > > Fixes: 55ca1b0f2151 ("raw/skeleton: add test cases") > Cc: shreyansh.jain@nxp.com > > Signed-off-by: Shreyansh Jain > --- > v3: > - Moving 'Fixes' below commit message > - patch headline made specific > > v2: > - Fixed headline from drivers/raw to raw/skeleton_rawdev Actually, it should be raw/skeleton because it is shorter and it is what was chosen for previous commits :)