From: Lingyu Liu <lingyu.liu@intel.com>
To: dev@dpdk.org, qi.z.zhang@intel.com, beilei.xing@intel.com
Cc: Lingyu Liu <lingyu.liu@intel.com>
Subject: [dpdk-dev] [PATCH v1] net/i40e: clear FDIR SW input set when destroy rules
Date: Tue, 15 Jun 2021 14:52:59 +0000 [thread overview]
Message-ID: <20210615145259.51859-1-lingyu.liu@intel.com> (raw)
When a FDIR rule is destroyed, the corresponding input set needs
to be cleared.
Signed-off-by: Lingyu Liu <lingyu.liu@intel.com>
---
drivers/net/i40e/i40e_fdir.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/net/i40e/i40e_fdir.c b/drivers/net/i40e/i40e_fdir.c
index ac0e09bfdd..e679324c20 100644
--- a/drivers/net/i40e/i40e_fdir.c
+++ b/drivers/net/i40e/i40e_fdir.c
@@ -1845,6 +1845,10 @@ i40e_flow_add_del_fdir_filter(struct rte_eth_dev *dev,
return -EINVAL;
}
+ /* clear input_set flag */
+ pf->fdir.input_set[pctype] = 0;
+ pf->fdir.inset_flag[pctype] = 0;
+
pf->fdir.flex_mask_flag[pctype] = 0;
if (fdir_info->fdir_invalprio == 1)
--
2.25.1
next reply other threads:[~2021-06-15 8:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-15 14:52 Lingyu Liu [this message]
2021-06-15 8:36 ` Xing, Beilei
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=20210615145259.51859-1-lingyu.liu@intel.com \
--to=lingyu.liu@intel.com \
--cc=beilei.xing@intel.com \
--cc=dev@dpdk.org \
--cc=qi.z.zhang@intel.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).