On 30.04, Daniel Borkmann wrote: > > > >I can also see there were also intentions to support userspace > >queueing at some point since TC_ACT_QUEUED has been there since the > >beginning. That should be possible at some point using this > >infrastructure (once there are no further concerns on the > >netif_receive_core_finish() patch as soon as gcc 4.9 and follow up > >versions keep inlining this new function). > > Wrt the other mail, just thinking out loud ... do you see a longer-term > possibility of further generalizing the gen hooks infrastructure, so that > actually classifier from tc could attach (disregarding the nf_* naming > scheme for now) ... > > `-> nf_hook_slow() > `-> [for each entry in hook list] <-- here as an entry > `-> nf_iterate() > `-> (*elemp)->hook() > > ... as well? Jumping in there since I'm probably the one thinking the TC ingress abstraction is wrong the strongest - yes, it's an interesting idea. Unlike egress qdiscs, ingress only has a single classifier chain anyways, so there is no qdisc internal classification structure to be observed. It should be possible to skip the ingress invocation for classification purposes completely and only use it to expose it to userspace for management purposes, while invoking the chain directly. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html