X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_21_05.rst;h=1d7a58efcce2d5fe4b551b2f87beba540716cd00;hb=38c2e3240ba822d8ee4cd92d848d7e3a20ecef6e;hp=cd33898c5552074cdf1df86b686051cee2aa77c4;hpb=1abb185d6cd41f83cd91eb6b1816c31e4bce887a;p=dpdk.git diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst index cd33898c55..1d7a58efcc 100644 --- a/doc/guides/rel_notes/release_21_05.rst +++ b/doc/guides/rel_notes/release_21_05.rst @@ -75,6 +75,8 @@ New Features net, crypto and event PMD's. * Added mempool/cnxk driver which provides the support for the integrated mempool device. + * Added event/cnxk driver which provides the support for integrated event + device. * **Enhanced ethdev representor syntax.** @@ -230,6 +232,10 @@ New Features the events across multiple stages. * This also reduced the scheduling overhead on a event device. +* **Updated Intel DLB2 driver.** + + * Added support for v2.5 device. + * **Added Predictable RSS functionality to the Toeplitz hash library.** Added feature for finding collisions of the Toeplitz hash function - @@ -333,6 +339,11 @@ API Changes it's not supported on the current platform. Instead ``rte_stack_create()`` fails and ``rte_errno`` is set to ``ENOTSUP``. +* raw/ioat: The experimental function ``rte_ioat_completed_ops()`` now + supports two additional parameters, ``status`` and ``num_unsuccessful``, + to allow the reporting of errors from hardware when performing copy + operations. + ABI Changes -----------