CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/24 22:25:55
Modified files:
sys/dev/pci : if_iavf.c
Log message:
bump the ifq maxlen like i just did for ixl(4).
this should enable tx mitigation, and hopefully provide a speed
bump here too.
iavf is a cut up ixl, so it inherited the IFQ_SETMAXLEN 1.
ok jmatthew@
