Re: [PATCH v4 bpf-next] bpf: Add support for fq's EDT to HBM

2019-07-03 Thread Daniel Borkmann
On 07/03/2019 12:09 AM, brakmo wrote: > Adds support for fq's Earliest Departure Time to HBM (Host Bandwidth > Manager). Includes a new BPF program supporting EDT, and also updates > corresponding programs. > > It will drop packets with an EDT of more than 500us in the future > unless the packet b

Re: [PATCH v4 bpf-next] bpf: Add support for fq's EDT to HBM

2019-07-02 Thread Yonghong Song
On 7/2/19 3:09 PM, brakmo wrote: > Adds support for fq's Earliest Departure Time to HBM (Host Bandwidth > Manager). Includes a new BPF program supporting EDT, and also updates > corresponding programs. > > It will drop packets with an EDT of more than 500us in the future > unless the packet belo

[PATCH v4 bpf-next] bpf: Add support for fq's EDT to HBM

2019-07-02 Thread brakmo
Adds support for fq's Earliest Departure Time to HBM (Host Bandwidth Manager). Includes a new BPF program supporting EDT, and also updates corresponding programs. It will drop packets with an EDT of more than 500us in the future unless the packet belongs to a flow with less than 2 packets in fligh