K 10 svn:author V 9 vmaffione K 8 svn:date V 27 2022-01-27T22:40:42.456757Z K 7 svn:log V 575 net: iflib: let the drivers use isc_capenable Since isc_capenable (private copy of ifp->if_capenable) is now synchronized to if_capenable, use it in the drivers when checking the IFCAP_* bits. This results in better cache usage and avoids indirection through the ifp pointer. PR: 260068 Reviewed by: kbowling, gallatin MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D33156 (cherry picked from commit 52f45d8acee95199159b65a33c94142492c38e41) Git Hash: a61341bf6e51cfc8a1855e9a97391af534da185f Git Author: vmaffione@FreeBSD.org END