K 10 svn:author V 3 erj K 8 svn:date V 27 2022-10-19T23:25:04.275616Z K 7 svn:log V 837 iflib: Allow drivers to determine which queue to TX on Adds a new function pointer to struct if_txrx in order to allow drivers to set their own function that will determine which queue a packet should be sent on. Since this includes a kernel ABI change, bump the __FreeBSD_version as well. (This motivation behind this is to allow the driver to examine the UP in the VLAN tag and determine which queue to TX on based on that, in support of HW TX traffic shaping.) Signed-off-by: Eric Joyner Reviewed by: kbowling@, stallamr@netapp.com Tested by: jeffrey.e.pieper@intel.com Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D31485 (cherry picked from commit 213e91399b7998554d787bb290109ebe602aa279) Git Hash: 6c717a28505d3e77a0c3780ca1f65eb85b538eb9 Git Author: erj@FreeBSD.org END