]> git.droids-corp.org - dpdk.git/commitdiff
doc: add VFIO API in doxygen
authorHemant Agrawal <hemant.agrawal@nxp.com>
Thu, 12 Apr 2018 06:23:36 +0000 (11:53 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 12 Apr 2018 23:06:12 +0000 (01:06 +0200)
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
doc/api/doxy-api-index.md
doc/api/doxy-api.conf
lib/librte_eal/common/include/rte_vfio.h

index 2f04619cb662bebbce040cbe4fb0d410e455ea47..d5ccbe8a19c73d4eb67551b444f9a22bcbb273c5 100644 (file)
@@ -52,7 +52,8 @@ The public API headers are grouped by topics:
   [bitrate]            (@ref rte_bitrate.h),
   [latency]            (@ref rte_latencystats.h),
   [devargs]            (@ref rte_devargs.h),
-  [PCI]                (@ref rte_pci.h)
+  [PCI]                (@ref rte_pci.h),
+  [vfio]               (@ref rte_vfio.h)
 
 - **device specific**:
   [softnic]            (@ref rte_eth_softnic.h),
index cda52fdfbe56f78dd42c5f554b2de17080700bd3..ad8bdcf6168ac3ed8a2cf496d1c34adc7e69872e 100644 (file)
@@ -82,6 +82,7 @@ INPUT                   = doc/api/doxy-api-index.md \
 FILE_PATTERNS           = rte_*.h \
                           cmdline.h
 PREDEFINED              = __DOXYGEN__ \
+                          VFIO_PRESENT \
                           __attribute__(x)=
 
 OPTIMIZE_OUTPUT_FOR_C   = YES
index d26ab01cbfcc2cef0b7b190b4fa25de75559e418..f363cac6a9929ef8745d64e84d2a87f2073c179f 100644 (file)
@@ -5,6 +5,11 @@
 #ifndef _RTE_VFIO_H_
 #define _RTE_VFIO_H_
 
+/**
+ * @file
+ * RTE VFIO. This library provides various VFIO related utility functions.
+ */
+
 /*
  * determine if VFIO is present on the system
  */