All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonas Jensen <jonas.jensen@gmail.com>
To: netdev@vger.kernel.org
Cc: devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, arm@kernel.org,
	Jonas Jensen <jonas.jensen@gmail.com>
Subject: Re: [PATCH] net: Add MOXA ART SoCs ethernet driver
Date: Sat, 20 Jul 2013 12:55:36 +0200	[thread overview]
Message-ID: <CACmBeS0ztqKWJ1uLKhb2EZdexspTq5t0uHZfPotHiAPHfkftoA@mail.gmail.com> (raw)
In-Reply-To: <1374140806-12485-1-git-send-email-jonas.jensen@gmail.com>

I think this driver may have a bug.

After some time running ping successfully, the message "no TX space
for packet" is printed resulting in 100% packet loss.

The message is printed from .ndo_start_xmit and I think it may be
because of how priv->tx_desc_now is now set up in
moxart_mac_setup_desc_ring.

I will take a look at this and try to fix the issue.

Best regards,
Jonas

WARNING: multiple messages have this Message-ID (diff)
From: jonas.jensen@gmail.com (Jonas Jensen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] net: Add MOXA ART SoCs ethernet driver
Date: Sat, 20 Jul 2013 12:55:36 +0200	[thread overview]
Message-ID: <CACmBeS0ztqKWJ1uLKhb2EZdexspTq5t0uHZfPotHiAPHfkftoA@mail.gmail.com> (raw)
In-Reply-To: <1374140806-12485-1-git-send-email-jonas.jensen@gmail.com>

I think this driver may have a bug.

After some time running ping successfully, the message "no TX space
for packet" is printed resulting in 100% packet loss.

The message is printed from .ndo_start_xmit and I think it may be
because of how priv->tx_desc_now is now set up in
moxart_mac_setup_desc_ring.

I will take a look at this and try to fix the issue.

Best regards,
Jonas

  reply	other threads:[~2013-07-20 10:55 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-18  9:46 [PATCH] net: Add MOXA ART SoCs ethernet driver Jonas Jensen
2013-07-18  9:46 ` Jonas Jensen
2013-07-20 10:55 ` Jonas Jensen [this message]
2013-07-20 10:55   ` Jonas Jensen
2013-07-22 11:09 ` Florian Fainelli
2013-07-22 11:09   ` Florian Fainelli
2013-07-22 11:09   ` Florian Fainelli
2013-07-26 13:12   ` Jonas Jensen
2013-07-26 13:12     ` Jonas Jensen
2013-07-26 13:12     ` Jonas Jensen
2013-07-26 12:48 ` [PATCH v2] " Jonas Jensen
2013-07-26 12:48   ` Jonas Jensen
2013-07-30 23:24   ` David Miller
2013-07-30 23:24     ` David Miller
2013-07-31 14:20   ` [PATCH v3] " Jonas Jensen
2013-07-31 14:20     ` Jonas Jensen
2013-07-31 18:56     ` Joe Perches
2013-07-31 18:56       ` Joe Perches
2013-08-01  0:04       ` David Miller
2013-08-01  0:04         ` David Miller
2013-08-01  9:39     ` [PATCH v4] " Jonas Jensen
2013-08-01  9:39       ` Jonas Jensen
2013-08-01 22:51       ` David Miller
2013-08-01 22:51         ` David Miller
2013-08-01 22:51         ` David Miller
2013-08-02 10:04       ` Mark Rutland
2013-08-02 10:04         ` Mark Rutland
2013-08-02 10:04         ` Mark Rutland
2013-08-02 10:23         ` Florian Fainelli
2013-08-02 10:23           ` Florian Fainelli
2013-08-02 10:23           ` Florian Fainelli
2013-08-08 11:34       ` [PATCH v5] " Jonas Jensen
2013-08-08 11:34         ` Jonas Jensen
2013-08-12  4:38         ` David Miller
2013-08-12  4:38           ` David Miller

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=CACmBeS0ztqKWJ1uLKhb2EZdexspTq5t0uHZfPotHiAPHfkftoA@mail.gmail.com \
    --to=jonas.jensen@gmail.com \
    --cc=arm@kernel.org \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@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.