doc: update doxygen for IPsec library

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>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
This commit is contained in:
Vladimir Medvedkin 2019-10-10 17:52:14 +01:00 committed by Akhil Goyal
parent 908be0651a
commit 3a97a35bea
2 changed files with 5 additions and 0 deletions

View File

@ -93,6 +93,10 @@ The public API headers are grouped by topics:
[ARP] (@ref rte_arp.h),
[ICMP] (@ref rte_icmp.h),
[ESP] (@ref rte_esp.h),
[IPsec] (@ref rte_ipsec.h),
[IPsec group] (@ref rte_ipsec_group.h),
[IPsec SA] (@ref rte_ipsec_sa.h),
[IPsec SAD] (@ref rte_ipsec_sad.h),
[IP] (@ref rte_ip.h),
[SCTP] (@ref rte_sctp.h),
[TCP] (@ref rte_tcp.h),

View File

@ -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 \