netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Sushma Sitaram <sushma.sitaram@intel.com>
Cc: netdev@vger.kernel.org, john.r.fastabend@intel.com
Subject: Re: [PATCH] tc: f_u32: Fill in 'linkid' provided by user
Date: Sun, 9 Oct 2016 18:58:20 -0700	[thread overview]
Message-ID: <20161009185820.2c23efef@xeon-e3> (raw)
In-Reply-To: <20160928183016.23280.39364.stgit@localhost.localdomain>

On Wed, 28 Sep 2016 11:30:16 -0700
Sushma Sitaram <sushma.sitaram@intel.com> wrote:

> Currently, 'linkid' input by the user is parsed but 'handle' is appended to the netlink message.
> 
> # tc filter add dev enp1s0f1 protocol ip parent ffff: prio 99 u32 ht 800: \
> 	order 1 link 1: offset at 0 mask 0f00 shift 6 plus 0 eat match ip \
> 	protocol 6 ff
> 
> resulted in:
> filter protocol ip pref 99 u32 fh 800::1 order 1 key ht 800 bkt 0
>   match 00060000/00ff0000 at 8
>     offset 0f00>>6 at 0  eat
> 
> This patch results in:
> filter protocol ip pref 99 u32 fh 800::1 order 1 key ht 800 bkt 0 link 1:
>   match 00060000/00ff0000 at 8
>     offset 0f00>>6 at 0  eat
> 
> 
> Signed-off-by Sushma Sitaram: Sushma Sitaram <sushma.sitaram@intel.com>

Applied (for 4.8).

      reply	other threads:[~2016-10-10  1:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-28 18:30 [PATCH] tc: f_u32: Fill in 'linkid' provided by user Sushma Sitaram
2016-10-10  1:58 ` Stephen Hemminger [this message]

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=20161009185820.2c23efef@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=john.r.fastabend@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=sushma.sitaram@intel.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).