Hi Simon,
This patch set targets the iwl tree because the second patch depends on
changes [1] that are already in the tnguy/net-queue.git tree but have
not yet reached net/next.
[1] e08bca25bd7f ("i40e: improve VF MAC filters accounting")
Thanks,
On 9/5/25 3:22 PM, Simon Horman wrote:
On Thu, Sep 04, 2025 at 12:43:04AM +0300, [email protected] wrote:
From: Mohammad Heib <[email protected]>
Add a new device generic parameter to controls the maximum
number of MAC filters allowed per VF.
For example, to limit a VF to 3 MAC addresses:
$ devlink dev param set pci/0000:3b:00.0 name max_mac_per_vf \
value 3 \
cmode runtime
Signed-off-by: Mohammad Heib <[email protected]>
Overall this looks good to me, thanks.
Reviewed-by: Simon Horman <[email protected]>
One point: This patch-set applies cleanly to iwl but not net-next.
If it is to be picked up by Tony and go via the iwl tree, then all good
on my side. But if it is targeted at net-next then you'll need to
rebase and repost.
...