Re: [PATCH v3 0/3] net: stmmac: L3/L4 filter bug fixes
From: Maxime Chevallier
Date: Wed Jul 01 2026 - 03:12:29 EST
Hi,
On 6/30/26 13:56, muhammad.nazim.amirul.nazle.asmade@xxxxxxxxxx wrote:
> From: Nazim Amirul <muhammad.nazim.amirul.nazle.asmade@xxxxxxxxxx>
>
> This series fixes three bugs in the stmmac L3/L4 TC flower filter
> implementation for the XGMAC2 core. All three patches target net.
A quick note on that, I noticed all your recent series on stmmac are
missing the tree tag in the subject line. It should be something like
[PATCH net v3 0/3] net: stmmac: L3/L4 filter bug fixes
you can add it when generating patches with :
git format-patch --subject-prefix='PATCH net-next' start..finish
cf https://docs.kernel.org/process/maintainer-netdev.html#indicating-target-tree
You can also use b4 for this.
Thanks,
Maxime