enic: Remove a stray semicolonMFC after: 1 week(cherry picked from commit 75ff90814aec7a68e719d326f8dd0a7e1d0fc66d)
Remove a few more stray __FBSDID usesReviewed by: imp, emasteDifferential Revision: https://reviews.freebsd.org/D41954(cherry picked from commit 16837d353cdde87672d08112610e51e4121c4e50)
enic: Don't restart on VLAN changesIn rS360398, a new iflib device method was added with default of opt outfor VLAN events needing an interface reset.This re-init is unintentional for vmxnet3(4)
enic: Don't restart on VLAN changesIn rS360398, a new iflib device method was added with default of opt outfor VLAN events needing an interface reset.This re-init is unintentional for vmxnet3(4).MFC after: 2 weeksSponsored by: BBOX.ioDifferential Revision: https://reviews.freebsd.org/D41558
show more ...
iflib drivers: Constify PCI ID LUTsSince d49e83eac3baf16a22b1c5d42e8438b68b17e6f9, iflib(9) is readyfor this change.While at it, make isc_driver_version strings (static) const wherenot apparentl
iflib drivers: Constify PCI ID LUTsSince d49e83eac3baf16a22b1c5d42e8438b68b17e6f9, iflib(9) is readyfor this change.While at it, make isc_driver_version strings (static) const wherenot apparently un-const on purpose, too.This reduces the size of the amd64 GENERIC by about 10 KiB.
enic(4): Remove unused dupe prototype
enic: convert to IfAPIPrompted by: jhibbits
enic: Cisco VIC driverThis driver is based of the enic (Cisco VIC) DPDK driver. It providesbasic ethernet functionality. Has been run with various VIC cards todo UEFI PXE boot with NFS root.