From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH net] ice: Fix switchdev rules book keeping
Date: Fri, 20 May 2022 13:54:34 -0700 [thread overview]
Message-ID: <3092a89c-fbfd-b613-827d-337e7c2b633e@intel.com> (raw)
In-Reply-To: <20220520084527.123885-1-wojciech.drewek@intel.com>
On 5/20/2022 1:45 AM, Wojciech Drewek wrote:
> Adding two filters with same matching criteria ends up with
> one rule in hardware with act = ICE_FWD_TO_VSI_LIST.
> In order to remove them properly we have to keep the
> information about vsi handle which is used in VSI bitmap
> (ice_adv_fltr_mgmt_list_entry::vsi_list_info::vsi_map).
>
> Fixes: 0d08a441fb1a ("ice: ndo_setup_tc implementation for PF")
> Reported-by: Sridhar Samudrala<sridhar.samudrala@intel.com>
Need a space between name and email.
> Signed-off-by: Wojciech Drewek <wojciech.drewek@intel.com>
This doesn't build:
../drivers/net/ethernet/intel/ice/ice_tc_lib.c: In function
?ice_eswitch_add_tc_fltr?:
../drivers/net/ethernet/intel/ice/ice_tc_lib.c:527:8: error: ?struct
ice_tc_flower_fltr? has no member named ?dest_vsi_handle?; did you mean
?dest_vsi??
fltr->dest_vsi_handle = rule_added.vsi_handle;
^~~~~~~~~~~~~~~
dest_vsi
next prev parent reply other threads:[~2022-05-20 20:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-20 8:45 [Intel-wired-lan] [PATCH net] ice: Fix switchdev rules book keeping Wojciech Drewek
2022-05-20 20:54 ` Tony Nguyen [this message]
2022-05-21 10:14 ` kernel test robot
2022-05-22 1:29 ` kernel test robot
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=3092a89c-fbfd-b613-827d-337e7c2b633e@intel.com \
--to=anthony.l.nguyen@intel.com \
--cc=intel-wired-lan@osuosl.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