netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: hadarh@mellanox.com
Cc: netdev@vger.kernel.org, saeedm@mellanox.com, jiri@mellanox.com,
	amirva@mellanox.com, ogerlitz@mellanox.com, roid@mellanox.com
Subject: Re: [PATCH net-next V2 0/8] Offloading tc rules using underline Hardware device
Date: Fri, 02 Dec 2016 13:29:45 -0500 (EST)	[thread overview]
Message-ID: <20161202.132945.1367454131310851397.davem@davemloft.net> (raw)
In-Reply-To: <1480594000-8428-1-git-send-email-hadarh@mellanox.com>

From: Hadar Hen Zion <hadarh@mellanox.com>
Date: Thu,  1 Dec 2016 14:06:32 +0200

> This series adds flower classifier support in offloading tc rules when the
> Software ingress device is different from the Hardware ingress device, 
> such as when dealing with IP tunnels  
> 
> The first two patches are a small fixes to flower, checking the skip_hw flag
> wasn't set before calling the Hardware offloading functions which will try to
> offload the rule.
> 
> The next two patches are infrastructure patches, a preparation for the fourth
> patch which is adding support in flower to offload rules when the ingress
> device is not a Hardware device and therefore can't offload.
> In this case ndo_setup_tc is called with the mirred (egress) device.
> 
> The last three patchs are adding mlx5e support to offload rules using the new
> "egress_device" flag.
 ...
> Changes from v0:
> - check if CONFIG_NET_CLS_ACT is defined befor calling tc_action_ops get_dev()

Series applied, thanks.

      parent reply	other threads:[~2016-12-02 18:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-01 12:06 [PATCH net-next V2 0/8] Offloading tc rules using underline Hardware device Hadar Hen Zion
2016-12-01 12:06 ` [PATCH net-next V2 1/8] net/sched: Add separate check for skip_hw flag Hadar Hen Zion
2016-12-01 12:06 ` [PATCH net-next V2 2/8] net/sched: cls_flower: Try to offload only if skip_hw flag isn't set Hadar Hen Zion
2016-12-01 12:06 ` [PATCH net-next V2 3/8] net/sched: cls_flower: Provide a filter to replace/destroy hardware filter functions Hadar Hen Zion
2016-12-01 12:06 ` [PATCH net-next V2 4/8] net/sched: act_mirred: Add new tc_action_ops get_dev() Hadar Hen Zion
2016-12-01 12:06 ` [PATCH net-next V2 5/8] net/sched: cls_flower: Add offload support using egress Hardware device Hadar Hen Zion
2016-12-01 12:06 ` [PATCH net-next V2 6/8] net/mlx5e: Bring back representor's ndos that were accidentally removed Hadar Hen Zion
2016-12-01 12:06 ` [PATCH net-next V2 7/8] net/mlx5e: Save the represntor netdevice as part of the representor Hadar Hen Zion
2016-12-01 12:06 ` [PATCH net-next V2 8/8] net/mlx5e: Support adding ingress tc rule when egress device flag is set Hadar Hen Zion
2016-12-02 18:29 ` David Miller [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=20161202.132945.1367454131310851397.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=amirva@mellanox.com \
    --cc=hadarh@mellanox.com \
    --cc=jiri@mellanox.com \
    --cc=netdev@vger.kernel.org \
    --cc=ogerlitz@mellanox.com \
    --cc=roid@mellanox.com \
    --cc=saeedm@mellanox.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).