Re: [dpdk-dev] [PATCH v5 1/5] ethdev: negotiate delivery of packet metadata from HW to PMD
From: Wisam Monther <hidden>
Date: 2021-10-06 07:22:53
Hi,
-----Original Message----- From: Ori Kam <redacted> Sent: Wednesday, October 6, 2021 9:10 AM To: Somnath Kotur <redacted>; Ajit Khaparde [off-list ref] Cc: Ivan Malov <redacted>; dpdk-dev <redacted>; Ray Kinsella [off-list ref]; Jerin Jacob [off-list ref]; NBU-Contact- Thomas Monjalon [off-list ref]; Andrew Rybchenko [off-list ref]; Andy Moreton [off-list ref]; Wisam Monther [off-list ref]; Xiaoyun Li [off-list ref]; Ferruh Yigit [off-list ref] Subject: RE: [dpdk-dev] [PATCH v5 1/5] ethdev: negotiate delivery of packet metadata from HW to PMD Hi Ivan,quoted
-----Original Message----- From: Somnath Kotur <redacted> Sent: Wednesday, October 6, 2021 9:04 AM metadata from HW to PMD On Wed, Oct 6, 2021 at 3:10 AM Ajit Khaparde [off-list ref] wrote:quoted
On Tue, Oct 5, 2021 at 8:56 AM Ivan Malov [off-list ref]wrote:quoted
quoted
Provide an API to let the application control the NIC's ability to deliver specific kinds of per-packet metadata to the PMD. Checks for the NIC's ability to set these kinds of metadata in the first place (support for the flow actions) belong in flow API responsibility domain (flow validate mechanism). This topic is out of scope of the new API in question. The PMD's ability to deliver received metadata to the user by virtue of mbuf fields should be covered by mbuf library. It is also out of scope of the new API in question. Signed-off-by: Ivan Malov <redacted> Reviewed-by: Andrew Rybchenko <redacted> Reviewed-by: Andy Moreton <redacted> Acked-by: Ray Kinsella <redacted> Acked-by: Jerin Jacob <redacted>Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>Acked-by: Somnath Kotur <redacted>Acked-by: Ori Kam <redacted>
Acked-by: Wisam Jaddo <redacted> BRs, Wisam Jaddo