DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/1] ethdev: fix typo in UDP tunnel add/delete description
@ 2017-02-13 10:32 Andrew Rybchenko
  2017-02-13 21:21 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Rybchenko @ 2017-02-13 10:32 UTC (permalink / raw)
  To: dev; +Cc: Thomas Monjalon

Fixes: 1cbe755fef47 ("ethdev: rename UDP tunnel port functions")

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
---
 lib/librte_ether/rte_ethdev.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h
index c17bbda..97f3e2d 100644
--- a/lib/librte_ether/rte_ethdev.h
+++ b/lib/librte_ether/rte_ethdev.h
@@ -3815,7 +3815,7 @@ int rte_eth_dev_rss_hash_update(uint8_t port_id,
  * The packets with this UDP port will be identified as this type of tunnel.
  * Before enabling any offloading function for a tunnel, users can call this API
  * to change or add more UDP port for the tunnel. So the offloading function
- * can take effect on the packets with the sepcific UDP port.
+ * can take effect on the packets with the specific UDP port.
  *
  * @param port_id
  *   The port identifier of the Ethernet device.
@@ -3837,7 +3837,7 @@ int rte_eth_dev_rss_hash_update(uint8_t port_id,
  * any more.
  * Before enabling any offloading function for a tunnel, users can call this API
  * to delete a UDP port for the tunnel. So the offloading function will not take
- * effect on the packets with the sepcific UDP port.
+ * effect on the packets with the specific UDP port.
  *
  * @param port_id
  *   The port identifier of the Ethernet device.
-- 
1.8.2.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH 1/1] ethdev: fix typo in UDP tunnel add/delete description
  2017-02-13 10:32 [dpdk-dev] [PATCH 1/1] ethdev: fix typo in UDP tunnel add/delete description Andrew Rybchenko
@ 2017-02-13 21:21 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-02-13 21:21 UTC (permalink / raw)
  To: Andrew Rybchenko; +Cc: dev

2017-02-13 10:32, Andrew Rybchenko:
> Fixes: 1cbe755fef47 ("ethdev: rename UDP tunnel port functions")
> 
> Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-13 21:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-13 10:32 [dpdk-dev] [PATCH 1/1] ethdev: fix typo in UDP tunnel add/delete description Andrew Rybchenko
2017-02-13 21:21 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).