<html data-lt-installed="true"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div class="moz-cite-prefix">On 4/7/22 23:04, Stephen Hemminger
wrote:<br>
</div>
<blockquote type="cite" cite="mid:20220407080428.619f5791@hermes.local">
<pre class="moz-quote-pre" wrap="">On Thu, 7 Apr 2022 13:30:46 +0800
Xiaoyu Min <a class="moz-txt-link-rfc2396E" href="mailto:jackmin@nvidia.com"><jackmin@nvidia.com></a> wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap=""> * @b EXPERIMENTAL: this API may change without prior notice.
@@ -4972,6 +4983,11 @@ struct rte_flow_port_attr {
* @see RTE_FLOW_ACTION_TYPE_METER
*/
uint32_t nb_meters;
+ /**
+ * Port flags.
+ * @see enum rte_flow_port_flag
+ */
+ enum rte_flow_port_flag flags;
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
This would have to wait until 22.11 because it is ABI breakage.
Also, how would this work with old users of API?
</pre>
</blockquote>
<p>I'm not familiar with DPKD API/ABI policy,</p>
<p>But as my understanding this one is marked as _experimental_ and
also all related APIs</p>
<p>The experimental is not considered as part of ABI, and we can
change them anytime, no?<br>
</p>
</body>
<lt-container></lt-container>
</html>