Re: Aw: BUG: Wrong dma queue handling in ixp4 driver

2016-07-22 Thread Krzysztof HaƂasa
Hi Lino, "Lino Sanfilippo" writes: >> maybe I miss something, but the ixp4 ethernet driver seems to handle dma >> pools >> in a wrong way: In init_queues() it creates a dma pool for descriptors and >> then >> only allocates a single descriptor from this pool. The author seems to >> assume t

Aw: BUG: Wrong dma queue handling in ixp4 driver

2016-07-19 Thread Lino Sanfilippo
> Hi, > > maybe I miss something, but the ixp4 ethernet driver seems to handle dma > pools > in a wrong way: In init_queues() it creates a dma pool for descriptors and > then > only allocates a single descriptor from this pool. The author seems to > assume the whole > table has been allocate