libmemif: cleanup typos
cleaned up typos in documetation while doing a read through. Type: style Change-Id: Id8abbd8d6297ee10490c12a8e62097224f7ec1e1 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:

committed by
Matthew Smith

parent
59a78e966c
commit
f4fbfd692f
@ -18,7 +18,7 @@ icmpr-epoll:
|
||||
```
|
||||
conn 0 0
|
||||
```
|
||||
Memif in slave mode will try to connect every 2 seconds. If connection establishment is successfull, a message will show.
|
||||
Memif in slave mode will try to connect every 2 seconds. If connection establishment is successful, a message will show.
|
||||
```
|
||||
INFO: memif connected!
|
||||
```
|
||||
|
@ -13,6 +13,6 @@ Current WORKDIR is set to root repository directory. Example apps can be run fro
|
||||
|
||||
Example app | Description
|
||||
------------|------------
|
||||
@ref extras/libmemif/examples/icmp_responder | Simplest implementaion. Event polling is handled by libmemif. Single memif conenction in slave mode is created (id 0). Use Ctrl + C to exit app. Memif receive mode: interrupt.
|
||||
@ref extras/libmemif/examples/icmp_responder | Simplest implementation. Event polling is handled by libmemif. Single memif connection in slave mode is created (id 0). Use Ctrl + C to exit app. Memif receive mode: interrupt.
|
||||
@ref extras/libmemif/examples/icmp_responder-epoll (run in container by default) | Supports multiple connections and master mode. User can create/delete connections, set ip addresses, print connection information. @ref libmemif_example_setup_doc contains instructions on basic connection use cases setups. Memif receive mode: interrupt. App provides functionality to disable interrupts for specified queue/s for testing purposes. Polling mode is not implemented in this example.
|
||||
@ref extras/libmemif/examples/icmp_responder-mt) | Multi-thread example, very similar to icmpr-epoll. Packets are handled in threads assigned to specific queues. Slave mode only. Memif receive mode: polling (memif_rx_poll function), interrupt (memif_rx_interrupt function). Receive modes differ per queue.
|
||||
|
Reference in New Issue
Block a user