CALL FOR TEST axgbe promisc mode

From: Zhenlei Huang <zlei_at_FreeBSD.org>
Date: Tue, 01 Oct 2024 00:47:35 UTC
Hi,

I have a simple patch [1] to fix setting PROMISC mode for driver axgbe. I do not have that hardware, so can not runtime verify the fix. I'd appreciate if someone could have a test for it.

The test plan is simple, either of the following should suffice:

 • Do traffic sniffing on axgbe interface. The interface will enter promisc mode and should see packets not for us.
 • Create if_bridge(4) and bring axgbe interface a member. Make traffic over if_bridge.


1. https://reviews.freebsd.org/D46794 ( axgbe: Fix setting promisc mode )

Best regards,
Zhenlei