All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/2] Add support for tc cookies
@ 2017-01-17 11:11 Jamal Hadi Salim
  2017-01-17 11:11 ` [PATCH net-next v4 1/2] net sched actions: Add support for user cookies Jamal Hadi Salim
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Jamal Hadi Salim @ 2017-01-17 11:11 UTC (permalink / raw)
  To: davem
  Cc: netdev, jiri, paulb, john.fastabend, simon.horman, mrv, hadarh,
	ogerlitz, roid, xiyou.wangcong, daniel, Jamal Hadi Salim

From: Jamal Hadi Salim <jhs@mojatatu.com>

Changes in v4:
 - move stylistic changes out into a separate patch
   (and add more stylistic changes)

Changes in v3:
 - use TC_ prefix for the max size
 - move the cookie struct so visible only to kernel
 - remove unneeded void * cast

Changes in V2:
 -move from a union to a length-value representation

Jamal Hadi Salim (2):
  net sched actions: Add support for user cookies
  net sched: Trivial whitespace and stylistic changes

 include/net/act_api.h        |  8 ++++---
 include/net/pkt_cls.h        | 53 ++++++++++++++++++++++----------------------
 include/uapi/linux/pkt_cls.h |  3 +++
 net/sched/act_api.c          | 45 +++++++++++++++++++++++++++----------
 4 files changed, 67 insertions(+), 42 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2017-01-18 12:13 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-17 11:11 [PATCH net-next v4 0/2] Add support for tc cookies Jamal Hadi Salim
2017-01-17 11:11 ` [PATCH net-next v4 1/2] net sched actions: Add support for user cookies Jamal Hadi Salim
2017-01-17 12:03   ` Jiri Pirko
2017-01-17 14:16   ` Daniel Borkmann
2017-01-17 16:50     ` Jamal Hadi Salim
2017-01-17 16:53       ` Jamal Hadi Salim
2017-01-17 16:57       ` Daniel Borkmann
2017-01-17 17:03         ` Jamal Hadi Salim
2017-01-17 17:05         ` Jiri Pirko
2017-01-18 11:00           ` Jamal Hadi Salim
2017-01-17 14:59   ` Simon Horman
2017-01-17 18:40   ` Cong Wang
2017-01-18 11:35     ` Jamal Hadi Salim
2017-01-18 11:47   ` Paul Blakey
2017-01-18 12:13     ` Jamal Hadi Salim
2017-01-17 11:11 ` [PATCH net-next v4 2/2] net sched: Trivial whitespace and stylistic changes Jamal Hadi Salim
2017-01-17 12:12   ` Jiri Pirko
2017-01-17 16:30     ` Jamal Hadi Salim
2017-01-17 12:17 ` [PATCH net-next v4 0/2] Add support for tc cookies Jiri Pirko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.