From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nbfkord-smmo01.seg.att.com (nbfkord-smmo01.seg.att.com [209.65.160.76]) by dpdk.org (Postfix) with ESMTP id 83014282 for ; Mon, 13 Feb 2017 11:33:13 +0100 (CET) Received: from unknown [12.187.104.26] (EHLO webmail.solarflare.com) by nbfkord-smmo01.seg.att.com(mxl_mta-7.2.4-7) with ESMTP id 96b81a85.2b390aa50940.1635382.00-2480.3548919.nbfkord-smmo01.seg.att.com (envelope-from ); Mon, 13 Feb 2017 10:33:13 +0000 (UTC) X-MXL-Hash: 58a18b690ec12b63-09b1792e353f2e78707b19a143b3ada2658c232f Received: from unknown [12.187.104.26] (EHLO webmail.solarflare.com) by nbfkord-smmo01.seg.att.com(mxl_mta-7.2.4-7) over TLS secured channel with ESMTP id 76b81a85.0.1635381.00-2342.3548916.nbfkord-smmo01.seg.att.com (envelope-from ); Mon, 13 Feb 2017 10:33:12 +0000 (UTC) X-MXL-Hash: 58a18b681dd79831-0f9f4b3f126f8448ecea59989a73633a05dd0e9d Received: from ocex03.SolarFlarecom.com (10.20.40.36) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Mon, 13 Feb 2017 02:32:48 -0800 Received: from opal.uk.solarflarecom.com (10.17.10.1) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25 via Frontend Transport; Mon, 13 Feb 2017 02:32:47 -0800 Received: from uklogin.uk.solarflarecom.com (uklogin.uk.solarflarecom.com [10.17.10.10]) by opal.uk.solarflarecom.com (8.13.8/8.13.8) with ESMTP id v1DAWkqm028512; Mon, 13 Feb 2017 10:32:46 GMT Received: from uklogin.uk.solarflarecom.com (localhost.localdomain [127.0.0.1]) by uklogin.uk.solarflarecom.com (8.13.8/8.13.8) with ESMTP id v1DAWkI1018369; Mon, 13 Feb 2017 10:32:46 GMT From: Andrew Rybchenko To: CC: Thomas Monjalon Date: Mon, 13 Feb 2017 10:32:23 +0000 Message-ID: <1486981943-18310-1-git-send-email-arybchenko@solarflare.com> X-Mailer: git-send-email 1.8.2.3 MIME-Version: 1.0 Content-Type: text/plain X-AnalysisOut: [v=2.1 cv=BNm12QkG c=1 sm=1 tr=0 a=8BlWFWvVlq5taO8ncb8nKg==] X-AnalysisOut: [:17 a=n2v9WMKugxEA:10 a=zRKbQ67AAAAA:8 a=A9HeMXSKpemjlX_Hv] X-AnalysisOut: [TMA:9 a=PA03WX8tBzeizutn5_OT:22] X-Spam: [F=0.4550081445; CM=0.500; S=0.455(2015072901)] X-MAIL-FROM: X-SOURCE-IP: [12.187.104.26] Subject: [dpdk-dev] [PATCH 1/1] ethdev: fix typo in UDP tunnel add/delete description X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 10:33:13 -0000 Fixes: 1cbe755fef47 ("ethdev: rename UDP tunnel port functions") Signed-off-by: Andrew Rybchenko --- 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