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 80B31320A03; Mon, 1 Sep 2025 17:05:39 +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=1756746339; cv=none; b=AxEVN9lr0w2/3d8MglWCSHXZGm/qFQzBdraMHPIsHRAzY+2feyBBopVXQPAwxo4hdGb1TnOFYshpXJSJawGNU0LSYW1cx6NY5YIxhvIkg2u1pDYzyaCo5K0lvRAROl32Zrbw3Tv+26q1Zhx/XIQjpBBaCUiBNlWVk6GtZnN6++Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756746339; c=relaxed/simple; bh=3SkoNn/o/FjTxi5s9+HexncXthA3P0meTbPdq9Pqarw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=uA2uEI4gTUFuyGCW3JgY3nELJCIPjBp7GBeYlORuC+ToKzQO/dsReONM432pYxkcpXxF89uPY37ZD0iXdSACspe2+Hq+JfYdHgZqKiDblR0abmViXebl7LOtHCR+XE0OtybJbatr/bvqXlJEkb70z1XKInPNNiooi4iMFTPL8EE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MDs2aYC6; 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="MDs2aYC6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79476C4CEF0; Mon, 1 Sep 2025 17:05:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756746339; bh=3SkoNn/o/FjTxi5s9+HexncXthA3P0meTbPdq9Pqarw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MDs2aYC6KZMmzTW+rt748f0O+Fe9Ar1WeWycuCJyT5TUnKbYLHsGpkXS0sVhxHJAP +WSXHdqr9RIDsg8y9IeA4a0IaqZnNHVdf9TLJNL5kZO8zR2l4XK82sFgYqfqi+tDYq /W1K5Py3J58KvRwLovIq09KPR6wXlpx5uAf3UnCgNL0pcmHzlcVLwYrkirw2Qn3Zds LAQ3QSbe+hblhdZhY0VJSwM5u7eYQUDxf3nmkF7LrlNjeB1gVkq2jeQvKrogSBOnnU wU0BXFVlwNA9GGNB9jchHBsyXlFmjK0XYq3IcmToxFdU4i+Px8AayjqWrQ6rM8FQoI p/KiZo5fx2wFQ== Date: Mon, 1 Sep 2025 10:05:37 -0700 From: Jakub Kicinski To: Ivan Vecera Cc: Jiri Pirko , netdev@vger.kernel.org, "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Jonathan Corbet , Prathosh Satish , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Michal Schmidt , Petr Oros , Przemek Kitszel Subject: Re: [PATCH net-next v3 5/5] dpll: zl3073x: Implement devlink flash callback Message-ID: <20250901100537.23a0903e@kernel.org> In-Reply-To: References: <20250813174408.1146717-1-ivecera@redhat.com> <20250813174408.1146717-6-ivecera@redhat.com> <20250818192943.342ad511@kernel.org> <20250829165638.3b50ea2a@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@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 Mon, 1 Sep 2025 18:34:14 +0200 Ivan Vecera wrote: > 4. Keep my original approach, fix the ignored error code reported by > Jakub and pass "re-start normal operation failure" via devlink > notification. 4 is fine, we can revisit when another such device appears (tho I believe this is an increasingly common way to implement FW update).