Re: [PATCH net-next v4 0/2] Add support for tc cookies
From: Jiri Pirko <jiri@resnulli.us>
Date: 2017-01-17 12:17:50
Tue, Jan 17, 2017 at 12:11:47PM CET, jhs@mojatatu.com wrote:
From: Jamal Hadi Salim <jhs@mojatatu.com>
No reason to bundle the stylistics cleanup patch with the act cookie patch. Just send it as 2 separate patches they are.
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