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:   Mon, 28 Jun 2021 11:57:20 +0000
From:   Niclas Hedam <nhed@....dk>
To:     Toke Høiland-Jørgensen <toke@...hat.com>
CC:     "stephen@...workplumber.org" <stephen@...workplumber.org>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH v2] net: sched: Add support for packet bursting.


>> From 71843907bdb9cdc4e24358f0c16a8778f2762dc7 Mon Sep 17 00:00:00 2001
>> From: Niclas Hedam <nhed@....dk>
>> Date: Fri, 25 Jun 2021 13:37:18 +0200
>> Subject: [PATCH] net: sched: Add support for packet bursting.
> 
> Something went wrong with the formatting here.

I'll resubmit with fixed formatting. My bad.

>> 
>> This commit implements packet bursting in the NetEm scheduler.
>> This allows system administrators to hold back outgoing
>> packets and release them at a multiple of a time quantum.
>> This feature can be used to prevent timing attacks caused
>> by network latency.
> 
> How is this bursting feature different from the existing slot-based
> mechanism?

It is similar, but the reason for separating it is the audience that they are catering.
The slots seems to be focused on networking constraints and duty cycles.
My contribution and mechanism is mitigating timing attacks. The complexity of slots are mostly unwanted in this context as we want as few CPU cycles as possible.

> On 28 Jun 2021, at 13:44, Toke Høiland-Jørgensen <toke@...hat.com> wrote:
> 
> Niclas Hedam <nhed@....dk> writes:
> 
>> From 71843907bdb9cdc4e24358f0c16a8778f2762dc7 Mon Sep 17 00:00:00 2001
>> From: Niclas Hedam <nhed@....dk>
>> Date: Fri, 25 Jun 2021 13:37:18 +0200
>> Subject: [PATCH] net: sched: Add support for packet bursting.
> 
> Something went wrong with the formatting here.
> 
>> This commit implements packet bursting in the NetEm scheduler.
>> This allows system administrators to hold back outgoing
>> packets and release them at a multiple of a time quantum.
>> This feature can be used to prevent timing attacks caused
>> by network latency.
> 
> How is this bursting feature different from the existing slot-based
> mechanism?
> 
> -Toke
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ