netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Pirko <jiri@resnulli.us>
To: sfeldma@gmail.com
Cc: netdev@vger.kernel.org, roopa@cumulusnetworks.com,
	simon.horman@netronome.com
Subject: Re: [PATCH net-next v2 3/5] switchdev: add offload_fwd_mark generator helper
Date: Thu, 16 Jul 2015 10:22:29 +0200	[thread overview]
Message-ID: <20150716082229.GE2145@nanopsycho.orion> (raw)
In-Reply-To: <1437033897-8050-4-git-send-email-sfeldma@gmail.com>

Thu, Jul 16, 2015 at 10:04:55AM CEST, sfeldma@gmail.com wrote:
>From: Scott Feldman <sfeldma@gmail.com>
>
>skb->offload_fwd_mark and dev->offload_fwd_mark are 32-bit and should be
>unique for device and may even be unique for a sub-set of ports within
>device, so add switchdev helper function to generate unique marks based on
>port's switch ID and group_ifindex.  group_ifindex would typically be the
>container dev's ifindex, such as the bridge's ifindex.
>
>The generator uses a global hash table to store offload_fwd_marks hashed by
>{switch ID, group_ifindex} key.
>
>Signed-off-by: Scott Feldman <sfeldma@gmail.com>

Acked-by: Jiri Pirko <jiri@resnulli.us>

  reply	other threads:[~2015-07-16  8:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-16  8:04 [PATCH net-next v2 0/5] switchdev: avoid duplicate packet forwarding sfeldma
2015-07-16  8:04 ` [PATCH net-next v2 1/5] net: don't reforward packets already forwarded by offload device sfeldma
2015-07-16  8:22   ` Jiri Pirko
2015-07-17  3:32   ` roopa
2015-07-17 14:37   ` Nicolas Dichtel
2015-07-17 19:59     ` Scott Feldman
2015-07-16  8:04 ` [PATCH net-next v2 2/5] net: add phys ID compare helper to test if two IDs are the same sfeldma
2015-07-16  8:22   ` Jiri Pirko
2015-07-16  8:04 ` [PATCH net-next v2 3/5] switchdev: add offload_fwd_mark generator helper sfeldma
2015-07-16  8:22   ` Jiri Pirko [this message]
2015-07-16  8:04 ` [PATCH net-next v2 4/5] rocker: add offload_fwd_mark support sfeldma
2015-07-16  8:22   ` Jiri Pirko
2015-07-16  8:04 ` [PATCH net-next v2 5/5] switchdev: update documentation for offload_fwd_mark sfeldma
2015-07-16  8:22   ` Jiri Pirko
2015-07-16  8:23 ` [PATCH net-next v2 0/5] switchdev: avoid duplicate packet forwarding Jiri Pirko
2015-07-16  9:33 ` Simon Horman

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=20150716082229.GE2145@nanopsycho.orion \
    --to=jiri@resnulli.us \
    --cc=netdev@vger.kernel.org \
    --cc=roopa@cumulusnetworks.com \
    --cc=sfeldma@gmail.com \
    --cc=simon.horman@netronome.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).