X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Fdeprecation.rst;h=82f7b37ddb93ade34463367f4273a75a4a531f5d;hb=55223453f3a965859545208180a0108900c81cd1;hp=27ede77f02be3ae66c20db3da76a50512db19696;hpb=799e4d9fa82bbd65991260c32cdf1b05f90ba4a4;p=dpdk.git diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 27ede77f02..82f7b37ddb 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -75,6 +75,10 @@ Deprecation Notices - Member ``uint16_t min_mtu`` the minimum MTU allowed. - Member ``uint16_t max_mtu`` the maximum MTU allowed. +* security: New field ``uint64_t opaque_data`` is planned to be added into + ``rte_security_session`` structure. That would allow upper layer to easily + associate/de-associate some user defined data with the security session. + * pdump: As we changed to use generic IPC, some changes in APIs and structure are expected in subsequent release.