On Fri, Mar 14, 2025 at 3:52 AM Toke Høiland-Jørgensen <toke@xxxxxxxxxx> wrote: > > Amery Hung <ameryhung@xxxxxxxxx> writes: > > > Hi all, > > > > This patchset aims to support implementing qdisc using bpf struct_ops. > > This version takes a step back and only implements the minimum support > > for bpf qdisc. 1) support of adding skb to bpf_list and bpf_rbtree > > directly and 2) classful qdisc are deferred to future patchsets. In > > addition, we only allow attaching bpf qdisc to root or mq for now. > > This is to prevent accidentally breaking exisiting classful qdiscs > > that rely on data in a child qdisc. This limit may be lifted in the > > future after careful inspection. > > Very cool to see this progress! > > Are you aware that the series has a mix of commit author email addresses > (mixing your bytedance.com and gmail addresses)? > Yes. I have changed my affiliation so some recently added patches use another email. Thanks for reviewing! Amery > Otherwise, for the series: > > Acked-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx> >