All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Huber <ghuber@vanteon.com>
To: linux-kernel@vger.kernel.org
Subject: Assistance debugging a Micrel network driver
Date: Fri, 29 Jun 2007 11:39:14 -0400	[thread overview]
Message-ID: <468527A2.40909@vanteon.com> (raw)

Hello,
I hope this is the right place to request some assistance, my apologizes 
if its not.

I'm currently developing a network driver for a new controller chip. The 
driver is mostly complete and appears to be working,
with the exception that messages received and sent up the stack appear 
to get dropped by a higher layer. Specifically we
are seeing ARP "who is" requests go out, and the response come back 
(only 2 nodes on this network), the skb is configured
and the frame is sent up with netif_rx (we haven't started supporting 
NAPI yet). The response seems to get dropped somewhere
as another ARP "who is" request is sent. I am using the 2.6.21.5 kernel 
(compilied with network debugging turned on) and we
have also tested with the 2.6.17 kernel, all acted the same.

The upper layers obviously work so I'm sure it's something in my driver.

I have turned on as much debugging in the kernel as I could find, but I 
get no messages. Could someone please let me know if
there is additional debugging I should consider or if there is a dynamic 
way to turn on debugging in L2 and/or L3.

Additionally, if anyone has any idea what might be happening, I would 
greatly appreciate any information.

Thank You

Greg

-- 

Greg Huber
Principal Engineer
Vanteon Corporation
255 Woodcliff Drive, Suite 200
Fairport, NY 14450
Office: (585) 419-9564
Fax: (585) 248-0537
www.vanteon.com <http://www.vanteon.com>  - Embedded for Your Future


             reply	other threads:[~2007-06-29 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-29 15:39 Greg Huber [this message]
2007-06-29 16:02 ` Assistance debugging a Micrel network driver Jesper Juhl
2007-06-29 17:20 ` Andi Kleen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=468527A2.40909@vanteon.com \
    --to=ghuber@vanteon.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.