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

2019-07-02 Thread Lawrence Brakmo
Yonhhong, thank you for the feedbac. Repies inlined. I will submit a new revision later today. On 7/1/19, 2:04 PM, "Yonghong Song" wrote: On 6/28/19 12:41 PM, brakmo wrote: > Adds support for fq's Earliest Departure Time to HBM (Host Bandwidth > Manager). Includes a new BPF program

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

2019-07-01 Thread Yonghong Song
On 6/28/19 12:41 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 be

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

2019-06-28 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