From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6C161A2E1B for ; Wed, 4 Sep 2019 16:59:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4217E1EDF2; Wed, 4 Sep 2019 16:59:34 +0200 (CEST) Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by dpdk.org (Postfix) with ESMTP id 1BFC81EDD2 for ; Wed, 4 Sep 2019 16:59:31 +0200 (CEST) Received: by mail-pf1-f193.google.com with SMTP id q21so8378867pfn.11 for ; Wed, 04 Sep 2019 07:59:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=0fUwyNRxq+UpIwJeDW/ht2mfSml95UQ9o+B5CLtbZWU=; b=ON1VJJ3iprS7vUFLe6F5oxQ8oHhEGFpClD8JQvwTG+A6BHCeyWNI0y79KC8NRO2req QHdP4UI7khLJ2CnULfztvp5I+UMa3lJaQeMbI/ZV4F9NeCkcKAUD5tPtDlkyX3tJN3Ms vhNdsbbymp+TZIehsnpshLBarbYlb4YaRgeZS0jfeeYuEhUQeqZwbNwxBXfdrNJ0cbQV Bu+2eH9MSJJrA+1OTuvyIYBoTeMFDQRaoaGyPvekvOkJ+4aSEUjLxOzkr0dviS8eLFsf 8oa0wdoz9Nkw6AYlYDJKSaznZthiImod0TAqxZsWYZ8buRicmN8rBT62dFjVhg1TCC+9 QusA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=0fUwyNRxq+UpIwJeDW/ht2mfSml95UQ9o+B5CLtbZWU=; b=rlwyWq/YwXWu/Y0Yz4Q0pkfhgP011b3PoT+SHg+NdZsiGMw6Kcb//uscLU0Ax1o7Ue I/sZ/R+z7eXNeSfXT1ICy/TIUOV6jcnR9kAyPRN88yF60s7e33r8iBBvoIxb+419j20U 075cWdPIAQh78U3d8UF9C4s0k4gWiIAZqM6qliZUb3Ms81gCJdqguIuEkSzZWd3nYGop 0xz5R3PKscxXrQ0psmraej8PIW4rY30Ds5PItNWkfnBPyQlrLB4T0M9wEtzEVUWuTMmI H93UPP0I0HvNyEct1cu5aNg1xBdgRBA0GLD047Zd9K1FCb5RYXlrMebClEp40f9yydo3 lF7w== X-Gm-Message-State: APjAAAXN1Z00wW72Dkb9Fd/AR+3RtMq/2zW7f6dzGrIEGX2zw9sinV42 ZROKlCa8ucnzP2pA1esvDtlUzg== X-Google-Smtp-Source: APXvYqyv3gNb8dUBKHuqZLN/J21JWSzgqZp0JTIa90omZhXskmwnbJBDUCMsdindkdOW/V1l7TZzUg== X-Received: by 2002:a63:f941:: with SMTP id q1mr35649210pgk.350.1567609168673; Wed, 04 Sep 2019 07:59:28 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id z29sm32797548pff.23.2019.09.04.07.59.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Sep 2019 07:59:28 -0700 (PDT) Date: Wed, 4 Sep 2019 07:59:25 -0700 From: Stephen Hemminger To: Xiaolong Ye Cc: Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko , dev@dpdk.org, stable@dpdk.org Message-ID: <20190904075925.5cdeca26@hermes.lan> In-Reply-To: <20190904140531.65581-1-xiaolong.ye@intel.com> References: <20190904140531.65581-1-xiaolong.ye@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] ethdev: fix typos for ENOTSUP X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Wed, 4 Sep 2019 22:05:31 +0800 Xiaolong Ye wrote: > Fixes: af75078fece3 ("first public release") > Cc: stable@dpdk.org > > Signed-off-by: Xiaolong Ye > --- > lib/librte_ethdev/rte_ethdev.h | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h > index dc6596bc9..51e2caf79 100644 > --- a/lib/librte_ethdev/rte_ethdev.h > +++ b/lib/librte_ethdev/rte_ethdev.h > @@ -2477,7 +2477,7 @@ int rte_eth_dev_set_mtu(uint16_t port_id, uint16_t mtu); > * Otherwise, disable VLAN filtering of VLAN packets tagged with *vlan_id*. > * @return > * - (0) if successful. > - * - (-ENOSUP) if hardware-assisted VLAN filtering not configured. > + * - (-ENOTSUP) if hardware-assisted VLAN filtering not configured. > * - (-ENODEV) if *port_id* invalid. > * - (-EIO) if device is removed. > * - (-ENOSYS) if VLAN filtering on *port_id* disabled. > @@ -2500,7 +2500,7 @@ int rte_eth_dev_vlan_filter(uint16_t port_id, uint16_t vlan_id, int on); > * If 0, Disable VLAN Stripping of the receive queue of the Ethernet port. > * @return > * - (0) if successful. > - * - (-ENOSUP) if hardware-assisted VLAN stripping not configured. > + * - (-ENOTSUP) if hardware-assisted VLAN stripping not configured. > * - (-ENODEV) if *port_id* invalid. > * - (-EINVAL) if *rx_queue_id* invalid. > */ > @@ -2520,7 +2520,7 @@ int rte_eth_dev_set_vlan_strip_on_queue(uint16_t port_id, uint16_t rx_queue_id, > * The Tag Protocol ID > * @return > * - (0) if successful. > - * - (-ENOSUP) if hardware-assisted VLAN TPID setup is not supported. > + * - (-ENOTSUP) if hardware-assisted VLAN TPID setup is not supported. > * - (-ENODEV) if *port_id* invalid. > * - (-EIO) if device is removed. > */ > @@ -2546,7 +2546,7 @@ int rte_eth_dev_set_vlan_ether_type(uint16_t port_id, > * ETH_QINQ_STRIP_OFFLOAD > * @return > * - (0) if successful. > - * - (-ENOSUP) if hardware-assisted VLAN filtering not configured. > + * - (-ENOTSUP) if hardware-assisted VLAN filtering not configured. > * - (-ENODEV) if *port_id* invalid. > * - (-EIO) if device is removed. > */ Acked-by: Stephen Hemminger