netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: shmulik.ladkani@gmail.com
Cc: jhs@mojatatu.com, edumazet@google.com, xiyou.wangcong@gmail.com,
	daniel@iogearbox.net, netdev@vger.kernel.org
Subject: Re: [PATCH v4 net-next 0/4] act_mirred: Ingress actions support
Date: Fri, 14 Oct 2016 10:23:28 -0400 (EDT)	[thread overview]
Message-ID: <20161014.102328.1338324981265661044.davem@davemloft.net> (raw)
In-Reply-To: <1476338804-25440-1-git-send-email-shmulik.ladkani@gmail.com>

From: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Date: Thu, 13 Oct 2016 09:06:40 +0300

> This patch series implements action mirred 'ingress' actions
> TCA_INGRESS_REDIR and TCA_INGRESS_MIRROR.
> 
> This allows attaching filters whose target is to hand matching skbs into
> the rx processing of a specified device.
> 
> v4:
>   in 4/4, check ret code of netif_receive_skb, as suggested by Cong Wang
> v3:
>   in 4/4, addressed non coherency due to reading m->tcfm_eaction multiple
>   times, as spotted by Eric Dumazet
> v2:
>   in 1/4, declare tcfm_mac_header_xmit as bool instead of int

Series applied, thanks.

      parent reply	other threads:[~2016-10-14 14:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-13  6:06 [PATCH v4 net-next 0/4] act_mirred: Ingress actions support Shmulik Ladkani
2016-10-13  6:06 ` [PATCH v4 net-next 1/4] net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make it a bool Shmulik Ladkani
2016-10-13 11:55   ` Jamal Hadi Salim
2016-10-13  6:06 ` [PATCH v4 net-next 2/4] net/sched: act_mirred: Refactor detection whether dev needs xmit at mac header Shmulik Ladkani
2016-10-13 11:56   ` Jamal Hadi Salim
2016-10-13  6:06 ` [PATCH v4 net-next 3/4] net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and 'is_tcf_mirred_mirror' Shmulik Ladkani
2016-10-13 11:57   ` Jamal Hadi Salim
2016-10-13  6:06 ` [PATCH v4 net-next 4/4] net/sched: act_mirred: Implement ingress actions Shmulik Ladkani
2016-10-13 11:58   ` Jamal Hadi Salim
2016-10-14  4:24 ` [PATCH v4 net-next 0/4] act_mirred: Ingress actions support Cong Wang
2016-10-14 14:23 ` 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=20161014.102328.1338324981265661044.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=daniel@iogearbox.net \
    --cc=edumazet@google.com \
    --cc=jhs@mojatatu.com \
    --cc=netdev@vger.kernel.org \
    --cc=shmulik.ladkani@gmail.com \
    --cc=xiyou.wangcong@gmail.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).