On Mon, Nov 18, 2019 at 07:08:33AM +1000, Jonathan Matthew wrote: > > On Fri, Nov 15, 2019 at 03:44:24PM +0800, Kevin Lo wrote: > > Hi, > > > > The following diff adds support for Realtek RTL8125 chip. > > Tested with Syba SD-PEX24065. > > > > Test reports and OKs are welcome. > > I don't have hardware to test with, but I've read through this and it looks > good to me. One thing I'd suggest is using if_rxring to manage the number of > filled slots on the rx ring rather than always keeping it full. dwge(4) is a > good example of how to use it.
Thanks for the review and suggestions. I'll switch to use the interface receive ring API. Regards, Kevin