On Thu, Apr 27, 2006 at 06:10:23PM +0530, [EMAIL PROTECTED] wrote: > Hi Milind, > > It's an update from my side. > > >From my observations, it is found that the netpoll function which I have > implemented in the cpmac driver is not being called by the kernel. > > The kernel is waiting since I have given reference to my poll_controller > function via the net_device structure; but the function is not being > called. > > See the following code, > > struct net_device *netdev; > netdev -> poll_controller = cpmac_netpoll; > > Do I have to explicitly call this function from anywhere else? I mean, > from some kgdb related files?
Nope, it should work, if your netpoll support is working. Can you try using netconsole on your board and see if that works, as a basic test of your netpoll code? -- Tom Rini http://gate.crashing.org/~trini/ ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
