From: Jakub Kicinski <kuba@kernel.org>
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, pabeni@redhat.com, edumazet@google.com,
Grzegorz Szczurek <grzegorzx.szczurek@intel.com>,
netdev@vger.kernel.org, sassmann@redhat.com,
Jedrzej Jagielski <jedrzej.jagielski@intel.com>,
Bharathi Sreenivas <bharathi.sreenivas@intel.com>
Subject: Re: [PATCH net 1/4] i40e: Fix adding ADQ filter to TC0
Date: Fri, 10 Jun 2022 22:08:54 -0700 [thread overview]
Message-ID: <20220610220854.52e5ca44@kernel.org> (raw)
In-Reply-To: <20220609162620.2619258-2-anthony.l.nguyen@intel.com>
On Thu, 9 Jun 2022 09:26:17 -0700 Tony Nguyen wrote:
> --- a/drivers/net/ethernet/intel/i40e/i40e_main.c
> +++ b/drivers/net/ethernet/intel/i40e/i40e_main.c
> @@ -8542,6 +8542,11 @@ static int i40e_configure_clsflower(struct i40e_vsi *vsi,
> return -EOPNOTSUPP;
> }
>
> + if (!tc) {
> + dev_err(&pf->pdev->dev, "Unable to add filter because of invalid destination");
> + return -EINVAL;
> + }
extacks please ?
next prev parent reply other threads:[~2022-06-11 5:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-09 16:26 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-06-09 Tony Nguyen
2022-06-09 16:26 ` [PATCH net 1/4] i40e: Fix adding ADQ filter to TC0 Tony Nguyen
2022-06-11 5:08 ` Jakub Kicinski [this message]
2022-06-13 11:06 ` Jagielski, Jedrzej
2022-06-09 16:26 ` [PATCH net 2/4] i40e: Fix calculating the number of queue pairs Tony Nguyen
2022-06-09 16:26 ` [PATCH net 3/4] i40e: Fix call trace in setup_tx_descriptors Tony Nguyen
2022-06-09 16:26 ` [PATCH net 4/4] iavf: Fix issue with MAC address of VF shown as zero Tony Nguyen
2022-06-11 5:20 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-06-09 patchwork-bot+netdevbpf
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=20220610220854.52e5ca44@kernel.org \
--to=kuba@kernel.org \
--cc=anthony.l.nguyen@intel.com \
--cc=bharathi.sreenivas@intel.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=grzegorzx.szczurek@intel.com \
--cc=jedrzej.jagielski@intel.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sassmann@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).