Re: em(4) hw setup vs queues

2020-03-04 Thread Martin Pieuchot
On 03/03/20(Tue) 11:37, Martin Pieuchot wrote: > Currently em_hw_init() uses some hardcorded values to configure TX > rings. Diff below convert it to use the value of the first queue. > This is currently a no-op. It makes the code consistent with the > rest of the driver and reduce the size of

Re: em(4) hw setup vs queues

2020-03-03 Thread Hrvoje Popovski
On 3.3.2020. 11:37, Martin Pieuchot wrote: > Currently em_hw_init() uses some hardcorded values to configure TX > rings. Diff below convert it to use the value of the first queue. > This is currently a no-op. It makes the code consistent with the > rest of the driver and reduce the size of

em(4) hw setup vs queues

2020-03-03 Thread Martin Pieuchot
Currently em_hw_init() uses some hardcorded values to configure TX rings. Diff below convert it to use the value of the first queue. This is currently a no-op. It makes the code consistent with the rest of the driver and reduce the size of upcoming diffs. Note that even if a single queue is