CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/25 00:41:38
Modified files:
sys/dev/pci : if_ixl.c files.pci
Log message:
add rss/toeplitz support for 710 chips.
this basically distributes incoming packets over the rx rings, where
without this they would all land on ring 0.
note that the 722 stuff is stubbed out at the moment. i don't have
an x722 to test with, so it's hard to get motivated to write the
code for it.
this is based on stuff supplied by christiano haesbaert.
