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 5B9CAA2E1B for ; Wed, 4 Sep 2019 16:59:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 471291EDD2; Wed, 4 Sep 2019 16:59:32 +0200 (CEST) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id 16D381EDD0 for ; Wed, 4 Sep 2019 16:59:31 +0200 (CEST) Received: by mail-pg1-f196.google.com with SMTP id l21so11398362pgm.3 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=r4yTc5bV1gmEuSjWpNAWAwbOfzK9ycCo1letSEZGw3ykWfsP+4VZmO3yqvQ8rv0Apx iUrJNYGb4pw7/OKYiIdmsz+oD/9XAZXSM4r8BZ1Gi9IvZNvUatBopgj+ucbl5eFIZoWs 7Tx4HW9636WdObO4+ktWcjH2f+HsMvng5ovZR6R05iRaTIZqHKhMTNsn/EjF97XlPZCt iSzD7CtEZ0SyXrZZ4kCXTVOFFSog18fCRaS84MpP1yQIHJsfLE6B6nGnHyr5SvntmBLK y/IXTY5uHPPiTFuTgfTSdIeYJvrGCIA/kmnlndhFY76T58zJUVgfOBJQmH0FAnzQEn45 KFUg== X-Gm-Message-State: APjAAAU4SMewDsLTx30Q2mCr30e8WIhfVI4xCur/c4v2gfW4Iohnaomz 7Y0xTPTKRXjoD9hOdpd7OcSjzA== 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-dev] [PATCH] ethdev: fix typos for ENOTSUP 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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