There is no network stack in DPDK API but only helpers for different layers.
Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com> --- doc/doxy-api-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxy-api-index.md b/doc/doxy-api-index.md index d46c07e..ad83410 100644 --- a/doc/doxy-api-index.md +++ b/doc/doxy-api-index.md @@ -69,7 +69,7 @@ There are many libraries, so their headers may be grouped by topics: [lcore] (@ref rte_lcore.h), [per-lcore] (@ref rte_per_lcore.h) -- **network stack**: +- **layers**: [ethernet] (@ref rte_ether.h), [IP] (@ref rte_ip.h), [SCTP] (@ref rte_sctp.h), -- 1.7.10.4