Hello there, I am facing an issue with a Broadcom NIC (specs here https://www.broadcom.com/products/ethernet-connectivity/controllers/bcm57416/#specifications).
After some troubleshooting, I am not able to resolve listen ARP request from my connected switch. The NIC has negociated 10G with auto neg enabled on the switch. The switch is able to see mac address on the port where the BCM NIC is connected to. The switch can see ARP request going though him from the NIC. But, my OBSD cannot receive packets. I checked with a tcpdump -i bnxt0, and I see that I am sending ARP requests, but not receiving any response. A arp -a shows an incomplete mac address. "dmesg | grep bn" output is : bnxt0 at pci6 dev 0 function 0 "Broadcom BCM57416" rev 0x01: fw ver 20.8.163, apic 10 int 2, address 01:23:45:67:89 bnxt1 at pci6 dev 0 function 0 "Broadcom BCM57416" rev 0x01: fw ver 20.8.163, apic 10 int 5, address 01:23:45:67:8a bnxt0 at pci6 dev 0 function 0 "Broadcom BCM57416" rev 0x01: fw ver 20.8.163, apic 10 int 2, address 01:23:45:67:89 bnxt1 at pci6 dev 0 function 0 "Broadcom BCM57416" rev 0x01: fw ver 20.8.163, apic 10 int 5, address 01:23:45:67:8a Does anyone is using this NIC? Can you help me on this? Thanks Luthing -- Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-dev-tech-f151936.html
