lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 23 May 2019 10:06:34 -0700
From:   Eric Dumazet <eric.dumazet@...il.com>
To:     Willem de Bruijn <willemb@...gle.com>, netdev@...r.kernel.org
Cc:     davem@...emloft.net, edumazet@...gle.com,
        jesus.sanchez-palencia@...el.com
Subject: Re: [PATCH net-next] selftests/net: SO_TXTIME with ETF and FQ



On 5/23/19 9:45 AM, Willem de Bruijn wrote:
> The SO_TXTIME API enables packet tranmission with delayed delivery.
> This is currently supported by the ETF and FQ packet schedulers.
> 
> Evaluate the interface with both schedulers. Install the scheduler
> and send a variety of packets streams: without delay, with one
> delayed packet, with multiple ordered delays and with reordering.
> Verify that packets are released by the scheduler in expected order.
> 
> The ETF qdisc requires a timestamp in the future on every packet. It
> needs a delay on the qdisc else the packet is dropped on dequeue for
> having a delivery time in the past. The test value is experimentally
> derived. ETF requires clock_id CLOCK_TAI. It checks this base and
> drops for non-conformance.
> 
> The FQ qdisc expects clock_id CLOCK_MONOTONIC, the base used by TCP
> as of commit fb420d5d91c1 ("tcp/fq: move back to CLOCK_MONOTONIC").
> Within a flow there is an expecation of ordered delivery, as shown by
> delivery times of test 4. The FQ qdisc does not require all packets to
> have timestamps and does not drop for non-conformance.
> 
> The large (msec) delays are chosen to avoid flakiness.
> 
> 	Output:
> 
> 	SO_TXTIME ipv6 clock monolithic

s/monolithic/monotonic/

> 	payload:a delay:33 expected:0 (us)
> 
> 	SO_TXTIME ipv4 clock monolithic
> 	payload:a delay:44 expected:0 (us)
> 
> 	SO_TXTIME ipv6 clock monolithic
> 	payload:a delay:10049 expected:10000 (us)
> 
> 	SO_TXTIME ipv4 clock monolithic
> 	payload:a delay:10105 expected:10000 (us)


Thanks for the test Willem.

Acked-by: Eric Dumazet <edumazet@...gle.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ