On Fri, May 13, 2016 at 03:46:04PM -0700, Stephen Hurd wrote: > Perform allocation and free()ing of ring information structures for > TX, RX, and completion rings. >
A bit more detail would be useful here. What are the information structures and how are they used? We've already had two previous patches each for RX and TX, which add structures and allocs/frees, so how is this different from them. Would it make sense to merge in this allocation with other allocation patches? [Not saying it would, just asking :-)] /Bruce