Re: [patch iproute2/net-next] tc: add support for TRAP action

2017-06-08 Thread Jiri Pirko
Thu, Jun 08, 2017 at 07:26:12PM CEST, jb...@redhat.com wrote: >On Mon, 5 Jun 2017 16:39:45 +0200, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Signed-off-by: Jiri Pirko >> --- >> include/linux/pkt_cls.h | 5 + >> tc/tc_util.c| 3 +++ >> 2

Re: [patch iproute2/net-next] tc: add support for TRAP action

2017-06-08 Thread Stephen Hemminger
On Mon, 5 Jun 2017 16:39:45 +0200 Jiri Pirko wrote: > From: Jiri Pirko > > Signed-off-by: Jiri Pirko Applied to net-next

Re: [patch iproute2/net-next] tc: add support for TRAP action

2017-06-08 Thread Jiri Benc
On Mon, 5 Jun 2017 16:39:45 +0200, Jiri Pirko wrote: > From: Jiri Pirko > > Signed-off-by: Jiri Pirko > --- > include/linux/pkt_cls.h | 5 + > tc/tc_util.c| 3 +++ > 2 files changed, 8 insertions(+) No documentation again. Please add the

Re: [patch iproute2/net-next] tc: add support for TRAP action

2017-06-08 Thread Jiri Pirko
Mon, Jun 05, 2017 at 04:39:45PM CEST, j...@resnulli.us wrote: >From: Jiri Pirko > >Signed-off-by: Jiri Pirko Stephen, note that the kernel part was accepted in v2. Thanks. >--- > include/linux/pkt_cls.h | 5 + > tc/tc_util.c| 3 +++ > 2

[patch iproute2/net-next] tc: add support for TRAP action

2017-06-05 Thread Jiri Pirko
From: Jiri Pirko Signed-off-by: Jiri Pirko --- include/linux/pkt_cls.h | 5 + tc/tc_util.c| 3 +++ 2 files changed, 8 insertions(+) diff --git a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h index c6e8cf5..477ed05 100644 ---