CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/05/31 22:31:08
Modified files: sys/dev/fdt : if_mvneta.c if_mvnetareg.h Log message: rework the rx ring processing. this is another big step toward making the code mpsafe, and makes a bunch of ring operations such as dmamap syncs and register updates get done once for the ring rather than for every packet.