DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: add doxygen documentation for ipsec library
@ 2019-10-10 16:52 Vladimir Medvedkin
  2019-10-22  8:05 ` Akhil Goyal
  0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Medvedkin @ 2019-10-10 16:52 UTC (permalink / raw)
  To: dev; +Cc: konstantin.ananyev, john.mcnamara, marko.kovacevic

Added ipsec API from:
- rte_ipsec.h
- rte_ipsec_sa.h
- rte_ipsec_group.h
- rte_ipsec_sad.h

Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
---
 doc/api/doxy-api-index.md | 6 ++++++
 doc/api/doxy-api.conf.in  | 1 +
 2 files changed, 7 insertions(+)

diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md
index 6c2d888..d19ffdf 100644
--- a/doc/api/doxy-api-index.md
+++ b/doc/api/doxy-api-index.md
@@ -132,6 +132,12 @@ The public API headers are grouped by topics:
   [tailq]              (@ref rte_tailq.h),
   [bitmap]             (@ref rte_bitmap.h)
 
+- **ipsec**:
+  [ipsec]              (@ref rte_ipsec.h),
+  [ipsec_sa]           (@ref rte_ipsec_sa.h),
+  [ipsec_group]        (@ref rte_ipsec_group.h),
+  [ipsec_sad]          (@ref rte_ipsec_sad.h)
+
 - **packet framework**:
   * [port]             (@ref rte_port.h):
     [ethdev]           (@ref rte_port_ethdev.h),
diff --git a/doc/api/doxy-api.conf.in b/doc/api/doxy-api.conf.in
index 908cee8..d8dafb2 100644
--- a/doc/api/doxy-api.conf.in
+++ b/doc/api/doxy-api.conf.in
@@ -35,6 +35,7 @@ INPUT                   = @TOPDIR@/doc/api/doxy-api-index.md \
                           @TOPDIR@/lib/librte_gso \
                           @TOPDIR@/lib/librte_hash \
                           @TOPDIR@/lib/librte_ip_frag \
+                          @TOPDIR@/lib/librte_ipsec \
                           @TOPDIR@/lib/librte_jobstats \
                           @TOPDIR@/lib/librte_kni \
                           @TOPDIR@/lib/librte_kvargs \
-- 
2.7.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-24  8:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10 16:52 [dpdk-dev] [PATCH] doc: add doxygen documentation for ipsec library Vladimir Medvedkin
2019-10-22  8:05 ` Akhil Goyal
2019-10-24  8:23   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).