On 1/11/2019 12:29 PM, Ferruh Yigit wrote:
On 1/11/2019 11:20 AM, Andrew Rybchenko wrote:
On 1/11/19 2:11 PM, David Marchand wrote:

On Fri, Jan 11, 2019 at 11:56 AM Ian Stokes <[email protected]
<mailto:[email protected]>> wrote:

     On 1/10/2019 4:58 PM, Tiago Lam wrote:

     > +        /* Validate the burst of packets for Tx. */
     > +        nb_prep = rte_eth_tx_prepare(dev->port_id, qid, pkts, cnt);

     So one of the gotchas here is that rte_eth_tx_prepare is experimental
     although I didn't see any compilation issues (warnings etc.) and it
     builds OK with travis.


Indeed, the documentation tells it is experimental, but the experimental tag
has always been missing.
On the other hand, this api has been there since 17.02 and its form did not
change afaics.
I am not sure it qualifies as experimental anymore.

I think that we should fix the documentation and remove experimental tag.

Agreed to remove experimental from rte_eth_tx_prepare().

Most probably rte_eth_tx_prepare() developed before we started to use
__rte_experimental tag, that is why it doesn't have it.

Sounds good, thanks Ferruh.

Ian
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to