Message ID | 20230314065802.1532741-1-liuhangbin@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net/sched: fix parsing of TCA_EXT_WARN_MSG for tc action | expand |
On Tue, Mar 14, 2023 at 02:58:00PM +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. Reported-and-tested-by: Davide Caratti <dcaratti@redhat.com> thanks!
On Tue, Mar 14, 2023 at 10:20:24AM +0100, Davide Caratti wrote: > On Tue, Mar 14, 2023 at 02:58:00PM +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. > > Reported-and-tested-by: Davide Caratti <dcaratti@redhat.com> Thanks Davide, I forgot to add the Reported-by flag. Hangbin