All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Hartkopp <socketcan@hartkopp.net>
To: David Miller <davem@davemloft.net>
Cc: tomoya-linux@dsn.okisemi.com, netdev@vger.kernel.org,
	Marc Kleine-Budde <mkl@pengutronix.de>,
	Wolfgang Grandegger <wg@grandegger.com>
Subject: Re: [PATCH net-next-2.6 v9 20/20] pch_can: Replace netif_rx to	netif_receive_skb
Date: Mon, 13 Dec 2010 22:51:32 +0100	[thread overview]
Message-ID: <4D069564.8070204@hartkopp.net> (raw)
In-Reply-To: <20101213.122826.27813399.davem@davemloft.net>

On 13.12.2010 21:28, David Miller wrote:
> From: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
> Date: Mon, 13 Dec 2010 15:24:26 +0900
> 
>> Since this driver is implemented as NAPI,
>> netif_receive_skb must be used not netif_rx.
>>
>> Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
>> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
> 
> Applied.

Do you plan to push this huge patchset to Linus' 2.6.37-rc5 tree?

I wonder if the pch_can driver in linux-2.6 tree is already usable without
these latest patches that have been applied only to net-next-2.6.

Regards,
Oliver



  reply	other threads:[~2010-12-13 21:51 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-13  6:24 [PATCH net-next-2.6 v9 01/20] pch_can: Add flow control processing Tomoya MORINAGA
2010-12-13  6:24 ` Tomoya MORINAGA
2010-12-13  6:24 ` [PATCH net-next-2.6 v9 02/20] pch_can: Divide poll function Tomoya MORINAGA
2010-12-13  6:24   ` Tomoya MORINAGA
2010-12-13  6:24   ` [PATCH net-next-2.6 v9 03/20] pch_can: Fix endianness issue Tomoya MORINAGA
2010-12-13  6:24     ` Tomoya MORINAGA
2010-12-13  6:24     ` [PATCH net-next-2.6 v9 04/20] pch_can: Improve rx processing Tomoya MORINAGA
2010-12-13  6:24       ` Tomoya MORINAGA
2010-12-13  6:24       ` [PATCH net-next-2.6 v9 05/20] pch_can: Fix warnings Tomoya MORINAGA
2010-12-13  6:24         ` Tomoya MORINAGA
2010-12-13  6:24         ` [PATCH net-next-2.6 v9 06/20] pch_can: Rename function/macro name Tomoya MORINAGA
2010-12-13  6:24           ` Tomoya MORINAGA
2010-12-13  6:24           ` [PATCH net-next-2.6 v9 07/20] pch_can: Change functions type Tomoya MORINAGA
2010-12-13  6:24             ` Tomoya MORINAGA
2010-12-13  6:24             ` [PATCH net-next-2.6 v9 08/20] pch_can: Reduce register access Tomoya MORINAGA
2010-12-13  6:24               ` Tomoya MORINAGA
2010-12-13  6:24               ` [PATCH net-next-2.6 v9 09/20] pch_can: Change Copyright and module description Tomoya MORINAGA
2010-12-13  6:24                 ` Tomoya MORINAGA
2010-12-13  6:24                 ` [PATCH net-next-2.6 v9 10/20] pch_can: Replace netdev_dbg instead of dev_dbg partly Tomoya MORINAGA
2010-12-13  6:24                   ` Tomoya MORINAGA
2010-12-13  6:24                   ` [PATCH net-next-2.6 v9 11/20] pch_can: Fix coding rule violation Tomoya MORINAGA
2010-12-13  6:24                     ` Tomoya MORINAGA
2010-12-13  6:24                     ` [PATCH net-next-2.6 v9 12/20] pch_can: Delete unnecessary/redundant code Tomoya MORINAGA
2010-12-13  6:24                       ` Tomoya MORINAGA
2010-12-13  6:24                       ` [PATCH net-next-2.6 v9 13/20] pch_can: Fix bit timing calculation issue Tomoya MORINAGA
2010-12-13  6:24                         ` Tomoya MORINAGA
2010-12-13  6:24                         ` [PATCH net-next-2.6 v9 14/20] pch_can: Fix miss-setting status issue Tomoya MORINAGA
2010-12-13  6:24                           ` Tomoya MORINAGA
2010-12-13  6:24                           ` [PATCH net-next-2.6 v9 15/20] pch_can: Comment optimization Tomoya MORINAGA
2010-12-13  6:24                             ` Tomoya MORINAGA
2010-12-13  6:24                             ` [PATCH net-next-2.6 v9 16/20] pch_can: Move MSI processing to probe/remove processing Tomoya MORINAGA
2010-12-13  6:24                               ` Tomoya MORINAGA
2010-12-13  6:24                               ` [PATCH net-next-2.6 v9 17/20] pch_can: Fix incorrect return processing Tomoya MORINAGA
2010-12-13  6:24                                 ` Tomoya MORINAGA
2010-12-13  6:24                                 ` [PATCH net-next-2.6 v9 18/20] pch_can: Optimize "if" condition in rx/tx processing Tomoya MORINAGA
2010-12-13  6:24                                   ` Tomoya MORINAGA
2010-12-13  6:24                                   ` [PATCH net-next-2.6 v9 19/20] pch_can: Add setting TEC/REC statistics processing Tomoya MORINAGA
2010-12-13  6:24                                     ` Tomoya MORINAGA
2010-12-13  6:24                                     ` [PATCH net-next-2.6 v9 20/20] pch_can: Replace netif_rx to netif_receive_skb Tomoya MORINAGA
2010-12-13  6:24                                       ` Tomoya MORINAGA
2010-12-13 20:28                                       ` David Miller
2010-12-13 20:28                                         ` David Miller
2010-12-13 21:51                                         ` Oliver Hartkopp [this message]
2010-12-14  3:45                                           ` David Miller
2010-12-14  2:16                                         ` Tomoya MORINAGA
2010-12-14  2:16                                           ` Tomoya MORINAGA
2010-12-13 20:28                                     ` [PATCH net-next-2.6 v9 19/20] pch_can: Add setting TEC/REC statistics processing David Miller
2010-12-13 20:28                                       ` David Miller
2010-12-13 20:28                                   ` [PATCH net-next-2.6 v9 18/20] pch_can: Optimize "if" condition in rx/tx processing David Miller
2010-12-13 20:28                                     ` David Miller
2010-12-13 20:28                                 ` [PATCH net-next-2.6 v9 17/20] pch_can: Fix incorrect return processing David Miller
2010-12-13 20:28                                   ` David Miller
2010-12-13 20:27                               ` [PATCH net-next-2.6 v9 16/20] pch_can: Move MSI processing to probe/remove processing David Miller
2010-12-13 20:27                                 ` David Miller
2010-12-13 20:27                             ` [PATCH net-next-2.6 v9 15/20] pch_can: Comment optimization David Miller
2010-12-13 20:27                               ` David Miller
2010-12-13 20:27                           ` [PATCH net-next-2.6 v9 14/20] pch_can: Fix miss-setting status issue David Miller
2010-12-13 20:27                             ` David Miller
2010-12-13 20:27                         ` [PATCH net-next-2.6 v9 13/20] pch_can: Fix bit timing calculation issue David Miller
2010-12-13 20:27                           ` David Miller
2010-12-13 20:27                       ` [PATCH net-next-2.6 v9 12/20] pch_can: Delete unnecessary/redundant code David Miller
2010-12-13 20:27                         ` David Miller
2010-12-13 20:27                     ` [PATCH net-next-2.6 v9 11/20] pch_can: Fix coding rule violation David Miller
2010-12-13 20:27                       ` David Miller
2010-12-13 20:27                   ` [PATCH net-next-2.6 v9 10/20] pch_can: Replace netdev_dbg instead of dev_dbg partly David Miller
2010-12-13 20:27                     ` David Miller
2010-12-13 20:27                 ` [PATCH net-next-2.6 v9 09/20] pch_can: Change Copyright and module description David Miller
2010-12-13 20:27                   ` David Miller
2010-12-13 20:27               ` [PATCH net-next-2.6 v9 08/20] pch_can: Reduce register access David Miller
2010-12-13 20:27                 ` David Miller
2010-12-13 20:26             ` [PATCH net-next-2.6 v9 07/20] pch_can: Change functions type David Miller
2010-12-13 20:26               ` David Miller
2010-12-13 20:26           ` [PATCH net-next-2.6 v9 06/20] pch_can: Rename function/macro name David Miller
2010-12-13 20:26             ` David Miller
2010-12-13 20:26         ` [PATCH net-next-2.6 v9 05/20] pch_can: Fix warnings David Miller
2010-12-13 20:26           ` David Miller
2010-12-13 20:26       ` [PATCH net-next-2.6 v9 04/20] pch_can: Improve rx processing David Miller
2010-12-13 20:26         ` David Miller
2010-12-13 20:26     ` [PATCH net-next-2.6 v9 03/20] pch_can: Fix endianness issue David Miller
2010-12-13 20:26       ` David Miller
2010-12-13 20:26   ` [PATCH net-next-2.6 v9 02/20] pch_can: Divide poll function David Miller
2010-12-13 20:26     ` David Miller
2010-12-13 20:26 ` [PATCH net-next-2.6 v9 01/20] pch_can: Add flow control processing David Miller
2010-12-13 20:26   ` 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=4D069564.8070204@hartkopp.net \
    --to=socketcan@hartkopp.net \
    --cc=davem@davemloft.net \
    --cc=mkl@pengutronix.de \
    --cc=netdev@vger.kernel.org \
    --cc=tomoya-linux@dsn.okisemi.com \
    --cc=wg@grandegger.com \
    /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.