From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com,
jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us
Subject: Re: [PATCH net-next] net: sched: cls_api: improve the error message for ID allocation failure
Date: Fri, 13 Sep 2024 07:42:47 -0700 [thread overview]
Message-ID: <20240913074247.4279a51d@kernel.org> (raw)
In-Reply-To: <20240912215306.2060709-1-kuba@kernel.org>
On Thu, 12 Sep 2024 14:53:06 -0700 Jakub Kicinski wrote:
> } else {
> chain_info->next = NULL;
> + NL_SET_ERR_MSG(extack, "Filter with specified priority/protocol not found");
> }
I messed up here, the cases which handle NULL as success now print a
warning.
--
pw-bot: cr
prev parent reply other threads:[~2024-09-13 14:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 21:53 [PATCH net-next] net: sched: cls_api: improve the error message for ID allocation failure Jakub Kicinski
2024-09-13 11:03 ` Simon Horman
2024-09-13 14:42 ` Jakub Kicinski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240913074247.4279a51d@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=xiyou.wangcong@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.