doc: add device specific API
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
0002ca582d
commit
26fb45a328
@ -43,10 +43,14 @@ There are many libraries, so their headers may be grouped by topics:
|
|||||||
[rte_flow_driver] (@ref rte_flow_driver.h),
|
[rte_flow_driver] (@ref rte_flow_driver.h),
|
||||||
[cryptodev] (@ref rte_cryptodev.h),
|
[cryptodev] (@ref rte_cryptodev.h),
|
||||||
[devargs] (@ref rte_devargs.h),
|
[devargs] (@ref rte_devargs.h),
|
||||||
|
[PCI] (@ref rte_pci.h)
|
||||||
|
|
||||||
|
- **device specific**:
|
||||||
[bond] (@ref rte_eth_bond.h),
|
[bond] (@ref rte_eth_bond.h),
|
||||||
[vhost] (@ref rte_virtio_net.h),
|
[vhost] (@ref rte_virtio_net.h),
|
||||||
[KNI] (@ref rte_kni.h),
|
[KNI] (@ref rte_kni.h),
|
||||||
[PCI] (@ref rte_pci.h),
|
[ixgbe] (@ref rte_pmd_ixgbe.h),
|
||||||
|
[i40e] (@ref rte_pmd_i40e.h)
|
||||||
|
|
||||||
- **memory**:
|
- **memory**:
|
||||||
[memseg] (@ref rte_memory.h),
|
[memseg] (@ref rte_memory.h),
|
||||||
|
@ -32,6 +32,8 @@ PROJECT_NAME = DPDK
|
|||||||
INPUT = doc/api/doxy-api-index.md \
|
INPUT = doc/api/doxy-api-index.md \
|
||||||
doc/api/examples.dox \
|
doc/api/examples.dox \
|
||||||
drivers/net/bonding \
|
drivers/net/bonding \
|
||||||
|
drivers/net/i40e \
|
||||||
|
drivers/net/ixgbe \
|
||||||
lib/librte_eal/common/include \
|
lib/librte_eal/common/include \
|
||||||
lib/librte_eal/common/include/generic \
|
lib/librte_eal/common/include/generic \
|
||||||
lib/librte_acl \
|
lib/librte_acl \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user