X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fnetmap_compatibility.rst;h=d86b3e35f99674929583932f88a4e55bc89e2073;hb=90f6499cb2c6e94116f4c37a0994ac3490e369eb;hp=f333f25c9ae2296602cd7140e083cfd46d0feba7;hpb=e0c7c47319576799f5affced83caf776ea4de61b;p=dpdk.git diff --git a/doc/guides/sample_app_ug/netmap_compatibility.rst b/doc/guides/sample_app_ug/netmap_compatibility.rst index f333f25c9a..d86b3e35f9 100644 --- a/doc/guides/sample_app_ug/netmap_compatibility.rst +++ b/doc/guides/sample_app_ug/netmap_compatibility.rst @@ -114,7 +114,7 @@ namely rte_netmap_init() and rte_netmap_init_port(). These two initialization functions take compat_netmap specific data structures as parameters: struct rte_netmap_conf and struct rte_netmap_port_conf. Those structures' fields are Netmap related and are self-explanatory for developers familiar with Netmap. -They are definedin $RTE_SDK/examples/netmap_compat/ lib/compat_netmap.h. +They are defined in $RTE_SDK/examples/netmap_compat/ lib/compat_netmap.h. The bridge application is an example largely based on the bridge example shipped with the Netmap distribution. It shows how a minimal Netmap application with minimal and straightforward source code changes can be run on top of the DPDK.