From f324dec0a371431f9326f67e920630579741da3c Mon Sep 17 00:00:00 2001 From: Jim Thompson Date: Mon, 8 Apr 2019 03:22:21 -0500 Subject: fixing typos Change-Id: I215e1e0208a073db80ec6f87695d734cf40fabe3 Signed-off-by: Jim Thompson --- extras/libmemif/docs/devperftest_doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/libmemif') diff --git a/extras/libmemif/docs/devperftest_doc.md b/extras/libmemif/docs/devperftest_doc.md index 45741457b6c..92f21c0b09d 100644 --- a/extras/libmemif/docs/devperftest_doc.md +++ b/extras/libmemif/docs/devperftest_doc.md @@ -16,7 +16,7 @@ icmpr-epoll: ``` conn 0 0 1 ``` -> Last argument specifies interrupt function to use. This function only respondes to ARP requests. This is important because, packet generation and transmitting is handled by a separate thread. Calling memif_tx_burst from multiple threads writing on same queue could transmit uninitialized buffers. +> Last argument specifies interrupt function to use. This function only responds to ARP requests. This is important because, packet generation and transmitting is handled by a separate thread. Calling memif_tx_burst from multiple threads writing on same queue could transmit uninitialized buffers. Once connection is established, you can send ping from VPP to icmpr-epoll app to learn its mac address. ``` DBGvpp# ping 192.168.1.2 -- cgit 1.2.3-korg