Re: [PATCH net-next,v5 02/12] net/mlx5e: support for two independent packet edit actions
From: Jiri Pirko <jiri@resnulli.us>
Date: 2018-12-08 08:56:15
From: Jiri Pirko <jiri@resnulli.us>
Date: 2018-12-08 08:56:15
Thu, Dec 06, 2018 at 11:39:52PM CET, pablo@netfilter.org wrote:
This patch adds pedit_headers_action structure to store the result of parsing tc pedit actions. Then, it calls alloc_tc_pedit_action() to populate the mlx5e hardware intermediate representation once all actions have been parsed. This patch comes in preparation for the new flow_action infrastructure, where each packet mangling comes in an separated action, ie. not packed as in tc pedit. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Jiri Pirko <redacted>