CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2020/07/13 04:40:03
Modified files: sys/dev/pci : if_mcx.c Log message: More preparations for adding RSS. Adjust several functions to allow for the creation of more flow tables and TIRs, and more types of flow entries and TIRs, consolidate flow group details into a single struct, and improve the way doorbells in host memory are laid out. The doorbell memory area is divided into halves for CQs and SQ/RQs, with the doorbells for each CQ and SQ/RQ pair kept 64 bytes apart. This arrangement will allow for up to 32 queues, which is plenty for now. ok dlg@