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 278C8FA3740 for ; Tue, 1 Nov 2022 02:58:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229589AbiKAC6L (ORCPT ); Mon, 31 Oct 2022 22:58:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229441AbiKAC6I (ORCPT ); Mon, 31 Oct 2022 22:58:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 26783558F; Mon, 31 Oct 2022 19:58:08 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 976BC614C9; Tue, 1 Nov 2022 02:58:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77C42C433D6; Tue, 1 Nov 2022 02:58:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667271486; bh=pWTbVhJq/jT02LKW0+ZtOBSAv1CFnNOl52B9TK3vTRQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=A7LaZsR3PTeO9pbEoUZITAoWTztm4OhfIlk45Jb1iA12a3mTT9mI8NTuNZnrbQE77 q34OaYTceCxS6X/d+fC7GpN6HPSh9vMEwuYkIY/ZyTRPEKyuyrXnPRo/+IJi0Mk71p oK/xwihysZwYq9qTv+LPbIZcdC+4FVB6eaDJ8kvLBrVrzWhjCgxYwlPqCDr20Z25jL LtHuuKPsWiNAtnZXNuJeH97cq3pTuaVxUBU+dzGCchZtQ6w4whO+PxNFsCLw6LQHrb 9h89+LpEUHpPmbvGkkkHOFiy/lUG6M1l7asBqOiQlaISxGWQczCHXPOmd1H+mHl0J8 eRGXkQJE5evAw== Date: Mon, 31 Oct 2022 19:58:05 -0700 From: Jakub Kicinski To: Cai Huoqing Cc: "David S. Miller" , Eric Dumazet , Paolo Abeni , Zhengchao Shao , Bin Chen , Krzysztof =?UTF-8?B?V2lsY3p5xYRza2k=?= , Peter Chen , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] net: hinic: Add control command support for VF PMD driver in DPDK Message-ID: <20221031195805.74e22089@kernel.org> In-Reply-To: <20221101014917.GA6739@chq-T47> References: <20221026125922.34080-1-cai.huoqing@linux.dev> <20221026125922.34080-2-cai.huoqing@linux.dev> <20221027110312.7391f69f@kernel.org> <20221028045655.GB3164@chq-T47> <20221028085651.78408e2c@kernel.org> <20221029075335.GA9148@chq-T47> <20221031165255.6a754aad@kernel.org> <20221101014917.GA6739@chq-T47> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 1 Nov 2022 09:49:17 +0800 Cai Huoqing wrote: > > Meaning it just forwards it to the firmware? > Yes, host driver just forwards it to the firmware. > Actually the firmware works on a coprocessor MGMT_CPU(inside the NIC) > which will recv and deal with these commands. I see, please include this info in the commit message for v2.