From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Figo.zhang" Subject: Re: KS8695: possible NAPI issue Date: Fri, 05 Mar 2010 22:07:57 +0800 Message-ID: <1267798077.2576.17.camel@myhost> References: <4B8D1C02.1010204@softplc.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Dick Hollenbeck , netdev@vger.kernel.org, zealcook@gmail.com To: Yegor Yefremov Return-path: Received: from mail-pz0-f194.google.com ([209.85.222.194]:36791 "EHLO mail-pz0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752516Ab0CEOIH (ORCPT ); Fri, 5 Mar 2010 09:08:07 -0500 Received: by pzk32 with SMTP id 32so1373575pzk.4 for ; Fri, 05 Mar 2010 06:08:05 -0800 (PST) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: > > My tests look like following: > > 1. system start > 2. ping one host: O.K. > 3. nc -l -p 5000 > /var/test (about 1Mb): O.K. > 4. ping the same host: failed 1. type "arp" command, see the arp is exit or expire? 2. at this point, see is it still have RX interrpt and receive packet in ks8695_rx()? (in some watchpoint add printk). > > and even if the fourth test succeeds, if I then send a file from other > host the next ping or any other communication fails. I just tried to > make some SSH sessions. It goes without a problem till I issue a ping > after that. > > If I test the system with nuttcp I have no problem. > > Do you have any idea how to debug this? If I remove the NAPI support I > have no problem with the same kernel and environment. I'd really like > to get the whole stuff working. > > Regards, > Yegor