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 9374C17C68 for ; Sat, 8 Jun 2024 12:58:43 +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=1717851523; cv=none; b=BxU5QhLzr6epB9r8Gp2+8wttbNS/2LD9R5plfPMP7NnzCYc+3+VdjvIaM8g9/Nlpz5bms16ARM9b1WkVgAszVZiearYdQyG4ZVmBY5pSRXD4h8L0U8yzKMDCSSYPBKTjNmXXlwKmiblcjcp9aRTK8jp9xDLRBnMMA4gL9ztH7Fw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717851523; c=relaxed/simple; bh=8h7iVKPU4zLmsDfT69C7Raz8WD0w2TDfKWzcdLn9Pq4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tu84vBQKnefVMYc4inba6PtsHthLFiwwqUPHGedGZyikBEEu8i6Wm34XGgjmupjsfpOmCl1/AqTv9rkVrHE3MvetbM0RwKAAy8Bazx/ACob9cs+yIK2rMhZs5cCkr/8CscudFyUZgFM5BVMTM72Hz+KCX//p9TagLyaJx9Vthhs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=c4LzFsPp; 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="c4LzFsPp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB4F6C2BD11; Sat, 8 Jun 2024 12:58:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717851523; bh=8h7iVKPU4zLmsDfT69C7Raz8WD0w2TDfKWzcdLn9Pq4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=c4LzFsPpACQdCLgYrKa/nQLxExi29Xw9BKOrw/kBHsU4tqXKRcbLw21z9hxdZXypg FURcNTxtkGtj/pQ1Bynrv9zk5VXIrhxuNewDbmq6VcLfhxC9NykqQlIe3N464/HXCC dnCnp8Fny7xqg8undiagjsssgUSaJPtTIXPs/JYlOXM2dTCi8Z2V4p2lWQlQuUyJ6X b1ubb15dr/LxJUrK2PeubsEWDiDcbk2JaBHrDnJ8ajlvUR+f7LyJMfW8776Ae1ksal /mOl5Dw8LDBx4TOJ0tvEBu9OCidsF+w12izpWBRArrbadrfETTuFj9ud2KzVyH/Yxd /3EiYuveFmSEQ== Date: Sat, 8 Jun 2024 13:58:39 +0100 From: Simon Horman To: Mateusz Polchlopek Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org, Jacob Keller , Wojciech Drewek , Sai Krishna , Ahmed Zaki Subject: Re: [Intel-wired-lan] [PATCH iwl-next v7 06/12] iavf: add initial framework for registering PTP clock Message-ID: <20240608125839.GY27689@kernel.org> References: <20240604131400.13655-1-mateusz.polchlopek@intel.com> <20240604131400.13655-7-mateusz.polchlopek@intel.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240604131400.13655-7-mateusz.polchlopek@intel.com> On Tue, Jun 04, 2024 at 09:13:54AM -0400, Mateusz Polchlopek wrote: > From: Jacob Keller > > Add the iavf_ptp.c file and fill it in with a skeleton framework to > allow registering the PTP clock device. > Add implementation of helper functions to check if a PTP capability > is supported and handle change in PTP capabilities. > Enabling virtual clock would be possible, though it would probably > perform poorly due to the lack of direct time access. > > Signed-off-by: Jacob Keller > Reviewed-by: Wojciech Drewek > Reviewed-by: Sai Krishna > Co-developed-by: Ahmed Zaki > Signed-off-by: Ahmed Zaki > Co-developed-by: Mateusz Polchlopek > Signed-off-by: Mateusz Polchlopek Reviewed-by: Simon Horman