From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] [RFC v3] packet: experimental support for 64-bit timestamps Date: Wed, 29 Nov 2017 21:06:10 +0100 Message-ID: References: <20171128203346.1582725-1-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: "David S. Miller" , Willem de Bruijn , =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= , Richard Cochran , Thomas Gleixner , Mike Maloney , Eric Dumazet , Kees Cook , Hans Liljestrand , Andrey Konovalov , "Rosen, Rami" , "Reshetova, Elena" , Sowmini Varadhan , Network Development , LKML To: Willem de Bruijn Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, Nov 29, 2017 at 5:51 PM, Willem de Bruijn wrote: >> Thanks for the review! Any suggestions for how to do the testing? If you have >> existing test cases, could you give my next version a test run to see if there >> are any regressions and if the timestamps work as expected? >> >> I see that there are test cases in tools/testing/selftests/net/, but none >> of them seem to use the time stamps so far, and I'm not overly familiar >> with how it works in the details to extend it in a meaningful way. > > I could not find any good tests for this interface, either. The only > user of the interface I found was a little tool I wrote a few years > ago that compares timestamps at multiple points in the transmit > path for latency measurement [1]. But it may be easier to just write > a new test under tools/testing/selftests/net for this purpose. I can > help with that, too, if you want. Thanks, that would be great! Arnd