DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@amd.com>
To: Ori Kam <orika@nvidia.com>, Gregory Etelson <getelson@nvidia.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: Maayan Kashani <mkashani@nvidia.com>,
	Raslan Darawsheh <rasland@nvidia.com>,
	Aman Singh <aman.deep.singh@intel.com>,
	Yuying Zhang <yuying.zhang@intel.com>,
	Matan Azrad <matan@nvidia.com>,
	Slava Ovsiienko <viacheslavo@nvidia.com>,
	Suanming Mou <suanmingm@nvidia.com>,
	"NBU-Contact-Thomas Monjalon (EXTERNAL)" <thomas@monjalon.net>,
	Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Subject: Re: [PATCH] ethdev: remove init_color from METER_MARK action
Date: Fri, 13 Oct 2023 20:05:24 +0100	[thread overview]
Message-ID: <4375e44c-9ff9-48c4-a614-bd4958c94691@amd.com> (raw)
In-Reply-To: <MW2PR12MB4666CF1B7B9D660F591CBFFDD6D3A@MW2PR12MB4666.namprd12.prod.outlook.com>

On 10/12/2023 10:16 AM, Ori Kam wrote:
> Hi Gregory,
> 
>> -----Original Message-----
>> From: Gregory Etelson <getelson@nvidia.com>
>> Sent: Tuesday, August 8, 2023 1:01 PM
>>
>> Indirect list API defines 2 types of action update:
>> • Action mutable context is always shared between all flows
>>   that referenced indirect actions list handle.
>>   Action mutable context can be changed by explicit invocation
>>   of indirect handle update function.
>> • Flow mutable context is private to a flow.
>>   Flow mutable context can be updated by indirect list handle
>>   flow rule configuration.
>>
>> `METER_MARK::init_color` is flow resource.
>> Current flows implementation placed `init_color` in the
>> `rte_flow_action_meter_mark` making it action level resource.
>>
>> The patch removes `init_color` from the `rte_flow_action_meter_mark`
>> structure.
>>
>> API change:
>> The patch removed:
>> • struct rte_flow_action_meter_mark::init_color
>>
>> • struct rte_flow_update_meter_mark::init_color_valid
>>
>> Signed-off-by: Gregory Etelson <getelson@nvidia.com>
>> 
> 
> Acked-by: Ori Kam <orika@nvidia.com>
> 
> 

Applied to dpdk-next-net/main, thanks.

      reply	other threads:[~2023-10-13 19:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-08 10:00 Gregory Etelson
2023-10-10  9:55 ` Ferruh Yigit
2023-10-12  9:16 ` Ori Kam
2023-10-13 19:05   ` Ferruh Yigit [this message]

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=4375e44c-9ff9-48c4-a614-bd4958c94691@amd.com \
    --to=ferruh.yigit@amd.com \
    --cc=aman.deep.singh@intel.com \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=dev@dpdk.org \
    --cc=getelson@nvidia.com \
    --cc=matan@nvidia.com \
    --cc=mkashani@nvidia.com \
    --cc=orika@nvidia.com \
    --cc=rasland@nvidia.com \
    --cc=suanmingm@nvidia.com \
    --cc=thomas@monjalon.net \
    --cc=viacheslavo@nvidia.com \
    --cc=yuying.zhang@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).