All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tobias Waldekranz <tobias@waldekranz.com>
To: Jiri Pirko <jiri@resnulli.us>
Cc: netdev@vger.kernel.org
Subject: Re: Deliver skbs to intermediate interfaces, when using cascaded rx-handlers
Date: Fri, 21 Feb 2014 13:02:44 +0100	[thread overview]
Message-ID: <20140221120244.GB25406@gmail.com> (raw)
In-Reply-To: <20140221113753.GD2870@minipsycho.orion>

On Fri, Feb 21, 2014 at 12:37:53PM +0100, Jiri Pirko wrote:
> Fri, Feb 21, 2014 at 12:12:57PM CET, tobias@waldekranz.com wrote:
> >> What "switch driver" are you reffering to?
> >> 
> >
> >The driver that is in charge of multiplexing packets from the switch
> >chip out to the port interfaces. It registers an rx-handler on eth0
> >and forwards packets to port[1-4] by reading a custom tag (similar to
> >802.1Q) inserted by the switch.
> 
> Allright, but what's the name? I would like to find it and see the code.

There's not really a name :), but I have made the source available on github:

https://github.com/wkz/switchcore

The relevant parts for this discussion should be in sc_main.c.

> 
> >
> >-- 
> >Thanks
> > - wkz

-- 
Thanks
 - wkz

  reply	other threads:[~2014-02-21 12:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-21 10:01 Deliver skbs to intermediate interfaces, when using cascaded rx-handlers Tobias Waldekranz
2014-02-21 10:26 ` Jiri Pirko
2014-02-21 11:12   ` Tobias Waldekranz
2014-02-21 11:37     ` Jiri Pirko
2014-02-21 12:02       ` Tobias Waldekranz [this message]
2014-02-21 13:05         ` Jiri Pirko
2014-02-21 14:31           ` Tobias Waldekranz
2014-02-21 14:48             ` Jiri Pirko
2014-02-21 14:54               ` Tobias Waldekranz
2014-02-21 17:23               ` David Miller
2014-02-24  7:28                 ` Tobias Waldekranz
2014-02-21 17:10 ` Flavio Leitner
2014-02-24  7:22   ` Tobias Waldekranz
2014-02-26 18:18     ` Flavio Leitner

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=20140221120244.GB25406@gmail.com \
    --to=tobias@waldekranz.com \
    --cc=jiri@resnulli.us \
    --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.