Message ID | 20250103-airoha-en7581-qdisc-offload-v1-0-608a23fa65d5@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | net: airoha: Add Qdisc offload support | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Fri, 03 Jan 2025 13:17:01 +0100 you wrote: > Introduce support for ETS and HTB Qdisc offload available on the Airoha > EN7581 ethernet controller. > > --- > Lorenzo Bianconi (4): > net: airoha: Enable Tx drop capability for each Tx DMA ring > net: airoha: Introduce ndo_select_queue callback > net: airoha: Add sched ETS offload support > net: airoha: Add sched HTB offload support > > [...] Here is the summary with links: - [net-next,1/4] net: airoha: Enable Tx drop capability for each Tx DMA ring https://git.kernel.org/netdev/net-next/c/5f7955903804 - [net-next,2/4] net: airoha: Introduce ndo_select_queue callback https://git.kernel.org/netdev/net-next/c/2b288b81560b - [net-next,3/4] net: airoha: Add sched ETS offload support https://git.kernel.org/netdev/net-next/c/20bf7d07c956 - [net-next,4/4] net: airoha: Add sched HTB offload support https://git.kernel.org/netdev/net-next/c/ef1ca9271313 You are awesome, thank you!
hi, On Tue, Jan 7, 2025 at 12:40 PM <patchwork-bot+netdevbpf@kernel.org> wrote: > > Hello: > > This series was applied to netdev/net-next.git (main) > by Paolo Abeni <pabeni@redhat.com>: > > On Fri, 03 Jan 2025 13:17:01 +0100 you wrote: > > Introduce support for ETS and HTB Qdisc offload available on the Airoha > > EN7581 ethernet controller. > > > > --- > > Lorenzo Bianconi (4): > > net: airoha: Enable Tx drop capability for each Tx DMA ring > > net: airoha: Introduce ndo_select_queue callback > > net: airoha: Add sched ETS offload support I was about to comment that ETS offload code probably still lacks validation of priomap [1]. Otherwise every ETS priomap will behave like the one that's implemented in hardware. It can be addressed in a follow-up commit, probably. thanks, -- davide [1] https://lore.kernel.org/netdev/CAKa-r6shd3+2zgeEzVVJR7fKWdpjKv1YJxS3z+y7QWqDf8zDZQ@mail.gmail.com/
> hi, > > On Tue, Jan 7, 2025 at 12:40 PM <patchwork-bot+netdevbpf@kernel.org> wrote: > > > > Hello: > > > > This series was applied to netdev/net-next.git (main) > > by Paolo Abeni <pabeni@redhat.com>: > > > > On Fri, 03 Jan 2025 13:17:01 +0100 you wrote: > > > Introduce support for ETS and HTB Qdisc offload available on the Airoha > > > EN7581 ethernet controller. > > > > > > --- > > > Lorenzo Bianconi (4): > > > net: airoha: Enable Tx drop capability for each Tx DMA ring > > > net: airoha: Introduce ndo_select_queue callback > > > net: airoha: Add sched ETS offload support > > I was about to comment that ETS offload code probably still lacks > validation of priomap [1]. Otherwise every ETS priomap will behave > like the one that's implemented in hardware. It can be addressed in a > follow-up commit, probably. sorry, I forgot about it. I am fine to enforce priomap if it is required with a follow-up patch. Regards, Lorenzo > > thanks, > -- > davide > > [1] https://lore.kernel.org/netdev/CAKa-r6shd3+2zgeEzVVJR7fKWdpjKv1YJxS3z+y7QWqDf8zDZQ@mail.gmail.com/ >