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 428B917C68 for ; Sat, 8 Jun 2024 12:58:22 +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=1717851502; cv=none; b=EW5VYZnIhzEDF4vyR0ntV/0fMg4Uflu4b0GvjEM+a+nuN2qhmeWqbrs8rpXnsaWPDxreT696um1dCGJ0rGttQSGQ8YkDX+9M5Fnujon6xWpBsAl6lyV7/E4D6UmzVD0Ubr/BIhTejkBE2hzQqvQap9g+z3VKQF/L4qMHffpSJJ0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717851502; c=relaxed/simple; bh=54Xh9Wz7EJxKcPESg+VRQVI6gfrctMlq/VGRmr0KWYQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=bI2pszywLObnv04w4Pz2s+UhwQ/+6uKUdYyYnf8y+ic4pbkTSV7wvo9bkzbHeljm0LCM5qGm0eKCQC76FBeP3e2CgYrd78/OJfEr64bpA/zEL15PjJnhHgfdeqiaQEhKHl0NTcf+QFCBz+PxYrVCWRetbJ5YmbDItcSwuBrQEas= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EfUl0t4T; 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="EfUl0t4T" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BDDE2C2BD11; Sat, 8 Jun 2024 12:58:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717851501; bh=54Xh9Wz7EJxKcPESg+VRQVI6gfrctMlq/VGRmr0KWYQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EfUl0t4TaYPL7kh093aYRIJmjU4AF8RVUd6g+cG920ByTrGAevRwwrRT315fhrMJ6 AVHIOSX+WBWG3il2b4R0Or4TEjJvyF+fYASDqqxqtbN94D8nxtTSGqacy1xj/6i1Vd 7jR+5btkN6YB1tDIgudWJOqu2q/n2wU+Qq5eoTr+QkUKTUt8D65vdhK+pYcVoa4nuh G00xgLBmGyvbpgL2JBqWNAX8zvnA7PNNINQ6Jdn/k+0QRyETPLpK/yz8g3yMheICHu ZFRSc0/6dYqP1MZ66viGVc/xDTFozyA4GLKm0YotTeSdn9teLCzMN+kju3BE5hc8cl bT47bahqV7jZw== Date: Sat, 8 Jun 2024 13:58:18 +0100 From: Simon Horman To: Mateusz Polchlopek Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org, Jacob Keller , Wojciech Drewek Subject: Re: [Intel-wired-lan] [PATCH iwl-next v7 05/12] iavf: negotiate PTP capabilities Message-ID: <20240608125818.GX27689@kernel.org> References: <20240604131400.13655-1-mateusz.polchlopek@intel.com> <20240604131400.13655-6-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-6-mateusz.polchlopek@intel.com> On Tue, Jun 04, 2024 at 09:13:53AM -0400, Mateusz Polchlopek wrote: > From: Jacob Keller > > Add a new extended capabilities negotiation to exchange information from > the PF about what PTP capabilities are supported by this VF. This > requires sending a VIRTCHNL_OP_1588_PTP_GET_CAPS message, and waiting > for the response from the PF. Handle this early on during the VF > initialization. > > Signed-off-by: Jacob Keller > Reviewed-by: Wojciech Drewek > Co-developed-by: Mateusz Polchlopek > Signed-off-by: Mateusz Polchlopek Reviewed-by: Simon Horman