mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
igc: Want AIM at 2.5G
This should have been commited with bc9402a, need to account for
link_speed of 2500 as well on igc.
MFC after: 6 days
Sponsored by: Rubicon Communications, LLC ("Netgate")
Sponsored by: BBOX.io
This commit is contained in:
parent
a0018c65a7
commit
669d26e576
1 changed files with 1 additions and 1 deletions
|
|
@ -866,7 +866,7 @@ igc_neweitr(struct igc_adapter *sc, struct igc_rx_queue *que,
|
|||
nextlatency = rxr->rx_nextlatency;
|
||||
|
||||
/* Use half default (4K) ITR if sub-gig */
|
||||
if (sc->link_speed != 1000) {
|
||||
if (sc->link_speed < 1000) {
|
||||
neweitr = IGC_INTS_4K;
|
||||
goto igc_set_next_eitr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue