On Mon, Jan 05, 2026 at 01:00:54PM +0000, Bruce Richardson wrote: > On Mon, Jan 05, 2026 at 01:48:22PM +0100, Morten Brørup wrote: > > > From: Mandal, Anurag [mailto:[email protected]] > > > Sent: Monday, 5 January 2026 12.31 > > > > > > > VRRP advertisement packets are dropped as TX-errors upon transmission > > > > from a vsi of ice PF due to MAC anti-spoof check, which is enabled by > > > default. > > > > There is no way to disable this security check in the Tx direction to > > > avoid these > > > > packets being dropped. > > > > > > > > This patch introduces devargs "mac-anti-spoof" to allow user to > > > disable MAC > > > > anti-spoof check. Disable MAC Anti-spoof check in the Tx direction to > > > send > > > > outgoing packets even when their destination MAC address matches one > > > of > > > > the MAC addresses assigned to that same NIC port and avoid getting > > > dropped > > > > as TX-errors. > > > > > > > > Signed-off-by: Anurag Mandal <[email protected]> > > > > ---
Hi Anurag, can you please do a respin of this patch with the few things highlighted previously fixed? Specifically: * Remove "disable" from the doc headline for the option * Add a log message about it being enabled - though I disagree about it being a "warning" - I think "info" level is probably sufficient. * Put the log message about anti-spoof and source-prune on a single line so it can be found using "grep". Thanks, /Bruce

