RE: [RFC] ethdev: sharing indirect actions between ports

2023-01-26 Thread Ori Kam
ry 18, 2023 6:22 PM > >> To: Slava Ovsiienko ; Ori Kam > >> > >> Cc: dev@dpdk.org; Matan Azrad ; Raslan > Darawsheh > >> ; andrew.rybche...@oktetlabs.ru; > >> ivan.ma...@oktetlabs.ru; ferruh.yi...@amd.com > >> Subject: Re: [RFC] ethdev: sharing ind

Re: [RFC] ethdev: sharing indirect actions between ports

2023-01-20 Thread Andrew Rybchenko
Subject: Re: [RFC] ethdev: sharing indirect actions between ports 18/01/2023 16:17, Ori Kam: From: Thomas Monjalon 28/12/2022 17:54, Viacheslav Ovsiienko: The RTE Flow API implements the concept of shared objects, known as indirect actions (RTE_FLOW_ACTION_TYPE_INDIRECT). An application can

RE: [RFC] ethdev: sharing indirect actions between ports

2023-01-18 Thread Slava Ovsiienko
; Subject: Re: [RFC] ethdev: sharing indirect actions between ports > > 18/01/2023 16:17, Ori Kam: > > From: Thomas Monjalon > > > 28/12/2022 17:54, Viacheslav Ovsiienko: > > > > The RTE Flow API implements the concept of shared objects, known > > > > as

Re: [RFC] ethdev: sharing indirect actions between ports

2023-01-18 Thread Thomas Monjalon
18/01/2023 16:17, Ori Kam: > From: Thomas Monjalon > > 28/12/2022 17:54, Viacheslav Ovsiienko: > > > The RTE Flow API implements the concept of shared objects, > > > known as indirect actions (RTE_FLOW_ACTION_TYPE_INDIRECT). > > > An application can create the indirect action of desired > > > type

RE: [RFC] ethdev: sharing indirect actions between ports

2023-01-18 Thread Ori Kam
Hi > -Original Message- > From: Thomas Monjalon > Sent: Wednesday, 18 January 2023 14:07 > > 28/12/2022 17:54, Viacheslav Ovsiienko: > > The RTE Flow API implements the concept of shared objects, > > known as indirect actions (RTE_FLOW_ACTION_TYPE_INDIRECT). > > An application can create

Re: [RFC] ethdev: sharing indirect actions between ports

2023-01-18 Thread Thomas Monjalon
28/12/2022 17:54, Viacheslav Ovsiienko: > The RTE Flow API implements the concept of shared objects, > known as indirect actions (RTE_FLOW_ACTION_TYPE_INDIRECT). > An application can create the indirect action of desired > type and configuration with rte_flow_action_handle_create > call and then sp

RE: [RFC] ethdev: sharing indirect actions between ports

2023-01-08 Thread Ori Kam
Hi Slava, Looks good to me, Best, Ori > -Original Message- > From: Slava Ovsiienko > Sent: Wednesday, 28 December 2022 18:55 > > The RTE Flow API implements the concept of shared objects, > known as indirect actions (RTE_FLOW_ACTION_TYPE_INDIRECT). > An application can create the indire

[RFC] ethdev: sharing indirect actions between ports

2022-12-28 Thread Viacheslav Ovsiienko
The RTE Flow API implements the concept of shared objects, known as indirect actions (RTE_FLOW_ACTION_TYPE_INDIRECT). An application can create the indirect action of desired type and configuration with rte_flow_action_handle_create call and then specify the obtained action handle in multiple flows