Re: [PATCH net-next] selftests/net: timestamping: add ptp v2 support
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-11-02 22:23:12
Also in:
linux-kselftest, linux-omap, lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-11-02 22:23:12
Also in:
linux-kselftest, linux-omap, lkml
On Sat, 31 Oct 2020 19:01:41 -0700 Richard Cochran wrote:
On Sat, Oct 31, 2020 at 11:40:40AM -0700, Jakub Kicinski wrote:quoted
On Thu, 29 Oct 2020 21:09:31 +0200 Grygorii Strashko wrote:quoted
The timestamping tool is supporting now only PTPv1 (IEEE-1588 2002) while modern HW often supports also/only PTPv2. Hence timestamping tool is still useful for sanity testing of PTP drivers HW timestamping capabilities it's reasonable to upstate it to support PTPv2. This patch adds corresponding support which can be enabled by using new parameter "PTPV2". Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>CC: RichardAcked-by: Richard Cochran <richardcochran@gmail.com>
Applied, thanks!