On 2/10/2017 7:59 AM, Trahe, Fiona wrote:
Hi Fan,
-----Original Message-----
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fan Zhang
Sent: Friday, February 10, 2017 11:39 AM
To: dev@dpdk.org
Cc: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>
Subject: [dpdk-dev] [PATCH] doc: annouce ABI change for cryptodev ops
structure
Signed-off-by: Fan Zhang <roy.fan.zh...@intel.com>
---
doc/guides/rel_notes/deprecation.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst
b/doc/guides/rel_notes/deprecation.rst
index 755dc65..564d93a 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -62,3 +62,7 @@ Deprecation Notices
PMDs that implement the latter.
Target release for removal of the legacy API will be defined once most
PMDs have switched to rte_flow.
+
+* ABI changes are planned for 17.05 in the ``rte_cryptodev_ops`` structure.
+ The field ``cryptodev_configure_t`` function prototype will be added a
+ parameter of a struct rte_cryptodev_config type pointer.
--
2.7.4
Can you fix the grammar here please. I'm not sure what the change is?
I also find it hard to understand it first. Not perfect, but I tried to
reword it.
A new parameter ``struct rte_cryptodev_config *config`` will be added to
the ``cryptodev_configure_t`` function pointer field.