<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
>> +__rte_experimental<br>
>> +struct rte_flow *<br>
>> +rte_flow_async_create_by_index_with_pattern(uint16_t port_id,<br>
>> +                                         uint32_t queue_id,<br>
>> +                                         const struct rte_flow_op_attr *op_attr,<br>
>> +                                         struct rte_flow_template_table *template_table,<br>
>> +                                         uint32_t rule_index,<br>
>> +                                         const struct rte_flow_item pattern[],<br>
>> +                                         uint8_t pattern_template_index,<br>
>> +                                         const struct rte_flow_action actions[],<br>
>> +                                         uint8_t actions_template_index,<br>
>> +                                         void *user_data,<br>
>> +                                         struct rte_flow_error *error);<br>
<br>
>Choosing names is hard, long names are not always better. Can you think<br>
>of a more concise name?<br>
<br>
>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</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
I would love to get a shorter name, but that's the best one I came up with.</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Do you have any alternative suggestions? I'm open to any ideas here.</div>
</body>
</html>