Re: [PATCH net v3 6/7] net/sched: act_gate: reject empty schedule list

From: Victor Nogueira

Date: Mon Jan 26 2026 - 07:06:21 EST


On Mon, Jan 26, 2026 at 5:53 AM Paul Moses <p@xxxxxxx> wrote:
>
> Should REPLACE with an explicit entry list that yields 0 entries return -EINVAL or should it be treated the same as omitting TCA_GATE_ENTRY_LIST and keeping the old schedule?

It should be treated the same as omitting TCA_GATE_ENTRY_LIST and keeping
the old schedule.

cheers,
Victor