Problem:
Ifconfig showing media as 'Other' only for bnxt interfaces where as for ix1 (Intel 10G NIC) it is showing properly. Output of 'ifconfig bnxt0' with current driver: media: Ethernet **`Other`** (100GBase-CR4 <full-duplex>) Expected result:- media: Ethernet **`100GBase-CR4`** (100GBase-CR4 <full-duplex>)
Workaround details:-
Ifconfig uses ifmr->ifm_current to display 'media type', setting it in driver for now as quick workaround.