Re: [PATCH] net: netcp: fix improper initialization in netcp_ndo_open()

2015-07-20 Thread David Miller
From: Murali Karicheri Date: Thu, 16 Jul 2015 15:32:14 -0400 > The keystone qmss will raise interrupt when packet arrive at the > receive queue. Only control available to avoid interrupt from happening > is to keep the free descriptor queue (FDQ) empty in the receive side. > So the filling of des

[PATCH] net: netcp: fix improper initialization in netcp_ndo_open()

2015-07-16 Thread Murali Karicheri
The keystone qmss will raise interrupt when packet arrive at the receive queue. Only control available to avoid interrupt from happening is to keep the free descriptor queue (FDQ) empty in the receive side. So the filling of descriptors into the FDQ has to happen after request_irq() call is made as