Re: [PATCH net-next v12 1/8] net/sched: Rename user cookie and act cookie
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Date: 2023-02-15 22:00:51
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Date: 2023-02-15 22:00:51
On Wed, Feb 15, 2023 at 11:10:07PM +0200, Paul Blakey wrote:
struct tc_action->act_cookie is a user defined cookie, and the related struct flow_action_entry->act_cookie is used as an handle similar to struct flow_cls_offload->cookie. Rename tc_action->act_cookie to user_cookie, and flow_action_entry->act_cookie to cookie so their names would better fit their usage. Signed-off-by: Paul Blakey <redacted>
Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>