From: Robin Zhang <robinx.zhang@intel.com>
To: dev@dpdk.org
Cc: beilei.xing@intel.com, anatoly.burakov@intel.com,
jingjing.wu@intel.com, mdr@ashroe.eu, qi.z.zhang@intel.com,
junfeng.guo@intel.com, stevex.yang@intel.com,
Robin Zhang <robinx.zhang@intel.com>
Subject: [dpdk-dev] [PATCH 3/3] doc: remove old deprecation notice for i40e
Date: Mon, 30 Aug 2021 03:12:15 +0000 [thread overview]
Message-ID: <20210830031215.557238-4-robinx.zhang@intel.com> (raw)
In-Reply-To: <20210830031215.557238-1-robinx.zhang@intel.com>
As announced in the deprecation note, i40evf has been removed. So removing
deprecation notice from the notes.
Signed-off-by: Robin Zhang <robinx.zhang@intel.com>
---
doc/guides/rel_notes/deprecation.rst | 8 --------
1 file changed, 8 deletions(-)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 76a4abfd6b..562d90f9ee 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -164,14 +164,6 @@ Deprecation Notices
consistent with existing outer header checksum status flag naming, which
should help in reducing confusion about its usage.
-* i40e: As there are both i40evf and iavf pmd, the functions of them are
- duplicated. And now more and more advanced features are developed on iavf.
- To keep consistent with kernel driver's name
- (https://patchwork.ozlabs.org/patch/970154/), i40evf is no need to maintain.
- Starting from 21.05, the default VF driver of i40e will be iavf, but i40evf
- can still be used if users specify the devarg "driver=i40evf". I40evf will
- be deleted in DPDK 21.11.
-
* net: ``s_addr`` and ``d_addr`` fields of ``rte_ether_hdr`` structure
will be renamed in DPDK 21.11 to avoid conflict with Windows Sockets headers.
--
2.25.1
next prev parent reply other threads:[~2021-08-30 3:26 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-30 3:12 [dpdk-dev] [PATCH 0/3] net/i40e: remove i40evf Robin Zhang
2021-08-30 3:12 ` [dpdk-dev] [PATCH 1/3] " Robin Zhang
2021-08-30 3:12 ` [dpdk-dev] [PATCH 2/3] net/iavf: remove i40evf devargs option Robin Zhang
2021-08-30 3:12 ` Robin Zhang [this message]
2021-08-30 11:41 ` [dpdk-dev] [PATCH 0/3] net/i40e: remove i40evf David Marchand
2021-08-31 9:40 ` Robin Zhang
2021-08-31 15:26 ` Kinsella, Ray
2021-09-01 3:30 ` [dpdk-dev] [PATCH v2 " Robin Zhang
2021-09-01 3:30 ` [dpdk-dev] [PATCH v2 1/3] " Robin Zhang
2021-09-01 11:13 ` Kinsella, Ray
2021-09-06 1:10 ` Zhang, Qi Z
2021-09-01 3:30 ` [dpdk-dev] [PATCH v2 2/3] net/iavf: remove i40evf devargs option Robin Zhang
2021-09-01 11:13 ` Kinsella, Ray
2021-09-01 3:30 ` [dpdk-dev] [PATCH v2 3/3] doc: remove i40evf related documentation Robin Zhang
2021-09-01 11:11 ` Kinsella, Ray
2021-09-10 7:16 ` [dpdk-dev] [PATCH v3 0/3] net/i40e: remove i40evf Robin Zhang
2021-09-10 7:16 ` [dpdk-dev] [PATCH v3 1/3] " Robin Zhang
2021-09-10 7:16 ` [dpdk-dev] [PATCH v3 2/3] net/iavf: remove i40evf devargs option Robin Zhang
2021-09-10 7:16 ` [dpdk-dev] [PATCH v3 3/3] doc: remove i40evf related documentation Robin Zhang
2021-09-10 8:12 ` [dpdk-dev] [PATCH v4 0/3] net/i40e: remove i40evf Robin Zhang
2021-09-10 8:12 ` [dpdk-dev] [PATCH v4 1/3] " Robin Zhang
2021-09-10 8:12 ` [dpdk-dev] [PATCH v4 2/3] net/iavf: remove i40evf devargs option Robin Zhang
2021-09-10 8:12 ` [dpdk-dev] [PATCH v4 3/3] doc: remove i40evf related documentation Robin Zhang
2021-09-15 3:09 ` [dpdk-dev] [PATCH v5 0/3] net/i40e: remove i40evf Robin Zhang
2021-09-15 3:09 ` [dpdk-dev] [PATCH v5 1/3] " Robin Zhang
2021-09-15 3:09 ` [dpdk-dev] [PATCH v5 2/3] net/iavf: remove i40evf devargs option Robin Zhang
2021-09-15 3:09 ` [dpdk-dev] [PATCH v5 3/3] doc: remove i40evf related documentation Robin Zhang
2021-09-15 4:03 ` [dpdk-dev] [PATCH v5 0/3] net/i40e: remove i40evf Zhang, Qi Z
2021-09-16 16:27 ` Ferruh Yigit
2021-09-17 1:55 ` Zhang, RobinX
2021-09-17 8:05 ` Ferruh Yigit
2021-09-17 10:18 ` [dpdk-dev] [PATCH v6 " Robin Zhang
2021-09-17 10:18 ` [dpdk-dev] [PATCH v6 1/3] " Robin Zhang
2021-09-17 10:18 ` [dpdk-dev] [PATCH v6 2/3] net/iavf: remove i40evf devargs option Robin Zhang
2021-09-17 10:18 ` [dpdk-dev] [PATCH v6 3/3] doc: remove i40evf related documentation Robin Zhang
2021-09-24 6:22 ` [dpdk-dev] [PATCH v7 0/3] net/i40e: remove i40evf Robin Zhang
2021-09-24 6:22 ` [dpdk-dev] [PATCH v7 1/3] " Robin Zhang
2021-09-24 6:22 ` [dpdk-dev] [PATCH v7 2/3] net/iavf: remove i40evf devargs option Robin Zhang
2021-09-24 6:22 ` [dpdk-dev] [PATCH v7 3/3] doc: remove i40evf related documentation Robin Zhang
2021-09-26 6:22 ` [dpdk-dev] [PATCH v7 0/3] net/i40e: remove i40evf Zhang, Qi Z
2021-10-05 9:43 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210830031215.557238-4-robinx.zhang@intel.com \
--to=robinx.zhang@intel.com \
--cc=anatoly.burakov@intel.com \
--cc=beilei.xing@intel.com \
--cc=dev@dpdk.org \
--cc=jingjing.wu@intel.com \
--cc=junfeng.guo@intel.com \
--cc=mdr@ashroe.eu \
--cc=qi.z.zhang@intel.com \
--cc=stevex.yang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).