>> +__rte_experimental >> +struct rte_flow * >> +rte_flow_async_create_by_index_with_pattern(uint16_t port_id, >> + uint32_t queue_id, >> + const struct rte_flow_op_attr *op_attr, >> + struct rte_flow_template_table *template_table, >> + uint32_t rule_index, >> + const struct rte_flow_item pattern[], >> + uint8_t pattern_template_index, >> + const struct rte_flow_action actions[], >> + uint8_t actions_template_index, >> + void *user_data, >> + struct rte_flow_error *error); >Choosing names is hard, long names are not always better. Can you think >of a more concise name? >Je n’ai fait celle-ci plus longue que parce que je n’ai pas eu le loisir de la faire plus courte. -- Blaise Pascal I would love to get a shorter name, but that's the best one I came up with. Do you have any alternative suggestions? I'm open to any ideas here.