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 B8083C63703 for ; Thu, 8 Dec 2022 04:47:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229604AbiLHErR (ORCPT ); Wed, 7 Dec 2022 23:47:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbiLHErQ (ORCPT ); Wed, 7 Dec 2022 23:47:16 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9A4F259; Wed, 7 Dec 2022 20:47:15 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 64946B82035; Thu, 8 Dec 2022 04:47:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 82677C433C1; Thu, 8 Dec 2022 04:47:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670474833; bh=pPEVBly9bfwd8dphaKuIkNzoSFzBZukDoXkitwRnVEE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=N5Rb44oVO9LtVec07iBkQLxBQ2ZAEuPj/95jjmfqdn2yPGHCpUxeIIRlwX9tRt8sd o3tiZ+RtOVe2I9Lnt5aWsapT5pR6YeoJr9KeMRzqNryDf+HTPs592QXcGguATUUHV4 2vQhLweqtzolFWoZ/BUAv23F6gHoPw8Zyc80JP420P9FXiWw9EpqAqUIDXC8yQ2z2I zz6s7/d9FwXcdATyGJKb3dUkJGDzJoNbv7SGCe9ptII8fN9ojA4ClB076pafzfMP1g DJfboz7hDEEhS1R1Qa7Zk/WyYxQ8YPN6EGtzFQgC2A4cC6xdrTWaZDSMBs1CYi/KF4 04pJyCUj/frgA== Date: Wed, 7 Dec 2022 20:47:11 -0800 From: Jakub Kicinski To: Veerasenareddy Burru Cc: Leon Romanovsky , "David S. Miller" , Eric Dumazet , Paolo Abeni , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Liron Himi , Abhijit Ayarekar , Sathesh B Edara , Satananda Burla , "linux-doc@vger.kernel.org" Subject: Re: [EXT] Re: [PATCH net-next v2 2/9] octeon_ep: poll for control messages Message-ID: <20221207204711.6599d8ba@kernel.org> In-Reply-To: References: <20221129130933.25231-1-vburru@marvell.com> <20221129130933.25231-3-vburru@marvell.com> <20221205161626.088e383f@kernel.org> <20221206092352.7a86a744@kernel.org> <20221206172652.34ed158a@kernel.org> <20221207200204.6819575a@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 8 Dec 2022 04:41:56 +0000 Veerasenareddy Burru wrote: > > On Thu, 8 Dec 2022 03:17:33 +0000 Veerasenareddy Burru wrote: > > > We have a follow up patch after this series implementing > > > ndo_get_vf_xxx() and ndo_set_vf_xxx(). > > > > We don't accept new drivers which use those interfaces. > > Kindly suggest the acceptable interface. Kindly make the minimal effort to follow the list :/ Perhaps others have the time to explain things to you, I believe my time is best spent elsewhere.