All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
To: Rostislav Lisovy <lisovy@gmail.com>
Cc: linux-can@vger.kernel.org, pisa@cmp.felk.cvut.cz, sojkam1@fel.cvut.cz
Subject: Re: [PATCH 2/2] net/sched: CAN Filter/Classifier
Date: Mon, 04 Jun 2012 09:14:39 +0200	[thread overview]
Message-ID: <4FCC605F.5090103@volkswagen.de> (raw)
In-Reply-To: <1337937157-7680-2-git-send-email-lisovy@gmail.com>

Hello Rostislav,

the merge window is closed and net-next is now open.

Please re-spin you patches based on the can-next tree

https://gitorious.org/linux-can/linux-can-next

so that Marc can include the code once it is reviewed.

As the Linux Advanced Routing & Traffic Control guys changed their mailing 
list and other setups e.g. to members only ML ( see http://lartc.org ) you 
should probably send your patch series to lartc@vger.kernel.org and put 
linux-can@vger.kernel.org in CC.

Once we got feedback from the LARTC guys (or if they do not react within a 
week or so), it's time to post the entire series on netdev@vger.kernel.org 
(with linux-can and lartc in CC).

Best regards,
Oliver


On 25.05.2012 11:12, Rostislav Lisovy wrote:
> The CAN classifier may be used with any available qdisc on Controller
> Area Network (CAN) frames passed through AF_CAN networking subsystem.
> The classifier classifies CAN frames according to their identifiers.
> It can be used on CAN frames with both SFF or EFF identifiers.
>
> The filtering rules for EFF frames are stored in an array, which
> is traversed during classification. A bitmap is used to store SFF
> rules -- one bit for each ID.
>
> More info about the project:
> http://rtime.felk.cvut.cz/can/socketcan-qdisc-final.pdf
>
> Signed-off-by: Rostislav Lisovy<lisovy@gmail.com>
> ---
>   net/sched/Kconfig   |   10 +
>   net/sched/Makefile  |    1 +
>   net/sched/cls_can.c |  571 +++++++++++++++++++++++++++++++++++++++++++++++++++
>   3 files changed, 582 insertions(+)
>   create mode 100644 net/sched/cls_can.c
>

  reply	other threads:[~2012-06-04  7:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-25  9:12 [PATCH 1/2] can: Added constants containing length of CAN identifiers Rostislav Lisovy
2012-05-25  9:12 ` [PATCH 2/2] net/sched: CAN Filter/Classifier Rostislav Lisovy
2012-06-04  7:14   ` Oliver Hartkopp [this message]
2012-06-04  7:44     ` Marc Kleine-Budde
2012-06-04  7:49       ` Marc Kleine-Budde
2012-06-04  8:02         ` Oliver Hartkopp
2012-06-04  8:04           ` Marc Kleine-Budde
2012-05-25  9:22 ` [PATCH 1/2] can: Added constants containing length of CAN identifiers David Miller
2012-05-25 10:44   ` Rostislav Lisovy
  -- strict thread matches above, loose matches on Subject: below --
2012-06-04 16:09 [PATCH 1/2] can: Add " Rostislav Lisovy
2012-06-04 16:09 ` [PATCH 2/2] net/sched: CAN Filter/Classifier Rostislav Lisovy
2012-06-05  8:09   ` Eric Dumazet
2012-06-07  9:53     ` Rostislav Lisovy

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=4FCC605F.5090103@volkswagen.de \
    --to=oliver.hartkopp@volkswagen.de \
    --cc=linux-can@vger.kernel.org \
    --cc=lisovy@gmail.com \
    --cc=pisa@cmp.felk.cvut.cz \
    --cc=sojkam1@fel.cvut.cz \
    /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.