X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_17_11.rst;h=585110ff75a9c56346eded2a6d2f59166b90a1ef;hb=effd3b9fcf3841869e5035ac08ff25b1807c3f15;hp=63b9869b18629d4e5c7db07d1d228754f81fd85c;hpb=d5b0924ba6baae2cb6ac7c880db0977d4befedc6;p=dpdk.git diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index 63b9869b18..585110ff75 100644 --- a/doc/guides/rel_notes/release_17_11.rst +++ b/doc/guides/rel_notes/release_17_11.rst @@ -232,6 +232,11 @@ API Changes By this way PMDs can return an error value in case of failure at stats getting process time. +* **Modified the rte_cryptodev_allocate_driver function in the cryptodev library.** + + The function ``rte_cryptodev_allocate_driver()`` has been modified. + An extra parameter ``struct cryptodev_driver *crypto_drv`` has been added. + ABI Changes -----------