On Tue, Jul 7, 2020 at 8:25 AM Petr Machata wrote:
>
>
> Cong Wang writes:
>
> > On Fri, Jun 26, 2020 at 3:46 PM Petr Machata wrote:
> >>
> >> A following patch introduces qevents, points in qdisc algorithm where
> >> packet can be processed by user-defined filters. Should this processing
> >> l
Cong Wang writes:
> On Fri, Jun 26, 2020 at 3:46 PM Petr Machata wrote:
>>
>> A following patch introduces qevents, points in qdisc algorithm where
>> packet can be processed by user-defined filters. Should this processing
>> lead to a situation where a new packet is to be enqueued on the same
On Fri, Jun 26, 2020 at 3:46 PM Petr Machata wrote:
>
> A following patch introduces qevents, points in qdisc algorithm where
> packet can be processed by user-defined filters. Should this processing
> lead to a situation where a new packet is to be enqueued on the same port,
> holding the root lo
A following patch introduces qevents, points in qdisc algorithm where
packet can be processed by user-defined filters. Should this processing
lead to a situation where a new packet is to be enqueued on the same port,
holding the root lock would lead to deadlocks. To solve the issue, qevent
handler