[RFC,v2,2/7] security: Update rte_security documentation

Message ID f67f5627d2902887cf32648155c5aa709bf2a2d1.1571928488.git.Pavel.Belous@aquantia.com (mailing list archive)
State RFC, archived
Delegated to: akhil goyal
Headers
Series RFC: Support MACSEC offload in the RTE_SECURITY infrastructure. |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues

Commit Message

Pavel Belous Oct. 25, 2019, 5:53 p.m. UTC
  From: Pavel Belous <Pavel.Belous@aquantia.com>

Signed-off-by: Pavel Belous <pavel.belous@aquantia.com>
---
 doc/guides/prog_guide/rte_security.rst | 4 ----
 1 file changed, 4 deletions(-)
  

Patch

diff --git a/doc/guides/prog_guide/rte_security.rst b/doc/guides/prog_guide/rte_security.rst
index 7d0734a..4b9b186 100644
--- a/doc/guides/prog_guide/rte_security.rst
+++ b/doc/guides/prog_guide/rte_security.rst
@@ -533,10 +533,6 @@  The ``rte_security_session_protocol`` is defined as
         /**< PDCP Protocol */
     };
 
-Currently the library defines configuration parameters for IPsec and PDCP only.
-For other protocols like MACSec, structures and enums are defined as place holders
-which will be updated in the future.
-
 IPsec related configuration parameters are defined in ``rte_security_ipsec_xform``
 
 .. code-block:: c