On Wed, 2017-04-12 at 10:19 -0400, David Miller wrote: > > > v2 Fixes patch 1/10 (NETIF_F_HW_CSUM conversion) > > > > The next (and last) batch will add a few more "features" such > > as netpoll, multicast/promist, vlan offload... > > > > Series applied, thanks Benjamin. > > I really like how you use the reset task to implement ring resizing.
Thanks :-) I didn't see the point of doing it synchronously as it's not "urgent" and this keeps the code a lot simpler. Cheers, Ben.