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 19BA41DDF8 for ; Mon, 31 Jul 2023 21:37:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E967C433C8; Mon, 31 Jul 2023 21:37:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690839475; bh=tNnNNAgUstMpo76JDeZJ2F9+DlBiOkyyYsbCO48kGd0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=uDzKXr0TXQRQbCa8JAmgZN4sQX40ZMT50l+QcPtxLwXtpyerPkgNo2XK39zfKuyuq 6delEXi0pEpuPtJjOYF0I85L4cUOs/1NTKI6JdKDqiV6rHepui43a/CUlVnZBGuA+8 FxOKECIElWfddjFNYlcF5YAYK7Wf4HMXM4Xu5BdR1VphLeJRCdIuuXj/IGfraj8x1a D0P6dGfCzJ8IKyziZOGpq/psijhI4/ox9XmQ32eHrcS4aqL9H0R7AS5KxPjajwUlRv WYqfwSV/WkQt/nT3bnVf+JiHMO4YglCIiznM8o7at++7SMILMDsqdvMsrQGf0gYjTD TS9iqF7u0B8cg== Date: Mon, 31 Jul 2023 14:37:54 -0700 From: Jakub Kicinski To: Tony Nguyen Cc: davem@davemloft.net, pabeni@redhat.com, edumazet@google.com, netdev@vger.kernel.org, Jan Sokolowski , Gurucharan G Subject: Re: [PATCH net-next] i40e: remove i40e_status Message-ID: <20230731143754.5a845ed7@kernel.org> In-Reply-To: <20230728171336.2446156-1-anthony.l.nguyen@intel.com> References: <20230728171336.2446156-1-anthony.l.nguyen@intel.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 28 Jul 2023 10:13:36 -0700 Tony Nguyen wrote: > From: Jan Sokolowski > > Replace uses of i40e_status to as equivalent as possible error codes. > Remove enum i40e_status as it is no longer needed Thank you!!