From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <luca.boccassi@gmail.com>
Received: from mail-wr0-f194.google.com (mail-wr0-f194.google.com
 [209.85.128.194]) by dpdk.org (Postfix) with ESMTP id 14870DE0
 for <stable@dpdk.org>; Tue, 29 May 2018 12:26:01 +0200 (CEST)
Received: by mail-wr0-f194.google.com with SMTP id a15-v6so24588423wrm.0
 for <stable@dpdk.org>; Tue, 29 May 2018 03:26:01 -0700 (PDT)
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=uHIcy/NKDcVxc676WijhqGI3a6H5k/H/t2DYSKGgAws=;
 b=nA5b+HdFw3qPXNNN/7b5JRwgJKAz7lUHeQ5Lyua9ih9CRDxooU3JO7I5MxljKPQbYy
 lmDcvGZ4Tv+23/WjRXbJvZQHN98h5UERbIZ+9f+KbOdsRoNn28WnjF6lohgMlTizpmRa
 97VKm5PG2zmzU0Rif473kuN4FqsFdFCtyWep0uVRKbdLd0yktcr20CaNvAs8DrixcGVL
 b7Za6riCobyAfilrtz9retBQh9PEfBHDBMHt4Q1IvexDvwiDLHZ+C0a1U92qwOwNJMgW
 FdAMQVxz0SzFTgq4JCTxvwj4jnCVRX5ieFeHpusH9M3aBEzNfuvvehzes+/oy43gXxVq
 CNjw==
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=uHIcy/NKDcVxc676WijhqGI3a6H5k/H/t2DYSKGgAws=;
 b=b9UV8Cy+qWL0cm2CnY86fH8O6HohA0ICyswoCAix1EApYobYa7CI1wctAQ1lLY7f0T
 hcFoaEp0pyDAnTo/PWnqlkbHsh0OXm32rp59qWQRZmwyXYBR9egK9HtfzjobqZKoERMT
 j6wgEAYZDQ5HX9JMXJ7Gt6Rb4Q2M//8mQ/wPJY5eYyiWA0HOetOf9lY62WU0hz2xdPZo
 5oJk7OfOPLo7Gq0g5n+teWkda8AO8k6yzXVdJ75JUpJ/my57MNZwpUmYI8pHW183vJBp
 D/aPAs94fz+BWzmlUCv7YKH+TFtksawneU8gOPsw0LPW98PhK/C5vW1CbgBXmTebPREB
 MB8A==
X-Gm-Message-State: ALKqPwf34JBPE1U5wlrL/jBhtaXIw0Mb5YvOWpaMmoUqezn5mOcttOVY
 lwFS4aZ1gzE0TloiDdN3mFk1HLJH
X-Google-Smtp-Source: AB8JxZpPNuzAPFV9TkG/2JKRmKk4fEKN0JsNHEU+YgQhWS9g9OKhwc5J3mebDuYe/a44BhWMOBHUCA==
X-Received: by 2002:adf:eb52:: with SMTP id
 u18-v6mr12085395wrn.252.1527589560791; 
 Tue, 29 May 2018 03:26:00 -0700 (PDT)
Received: from localhost ([32.112.155.38])
 by smtp.gmail.com with ESMTPSA id j21-v6sm1340462wme.36.2018.05.29.03.25.59
 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
 Tue, 29 May 2018 03:25:59 -0700 (PDT)
From: luca.boccassi@gmail.com
To: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Cc: dpdk stable <stable@dpdk.org>
Date: Tue, 29 May 2018 11:25:50 +0100
Message-Id: <20180529102553.23431-2-luca.boccassi@gmail.com>
X-Mailer: git-send-email 2.17.0
In-Reply-To: <20180529102553.23431-1-luca.boccassi@gmail.com>
References: <20180523121010.8385-59-luca.boccassi@gmail.com>
 <20180529102553.23431-1-luca.boccassi@gmail.com>
Subject: [dpdk-stable] patch 'doc: remove deprecated terms from thunderx
	guide' has been queued to stable release 18.02.2
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 29 May 2018 10:26:01 -0000

Hi,

FYI, your patch has been queued to stable release 18.02.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/31/18. So please
shout if anyone has objections.

Thanks.

Luca Boccassi

---
>>From 3ff8436fc483539632e0ca844a5e681352d31ccb Mon Sep 17 00:00:00 2001
From: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Date: Thu, 24 May 2018 13:38:55 +0530
Subject: [PATCH] doc: remove deprecated terms from thunderx guide

[ upstream commit 6e2320bec5efd5a1a79f09c7a75b1c3b3aba3266 ]

Remove reference to deprecated ethdev offload parameter from thunderx
documentation.

Fixes: c97da2cbc2c2 ("net/thunderx: convert to new offload API")

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
 doc/guides/nics/thunderx.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/guides/nics/thunderx.rst b/doc/guides/nics/thunderx.rst
index 5270ef23e..264237472 100644
--- a/doc/guides/nics/thunderx.rst
+++ b/doc/guides/nics/thunderx.rst
@@ -319,8 +319,7 @@ CRC striping
 ~~~~~~~~~~~~
 
 The ThunderX SoC family NICs strip the CRC for every packets coming into the
-host interface. So, CRC will be stripped even when the
-``rxmode.hw_strip_crc`` member is set to 0 in ``struct rte_eth_conf``.
+host interface irrespective of the offload configuration.
 
 Maximum packet length
 ~~~~~~~~~~~~~~~~~~~~~
-- 
2.17.0