From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B6125A0C43; Wed, 20 Oct 2021 15:37:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7BC7541196; Wed, 20 Oct 2021 15:37:04 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by mails.dpdk.org (Postfix) with ESMTP id 1A4254118F; Wed, 20 Oct 2021 15:37:03 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 791ED3201CAE; Wed, 20 Oct 2021 09:37:01 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 20 Oct 2021 09:37:02 -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=fm2; bh= 5sojCQx/JRtESB8iFrFgfRUxg5fpl/LNrgfqv7FTH+o=; b=kferR/pNT5Ajh243 o3Qq9SmdFdJ5OVYfE+2viOPD60IUPt4GX7DEsKH/XKhGKDBWxFtkeLlSecbvNN5y Jz5bANeMa/Cz71y0IQGMEEcA9nWJFuoB7CDNk8q6TjyHt87PysyV0UeOiLWDDRhn hV851ABXxzLliPHEklSyekAdqsEtLTOQQAcqTdPo/jeD74XLv0u/EX8WMvcOgoN0 lipBqQ/NRaBYTNl9s/GKer6ybJfasF+TSqvtMX0DAPzrLnqFozTU1zsMuR+9xZB1 RCXQeEFeo6nEi5KLuCxEyhXyyRfBJ7a9djUiTYj4SbKscQ3/8f0sVegANayAF3oC Uz57xQ== 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=fm1; bh=5sojCQx/JRtESB8iFrFgfRUxg5fpl/LNrgfqv7FTH +o=; b=MH3DoiQYfG9GDjnl7SYPIK0VP33tGtPTv/7GYfk/VbdMb08T2l2DfYz2F 2xkFpjMd/OAPHSdXyBysbUHXamzd5zjUWWo0PwjCklfGuCSvNQuPX6hNWiFabGgj LblDTnyyC6CsnempW+MEEHEJGC5JTfLTHdWnJ71RCgoK0WH5xPsM7WPCA4fFu4du 0b5w9gpsN3pmaKGQxJ4UU8NwyoMncsGHa/nTqwH1QiYguiWOKYWaafbnAkfRMYqA m+zA+RtMho9w9BdWrRu7OgkQ5qxnGN9C63IbfAhbpZHwd+dZpJLhQu0gdjq+ltSQ 18te7N94y7rFiIqi2xQYqkQSYwoTA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvddvgedgiedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgepudenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 20 Oct 2021 09:36:59 -0400 (EDT) From: Thomas Monjalon To: Andrew Rybchenko Cc: Ferruh Yigit , Tetsuya Mukawa , dev@dpdk.org, Maxime Coquelin , Chenbo Xia , stable@dpdk.org Date: Wed, 20 Oct 2021 15:36:58 +0200 Message-ID: <5543713.CGkvE4ygMq@thomas> In-Reply-To: <20211020131540.2957180-1-andrew.rybchenko@oktetlabs.ru> References: <20211020104715.2526074-1-andrew.rybchenko@oktetlabs.ru> <20211020131540.2957180-1-andrew.rybchenko@oktetlabs.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] ethdev: do not allow to close started device X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 20/10/2021 15:15, Andrew Rybchenko: > Ethernet device must be stopped first before close in accordance > with the documentation. > > Fixes: 980995f8cc56 ("ethdev: improve API comments of close and detach functions") > Cc: stable@dpdk.org > > Signed-off-by: Andrew Rybchenko Acked-by: Thomas Monjalon