From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8CFBCEC8738 for ; Thu, 7 Sep 2023 16:01:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235826AbjIGQBc (ORCPT ); Thu, 7 Sep 2023 12:01:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241610AbjIGP7S (ORCPT ); Thu, 7 Sep 2023 11:59:18 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8342A4481 for ; Thu, 7 Sep 2023 08:48:23 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D352C4339A; Thu, 7 Sep 2023 15:31:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694100691; bh=76rEwfE/uTJS8ezcSl7+Wi3KuWBqHArCGxvgwyT7MEk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bRJ2pEom4OLSlDgiZnthU1HnTzpGSYXMHsgk2WtPSuO1ZGspi0pf2HMsPMv6BpmTo +3cutUabz0foPK3TwOkE0fplhrEY9seCaRtJejmBEdDJ9+vX3wCmGYdINRQs6OWNeW CNiNezaeXHXsKjr/wz6+Ybcw2+wKqfG/gj2fTess9yB8XeXN8HHL+u0HrG9T+5kksx G+LvWEQBPBb+nobha+ZqDSLnmqHy3U/3ZB0gi3vhq5RtCWgcgdkMDAqyMUouuzGEaV CTY7D1f0cIRQBl+mNDuSudE+IRvYo5N8tGIGie9uGuH73bB+vmlYKO4uv/GeS2g7SL w0eaw79B2mY6Q== Date: Thu, 7 Sep 2023 17:31:26 +0200 From: Simon Horman To: Petr Oros Cc: netdev@vger.kernel.org, jesse.brandeburg@intel.com, anthony.l.nguyen@intel.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, intel-wired-lan@lists.osuosl.org, linux-kernel@vger.kernel.org, mschmidt@redhat.com, ivecera@redhat.com, ahmed.zaki@intel.com Subject: Re: [PATCH net v2 1/2] iavf: add iavf_schedule_aq_request() helper Message-ID: <20230907153126.GI434333@kernel.org> References: <20230907150251.224931-1-poros@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230907150251.224931-1-poros@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 07, 2023 at 05:02:50PM +0200, Petr Oros wrote: > Add helper for set iavf aq request AVF_FLAG_AQ_* and immediately > schedule watchdog_task. Helper will be used in cases where it is > necessary to run aq requests asap > > Signed-off-by: Petr Oros > Co-developed-by: Michal Schmidt > Signed-off-by: Michal Schmidt > Co-developed-by: Ivan Vecera > Signed-off-by: Ivan Vecera Reviewed-by: Simon Horman