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 A9082E936E7 for ; Wed, 4 Oct 2023 21:12:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243926AbjJDVM6 (ORCPT ); Wed, 4 Oct 2023 17:12:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34896 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233577AbjJDVM5 (ORCPT ); Wed, 4 Oct 2023 17:12:57 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FCF09E for ; Wed, 4 Oct 2023 14:12:54 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3CB4BC433C8; Wed, 4 Oct 2023 21:12:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696453973; bh=UMkpK8hBnhmZu6SDCnn6+NldPVpXde3GUYG3ar+O4pA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Qj61GGKAoLT8aQBhpkE8fQcl8WRuwzwUwJhClfjpCgKfNNb8mr8kRzzH0etrJC/Rq 4rc2WQEpWlvtffsq83jsTASvbJp5x8TV2tgMymVxvn/18vUn7Vnq082VOoMG9834Vt nfPlOVSMmoVlSrxr0A0Wox7b3MuHsYum/BpvJPphv0k6FyLg8GDQIRJiNnM7VXxTvo M8BSgH1cmX4XnYvllRfczK9nFVOkrJfR3aJOnk9JDfM2BSpR6AVt1CAh/PnbbzbkIG hozI2fgP7ivkjyzdYPMr+nm42glxiHu6RR1kuqpG+h/MPq6LL3L4UFU78Aq0+hPU46 CZVQ3W1QUwa9g== Date: Wed, 4 Oct 2023 14:12:52 -0700 From: Jakub Kicinski To: Sai Krishna Cc: , , , , , , , , , , , Subject: Re: [net PATCH] octeontx2-af: Enable hardware timestamping for VFs Message-ID: <20231004141252.49812e65@kernel.org> In-Reply-To: <20230929071621.853570-1-saikrishnag@marvell.com> References: <20230929071621.853570-1-saikrishnag@marvell.com> 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 Fri, 29 Sep 2023 12:46:21 +0530 Sai Krishna wrote: > Subject: [net PATCH] octeontx2-af: Enable hardware timestamping for VFs > Date: Fri, 29 Sep 2023 12:46:21 +0530 > X-Mailer: git-send-email 2.25.1 > > Currently for VFs, mailbox returns error when hardware timestamping enable > is requested. This patch fixes this issue. > > Fixes: 421572175ba5 ("octeontx2-af: Support to enable/disable HW timestamping") If it never worked for VFs but worked for PFs - it's not really a fix. New functionality enablement is -next material, even if the fact that it was previously disable was unintentional. -- pw-bot: cr