From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f195.google.com (mail-wr0-f195.google.com [209.85.128.195]) by dpdk.org (Postfix) with ESMTP id 341921B30A for ; Fri, 26 Jan 2018 14:15:39 +0100 (CET) Received: by mail-wr0-f195.google.com with SMTP id i56so504281wra.7 for ; Fri, 26 Jan 2018 05:15:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=+MZv5fh5a6B2yswg1qcQI5QyjLwwEROv4J04jQ81qMc=; b=KK05Z85IASDrUjp+0Vvf3z2vrCyFlUSMGohYIrRKHQvoKaD+PNyHNuvhk0QIAwtR9n nXBaqFlOBsdmlV0eRAzL9HR319Upd4av9yzZouJOuneS9TNw+CRLZv41Rs5b0yvX6EqP kGi1zs1cM1oMX914IcUGLVnE096jH8aJU2v72JmlTipNDlryiyEyUfJ4FL7wXMGnS4+c cxNq9KpjTWliqJycKu9TyQ796gmgU1xS+kQkJEz1GO4Q0KBzegG4uP8N9KA+oCKHOfwk +uYsygGv7mhV7RQUonjV1EcXwVmZo6qxohp95X5hxzW3mZ5f3CvPTcIMGzLzy0AXSDGp k8Aw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=+MZv5fh5a6B2yswg1qcQI5QyjLwwEROv4J04jQ81qMc=; b=jluxGM6/2VH9I213B4Wpo36q41G7AOskflHhjx5IVAiOkxUYutZiAK2rFXK5WQBHW1 O2nzSf9qwLll85rXHHU+X93t6gDp0PI1bg5272f6Pkcam4X5VoSKK2kVxrQuRXPke2B0 x7tvoXCruqFK6rd65Or656bpBlmZX9nAmByVYC8Tcv6tUzEgpcSYMM3QlgEFju6xcOod Ii3sZRnzSHepjL00SEb0VcjaxWhufFcvQwJMEh/dF3ZucoFDmX2Uj6HBbKcdvVTOPh1N ou7rRAoLccGViDK77lJ2tsl+P7MumGMLs0Eaazm0qUWI4S9AW7rV1Nogg04Al0JnX7vZ Qm8g== X-Gm-Message-State: AKwxytd24DdYyuRZuWbI7IeYtVDU9Xu/tQhpXU+AOu8REr0qUVOMIgG4 6RtGNdpPc8vj2LCkI/sgWmQ4z0JYktc= X-Google-Smtp-Source: AH8x224YfXknfZp9OjUMSRcSXx+ObxqWhxFEauEbeTs656IrxIxU3rPl/iDlUsywDHTZ7nnNEVA4QQ== X-Received: by 10.223.189.12 with SMTP id j12mr11648459wrh.52.1516972538887; Fri, 26 Jan 2018 05:15:38 -0800 (PST) Received: from localhost ([2a00:23c5:bef3:400:9531:588b:44ae:bec4]) by smtp.gmail.com with ESMTPSA id 72sm4094800wmh.44.2018.01.26.05.15.38 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 26 Jan 2018 05:15:38 -0800 (PST) From: luca.boccassi@gmail.com To: Pablo de Lara Cc: Ferruh Yigit , dpdk stable Date: Fri, 26 Jan 2018 13:12:56 +0000 Message-Id: <20180126131332.15346-26-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20180126131332.15346-1-luca.boccassi@gmail.com> References: <20180126131332.15346-1-luca.boccassi@gmail.com> Subject: [dpdk-stable] patch 'ethdev: fix typo in functions comment' has been queued to LTS release 16.11.5 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: , X-List-Received-Date: Fri, 26 Jan 2018 13:15:39 -0000 Hi, FYI, your patch has been queued to LTS release 16.11.5 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 01/28/18. So please shout if anyone has objections. Thanks. Luca Boccassi --- >>From 198420c3b7c7b50b8c7e0995f3d1db0d9abd1d1e Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Tue, 19 Dec 2017 11:31:50 +0000 Subject: [PATCH] ethdev: fix typo in functions comment [ upstream commit 7c9a6f880f5faf495ca758895d05fd4e2993f57e ] Fixes: fbde27f19ab8 ("ethdev: get default Rx/Tx configuration from dev info") Signed-off-by: Pablo de Lara Acked-by: Ferruh Yigit --- lib/librte_ether/rte_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index 11ec1fa8b..011a74f57 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -1965,7 +1965,7 @@ int rte_eth_rx_queue_setup(uint8_t port_id, uint16_t rx_queue_id, * the DMA memory allocated for the transmit descriptors of the ring. * @param tx_conf * The pointer to the configuration data to be used for the transmit queue. - * NULL value is allowed, in which case default RX configuration + * NULL value is allowed, in which case default TX configuration * will be used. * The *tx_conf* structure contains the following data: * - The *tx_thresh* structure with the values of the Prefetch, Host, and -- 2.14.2