From: "Wang, Haiyue" <haiyue.wang@intel.com>
To: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>,
"Li, Xiaoyun" <xiaoyun.li@intel.com>,
"Yigit, Ferruh" <ferruh.yigit@intel.com>,
"Xing, Beilei" <beilei.xing@intel.com>,
"Xu, Rosen" <rosen.xu@intel.com>, "Ray Kinsella" <mdr@ashroe.eu>,
Jiawen Wu <jiawenwu@trustnetic.com>,
Jian Wang <jianwang@trustnetic.com>,
Thomas Monjalon <thomas@monjalon.net>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2] ethdev: remove legacy mirroring API
Date: Thu, 30 Sep 2021 05:54:55 +0000 [thread overview]
Message-ID: <BN9PR11MB5515CAF71B26F76A80D43EC9F7AA9@BN9PR11MB5515.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20210929083950.1461167-1-andrew.rybchenko@oktetlabs.ru>
> -----Original Message-----
> From: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
> Sent: Wednesday, September 29, 2021 16:40
> To: Li, Xiaoyun <xiaoyun.li@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>; Xu, Rosen <rosen.xu@intel.com>; Wang, Haiyue <haiyue.wang@intel.com>; Ray
> Kinsella <mdr@ashroe.eu>; Jiawen Wu <jiawenwu@trustnetic.com>; Jian Wang <jianwang@trustnetic.com>;
> Thomas Monjalon <thomas@monjalon.net>
> Cc: dev@dpdk.org
> Subject: [PATCH v2] ethdev: remove legacy mirroring API
>
> A more fine-grain flow API action RTE_FLOW_ACTION_TYPE_SAMPLE should
> be used instead of it.
>
> Signed-off-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
> ---
> v2:
> - fix description
> - mention RTE_FLOW_ACTION_TYPE_SAMPLE in the descriptor and
> release notes
> - fix net/txgbe broken build
>
> app/test-pmd/cmdline.c | 283 ----------------
> doc/guides/nics/features.rst | 11 -
> doc/guides/nics/features/default.ini | 1 -
> doc/guides/nics/features/i40e.ini | 1 -
> doc/guides/nics/features/ipn3ke.ini | 1 -
> doc/guides/nics/features/ixgbe.ini | 1 -
> doc/guides/rel_notes/deprecation.rst | 6 -
> doc/guides/rel_notes/release_21_11.rst | 7 +
> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 25 --
> drivers/net/i40e/i40e_ethdev.c | 352 --------------------
> drivers/net/i40e/i40e_ethdev.h | 23 --
> drivers/net/ixgbe/ixgbe_ethdev.c | 192 -----------
> drivers/net/ixgbe/ixgbe_ethdev.h | 9 -
> drivers/net/ixgbe/ixgbe_pf.c | 3 -
> drivers/net/txgbe/txgbe_ethdev.h | 8 -
> drivers/net/txgbe/txgbe_pf.c | 2 -
> lib/ethdev/ethdev_driver.h | 13 -
> lib/ethdev/rte_ethdev.c | 61 ----
> lib/ethdev/rte_ethdev.h | 77 -----
> lib/ethdev/version.map | 2 -
> 20 files changed, 7 insertions(+), 1071 deletions(-)
>
Acked-by: Haiyue Wang <haiyue.wang@intel.com>
> --
> 2.30.2
next prev parent reply other threads:[~2021-09-30 5:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-28 16:16 [dpdk-dev] [PATCH] " Andrew Rybchenko
2021-09-29 8:17 ` Thomas Monjalon
2021-09-29 8:42 ` Andrew Rybchenko
2021-09-29 8:39 ` [dpdk-dev] [PATCH v2] " Andrew Rybchenko
2021-09-29 8:57 ` Thomas Monjalon
2021-09-30 5:38 ` Jerin Jacob
2021-09-30 5:54 ` Wang, Haiyue [this message]
2021-10-07 11:03 ` Ferruh Yigit
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=BN9PR11MB5515CAF71B26F76A80D43EC9F7AA9@BN9PR11MB5515.namprd11.prod.outlook.com \
--to=haiyue.wang@intel.com \
--cc=andrew.rybchenko@oktetlabs.ru \
--cc=beilei.xing@intel.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=jianwang@trustnetic.com \
--cc=jiawenwu@trustnetic.com \
--cc=mdr@ashroe.eu \
--cc=rosen.xu@intel.com \
--cc=thomas@monjalon.net \
--cc=xiaoyun.li@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).