[v4,5/5] doc: remove rxq info structure deprecation notice

Message ID 1599296854-56620-6-git-send-email-tangchengchang@huawei.com (mailing list archive)
State Changes Requested, archived
Delegated to: Ferruh Yigit
Headers
Series add Rx buffer size for rxq info structure |

Checks

Context Check Description
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/checkpatch success coding style OK

Commit Message

Chengchang Tang Sept. 5, 2020, 9:07 a.m. UTC
  The change has been applied, so remove the notice.

Signed-off-by: Chengchang Tang <tangchengchang@huawei.com>
---
 doc/guides/rel_notes/deprecation.rst | 5 -----
 1 file changed, 5 deletions(-)

--
2.7.4
  

Comments

Thomas Monjalon Sept. 5, 2020, 4:33 p.m. UTC | #1
05/09/2020 11:07, Chengchang Tang:
> The change has been applied, so remove the notice.

It should be atomic with the patch doing the change,
i.e. you can squash.

I think the oneline patches in testpmd and procinfo
can probably be squashed with the ethdev patch as well.

Thanks
  
Chengchang Tang Sept. 7, 2020, 9:12 a.m. UTC | #2
On 2020/9/6 0:33, Thomas Monjalon wrote:
> 05/09/2020 11:07, Chengchang Tang:
>> The change has been applied, so remove the notice.
> 
> It should be atomic with the patch doing the change,
> i.e. you can squash.
> 
> I think the oneline patches in testpmd and procinfo
> can probably be squashed with the ethdev patch as well.

OK, I will squash them in next version.

Thanks
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 345c38d..b6d57b9 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -215,11 +215,6 @@  Deprecation Notices
   specified lengths into the buffers allocated from the specified
   memory pools. The backward compatibility to existing API is preserved.

-* ethdev: The ``struct rte_eth_rxq_info`` will be modified to include
-  a new optional field, indicating the buffer size used in receiving packets
-  for HW. This change is planned for 20.11. For more details:
-  https://mails.dpdk.org/archives/dev/2020-July/176135.html.
-
 * ethdev: ``rx_descriptor_done`` dev_ops and ``rte_eth_rx_descriptor_done``
   will be deprecated in 20.11 and will be removed in 21.11.
   Existing ``rte_eth_rx_descriptor_status`` and ``rte_eth_tx_descriptor_status``