Re: rge(4): move tx/rx descriptors into their own structs

2021-03-29 Thread Jonathan Matthew
On Thu, Mar 25, 2021 at 05:21:38PM +0800, Kevin Lo wrote: > Hi, > > The diff below moves tx/rx descriptors into their own structs. > This is a first step toward making rge work with multiple queues and > interrupts. > Only one queue is currently used. > > While here, update the RTL8125B

rge(4): move tx/rx descriptors into their own structs

2021-03-25 Thread Kevin Lo
Hi, The diff below moves tx/rx descriptors into their own structs. This is a first step toward making rge work with multiple queues and interrupts. Only one queue is currently used. While here, update the RTL8125B microcode. Index: sys/dev/pci/if_rge.c