Message ID | 20230316033753.2320557-1-liuhangbin@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net/sched: fix parsing of TCA_EXT_WARN_MSG for tc action | expand |
On Thu, Mar 16, 2023 at 11:37:51AM +0800, Hangbin Liu wrote: > In my previous commit 0349b8779cc9 ("sched: add new attr TCA_EXT_WARN_MSG > to report tc extact message") I didn't notice the tc action use different > enum with filter. So we can't use TCA_EXT_WARN_MSG directly for tc action. > > Let's rever the previous fix 923b2e30dc9c ("net/sched: act_api: move > TCA_EXT_WARN_MSG to the correct hierarchy") and add a new > TCA_ROOT_EXT_WARN_MSG for tc action specifically. Sigh. Sorry I sent the mail too quick and forgot to add Reported-and-tested-by: Davide Caratti <dcaratti@redhat.com>
On Wed, Mar 15, 2023 at 11:55 PM Hangbin Liu <liuhangbin@gmail.com> wrote: > > On Thu, Mar 16, 2023 at 11:37:51AM +0800, Hangbin Liu wrote: > > In my previous commit 0349b8779cc9 ("sched: add new attr TCA_EXT_WARN_MSG > > to report tc extact message") I didn't notice the tc action use different > > enum with filter. So we can't use TCA_EXT_WARN_MSG directly for tc action. > > > > Let's rever the previous fix 923b2e30dc9c ("net/sched: act_api: move > > TCA_EXT_WARN_MSG to the correct hierarchy") and add a new > > TCA_ROOT_EXT_WARN_MSG for tc action specifically. > > Sigh. Sorry I sent the mail too quick and forgot to add > > Reported-and-tested-by: Davide Caratti <dcaratti@redhat.com> For next time: instead of saying in the commit message "suggested by foo" specify it using "suggested-by: foo" semantics. cheers, jamal
On Thu, Mar 16, 2023 at 05:45:28AM -0400, Jamal Hadi Salim wrote: > On Wed, Mar 15, 2023 at 11:55 PM Hangbin Liu <liuhangbin@gmail.com> wrote: > > > > On Thu, Mar 16, 2023 at 11:37:51AM +0800, Hangbin Liu wrote: > > > In my previous commit 0349b8779cc9 ("sched: add new attr TCA_EXT_WARN_MSG > > > to report tc extact message") I didn't notice the tc action use different > > > enum with filter. So we can't use TCA_EXT_WARN_MSG directly for tc action. > > > > > > Let's rever the previous fix 923b2e30dc9c ("net/sched: act_api: move > > > TCA_EXT_WARN_MSG to the correct hierarchy") and add a new > > > TCA_ROOT_EXT_WARN_MSG for tc action specifically. > > > > Sigh. Sorry I sent the mail too quick and forgot to add > > > > Reported-and-tested-by: Davide Caratti <dcaratti@redhat.com> > > For next time: instead of saying in the commit message "suggested by > foo" specify it using "suggested-by: foo" semantics. Sure, I will Thanks Hangbin
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 16 Mar 2023 11:37:51 +0800 you wrote: > In my previous commit 0349b8779cc9 ("sched: add new attr TCA_EXT_WARN_MSG > to report tc extact message") I didn't notice the tc action use different > enum with filter. So we can't use TCA_EXT_WARN_MSG directly for tc action. > > Let's rever the previous fix 923b2e30dc9c ("net/sched: act_api: move > TCA_EXT_WARN_MSG to the correct hierarchy") and add a new > TCA_ROOT_EXT_WARN_MSG for tc action specifically. > > [...] Here is the summary with links: - [PATCHv2,net,1/2] Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy" https://git.kernel.org/netdev/net/c/8de2bd02439e - [PATCHv2,net,2/2] net/sched: act_api: add specific EXT_WARN_MSG for tc action https://git.kernel.org/netdev/net/c/2f59823fe696 You are awesome, thank you!