Re: [PATCH v4 net-next 0/4] act_mirred: Ingress actions support

2016-10-14 Thread David Miller
From: Shmulik Ladkani 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:

Re: [PATCH v4 net-next 0/4] act_mirred: Ingress actions support

2016-10-13 Thread Cong Wang
On Wed, Oct 12, 2016 at 11:06 PM, Shmulik Ladkani wrote: > 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

[PATCH v4 net-next 0/4] act_mirred: Ingress actions support

2016-10-12 Thread Shmulik Ladkani
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: