[dpdk-dev,1/2] doc: remove deprecated terms from thunderx documentation

Message ID 20180524080856.26882-1-jerin.jacob@caviumnetworks.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Jerin Jacob May 24, 2018, 8:08 a.m. UTC
  Remove reference to deprecated ethdev offload parameter from thunderx
documentation.

Fixes: c97da2cbc2c2 ("net/thunderx: convert to new offload API")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
 doc/guides/nics/thunderx.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
  

Comments

Ferruh Yigit May 24, 2018, 2:36 p.m. UTC | #1
On 5/24/2018 9:08 AM, Jerin Jacob wrote:
> Remove reference to deprecated ethdev offload parameter from thunderx
> documentation.
> 
> Fixes: c97da2cbc2c2 ("net/thunderx: convert to new offload API")
> Cc: stable@dpdk.org
> Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>

Series applied to dpdk-next-net/master, thanks.

Can you please do the same for doc/guides/nics/liquidio.rst?
  
Ferruh Yigit May 24, 2018, 2:39 p.m. UTC | #2
On 5/24/2018 3:36 PM, Ferruh Yigit wrote:
> On 5/24/2018 9:08 AM, Jerin Jacob wrote:
>> Remove reference to deprecated ethdev offload parameter from thunderx
>> documentation.
>>
>> Fixes: c97da2cbc2c2 ("net/thunderx: convert to new offload API")
>> Cc: stable@dpdk.org
>> Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
> 
> Series applied to dpdk-next-net/master, thanks.
> 
> Can you please do the same for doc/guides/nics/liquidio.rst?

It is already out [1], I missed it, will get now. thanks.

[1]
https://dpdk.org/dev/patchwork/patch/40378/
  

Patch

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
 ~~~~~~~~~~~~~~~~~~~~~