Re: [PATCH 1/2] drivers: net: xgene: fix: Derive prefetch number from irq

2016-03-09 Thread Mark Rutland
On Tue, Mar 08, 2016 at 09:49:36PM -0800, Iyappan Subramanian wrote: > Prefetch buffer numbers are mapped to hardware irqs. Currently > they are statically assigned to match with firmware irqs. > > If the irq on firmware changes, prefetch buffer number on the driver > also needs to be updated to m

[PATCH 1/2] drivers: net: xgene: fix: Derive prefetch number from irq

2016-03-08 Thread Iyappan Subramanian
Prefetch buffer numbers are mapped to hardware irqs. Currently they are statically assigned to match with firmware irqs. If the irq on firmware changes, prefetch buffer number on the driver also needs to be updated to match with the firmware. This patch removes this static association between fir