On Fri,  7 Feb 2025 06:37:58 +0000
Arkadiusz Kusztal <arkadiuszx.kusz...@intel.com> wrote:

> +* net: A thread/process-safe API was introduced. Old and new APIs share the 
> same
> +  function names, but the old one is versioned. Replaced functions are:
> +  ``rte_net_crc_calc`` and ``rte_net_crc_set_alg``. The new one is 
> ``rte_net_crc_free``

The first sentence should be more specific, and avoid passive voice.
Follow the style of other release notes in other releases.
Also, should indicate that versioning is short term (until 25.11).

Something like:

* **Changed the API for CRC calculation to be thread safe.**

  An opaque context argument was introduced to the net CRC API containing
  the algorithim type and length. This argument is added to
  to ``rte_net_crc_calc``, ``rte_net_crc_set_alg`` and freed with 
``rte_net_crc_free``.
  These functions are versioned to retain binary compatiabilty until the next 
LTS release.

Reply via email to