From: "Morten Brørup" <mb@smartsharesystems.com>
To: "Anurag Mandal" <anurag.mandal@intel.com>, <dev@dpdk.org>
Cc: <bruce.richardson@intel.com>, <anatoly.burakov@intel.com>
Subject: RE: [PATCH v3] net/ice: add MAC anti-spoof option
Date: Wed, 3 Dec 2025 12:41:09 +0100 [thread overview]
Message-ID: <98CBD80474FA8B44BF855DF32C47DC35F655B7@smartserver.smartshare.dk> (raw)
In-Reply-To: <20251203104126.75935-1-anurag.mandal@intel.com>
> @@ -1761,13 +1763,39 @@ ice_setup_vsi(struct ice_pf *pf, enum
> ice_vsi_type type)
> /* Source Prune */
> if (ad->devargs.source_prune != 1) {
> /* Disable source prune to support VRRP
> - * when source-prune devarg is not set
> + * when source-prune devargs is not set
> */
> vsi_ctx.info.sw_flags =
> ICE_AQ_VSI_SW_FLAG_LOCAL_LB;
> - vsi_ctx.info.sw_flags |=
> + } else { /* Enable Source Prune in Rx */
> + vsi_ctx.info.sw_flags =
> ICE_AQ_VSI_SW_FLAG_SRC_PRUNE;
> }
This looks like a bug fix related to Source Prune?
next prev parent reply other threads:[~2025-12-03 11:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-13 10:59 [PATCH] net/ice: add MAC anti-spoof disable option Anurag Mandal
2025-11-13 11:35 ` Bruce Richardson
2025-11-16 3:57 ` [PATCH v2] net/ice: add MAC anti-spoof option Anurag Mandal
2025-11-16 7:43 ` Morten Brørup
2025-11-17 5:22 ` Mandal, Anurag
2025-11-17 9:05 ` Morten Brørup
2025-12-02 8:17 ` Mandal, Anurag
2025-12-02 9:00 ` Morten Brørup
2025-12-02 9:14 ` Mandal, Anurag
2025-12-02 14:25 ` Thomas Monjalon
2025-12-02 17:10 ` Morten Brørup
2025-12-03 10:41 ` [PATCH v3] " Anurag Mandal
2025-12-03 11:41 ` Morten Brørup [this message]
2025-12-03 14:36 ` Mandal, Anurag
2025-12-03 14:47 ` Morten Brørup
2025-12-11 15:22 ` Bruce Richardson
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=98CBD80474FA8B44BF855DF32C47DC35F655B7@smartserver.smartshare.dk \
--to=mb@smartsharesystems.com \
--cc=anatoly.burakov@intel.com \
--cc=anurag.mandal@intel.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
/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).