From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BFB261922F5; Tue, 5 Aug 2025 14:19:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754403588; cv=none; b=JEIFRyHNUDvFopWk23Jg0l+yAsDlClGPan13ptLyGjHmEMDtTfVLlxJO23H6AhCqDgw8IO3jPMWz3wTPTMex2flf0/+dnST2XQe285QvAd5sw0DFC8Y2oJagSioGx4Nrqo/7eSjMRDJhi3939MBjWnrKYgX0h+BauesnmbI+mEY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754403588; c=relaxed/simple; bh=qTEZUer1H4ZcprZzz70kBbVa9sj/l90KNdD+ATD283U=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=gAoHfyEgYvre4CnTSvT1Tn8Z7qJwDcqojsuQ4J0Eh1SlmTW2T1ilibuonRn8eqQEwzPmv3YFG+18kLbjNx6KGGGajpqMoJ1Aij/nRJ9/ncDPi3uihy1awOY78Eh+qpk8+ZGxlA1Jk1DOGzlqUTm0EcA1Ji5ymxHQmuyKQhElDus= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eevpzFOU; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="eevpzFOU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1AF2EC4CEF0; Tue, 5 Aug 2025 14:19:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1754403588; bh=qTEZUer1H4ZcprZzz70kBbVa9sj/l90KNdD+ATD283U=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=eevpzFOU5YTn+zpYFCLQEjUpyujZJSUGwCRRgqeVciUuMoqskMySCUzXbHR68zIRY pRVUBpL/GUTfxhY0o3p6+cN6cTdjCc30nl9fBqm/9qOAL7QQrO6p0dYFnDVSIUkn0r 0DwByh6tXYVlm6Ii7SNC3jznakiiQ1KMvRTX7MvaahvBw/EJlmkFsGiGivntk6odRQ Ili0RviuBrwJFGZMZiQX8bJq/9sjo1KR2kDzzFi3i5wMf/2fDrTem6fGjIVtw/t5Da 63fKpgk4gygpKDNRU/o2L4sL3xzJRsYKozTBV7LIQGZdYSaqQKpq0U1CBUZEXJMOpb 2r+kAqMM8a7Pw== Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 05 Aug 2025 16:19:40 +0200 Message-Id: Subject: Re: [PATCH v11 7/8] rust: Add read_poll_timeout functions Cc: "FUJITA Tomonori" , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , To: "Daniel Almeida" From: "Danilo Krummrich" References: <20250220070611.214262-1-fujita.tomonori@gmail.com> <20250220070611.214262-8-fujita.tomonori@gmail.com> <20250802.104249.1482605492526656971.fujita.tomonori@gmail.com> In-Reply-To: On Tue Aug 5, 2025 at 4:01 PM CEST, Daniel Almeida wrote: > Perhaps it=E2=80=99s worth it to clarify that in the docs for the future = versions? If you mean the documentation that is given out to users of the API I disag= ree. We should not explain the implmentation details or the reasons for them to users. Instead we should explain the constraints and what users can expect = from the API and what's the best practice to use it. If you meant to add a comment to the implementation itself, that's fine of course.