* [dpdk-dev] [PATCH 1/2] doc: remove deprecated terms from thunderx documentation
@ 2018-05-24 8:08 Jerin Jacob
2018-05-24 8:08 ` [dpdk-dev] [PATCH 2/2] doc: remove deprecated terms from octeontx documentation Jerin Jacob
2018-05-24 14:36 ` [dpdk-dev] [PATCH 1/2] doc: remove deprecated terms from thunderx documentation Ferruh Yigit
0 siblings, 2 replies; 4+ messages in thread
From: Jerin Jacob @ 2018-05-24 8:08 UTC (permalink / raw)
To: dev
Cc: ferruh.yigit, santosh.shukla, pbhagavatula, maciej.czekaj,
Jerin Jacob, stable
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(-)
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-dev] [PATCH 2/2] doc: remove deprecated terms from octeontx documentation
2018-05-24 8:08 [dpdk-dev] [PATCH 1/2] doc: remove deprecated terms from thunderx documentation Jerin Jacob
@ 2018-05-24 8:08 ` Jerin Jacob
2018-05-24 14:36 ` [dpdk-dev] [PATCH 1/2] doc: remove deprecated terms from thunderx documentation Ferruh Yigit
1 sibling, 0 replies; 4+ messages in thread
From: Jerin Jacob @ 2018-05-24 8:08 UTC (permalink / raw)
To: dev
Cc: ferruh.yigit, santosh.shukla, pbhagavatula, maciej.czekaj,
Jerin Jacob, stable
Remove reference to deprecated ethdev offload parameter from octeontx
documentation.
Fixes: a92870896b4a ("net/octeontx: use the new offload APIs")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
doc/guides/nics/octeontx.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/guides/nics/octeontx.rst b/doc/guides/nics/octeontx.rst
index 8e2a2b75b..f8eaaa63f 100644
--- a/doc/guides/nics/octeontx.rst
+++ b/doc/guides/nics/octeontx.rst
@@ -165,8 +165,7 @@ CRC striping
~~~~~~~~~~~~
The OCTEONTX 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH 1/2] doc: remove deprecated terms from thunderx documentation
2018-05-24 8:08 [dpdk-dev] [PATCH 1/2] doc: remove deprecated terms from thunderx documentation Jerin Jacob
2018-05-24 8:08 ` [dpdk-dev] [PATCH 2/2] doc: remove deprecated terms from octeontx documentation Jerin Jacob
@ 2018-05-24 14:36 ` Ferruh Yigit
2018-05-24 14:39 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
1 sibling, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2018-05-24 14:36 UTC (permalink / raw)
To: Jerin Jacob, dev
Cc: santosh.shukla, pbhagavatula, maciej.czekaj, stable,
Shijith Thotton, Srisivasubramanian Srinivasan
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?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [dpdk-stable] [PATCH 1/2] doc: remove deprecated terms from thunderx documentation
2018-05-24 14:36 ` [dpdk-dev] [PATCH 1/2] doc: remove deprecated terms from thunderx documentation Ferruh Yigit
@ 2018-05-24 14:39 ` Ferruh Yigit
0 siblings, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2018-05-24 14:39 UTC (permalink / raw)
To: Jerin Jacob, dev
Cc: santosh.shukla, pbhagavatula, maciej.czekaj, stable,
Shijith Thotton, Srisivasubramanian Srinivasan
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/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-05-24 14:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-24 8:08 [dpdk-dev] [PATCH 1/2] doc: remove deprecated terms from thunderx documentation Jerin Jacob
2018-05-24 8:08 ` [dpdk-dev] [PATCH 2/2] doc: remove deprecated terms from octeontx documentation Jerin Jacob
2018-05-24 14:36 ` [dpdk-dev] [PATCH 1/2] doc: remove deprecated terms from thunderx documentation Ferruh Yigit
2018-05-24 14:39 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).