On Mon, 7 Apr 2025 09:06:42 +0800 Jijie Shao wrote:
on 2025/4/4 22:58, Jakub Kicinski wrote:Are you talking about source or destination?
On Thu, 3 Apr 2025 21:53:10 +0800 Jijie Shao wrote:No, the address set in .ndo_set_mac_address() is used.
In normal cases, the driver must ensure that the valueI thought "in normal cases" pause frames use 01:80:C2:00:00:01
of rx pause mac addr is the same as the MAC address of
the network port. This ensures that the driver can
receive pause frames whose destination address is
the MAC address of the network port.
as the destination address!?
01:80:C2:00:00:01 is supported by default. No additional configuration is required.
How does the sender learn the receiver's address? Via LLDP?
You need to explain all this much better in the commit message.
It is not "normal" for a switched Ethernet network.