RE: [PATCH v1] ethdev: add indirect action async query

2022-11-17 Thread Suanming Mou
, 2022 4:07 PM > > > To: Suanming Mou > > > Cc: Ori Kam ; Aman Singh > > > ; Yuying Zhang ; > > > NBU-Contact-Thomas Monjalon > > > (EXTERNAL) ; Ferruh Yigit > > > ; Andrew Rybchenko > > > ; Ray Kinsella ; > > > dev@dpdk.org &g

Re: [PATCH v1] ethdev: add indirect action async query

2022-11-17 Thread David Marchand
Thomas Monjalon > > (EXTERNAL) ; Ferruh Yigit ; > > Andrew Rybchenko ; Ray Kinsella > > ; dev@dpdk.org > > Subject: Re: [PATCH v1] ethdev: add indirect action async query > > > > Hello, > > > > On Tue, Sep 20, 2022 at 9:12 AM Suanming Mou &

RE: [PATCH v1] ethdev: add indirect action async query

2022-11-17 Thread Suanming Mou
k.org > Subject: Re: [PATCH v1] ethdev: add indirect action async query > > Hello, > > On Tue, Sep 20, 2022 at 9:12 AM Suanming Mou > wrote: > > @@ -2873,17 +2907,23 @@ port_queue_action_handle_destroy(portid_t

Re: [PATCH v1] ethdev: add indirect action async query

2022-11-17 Thread David Marchand
Hello, On Tue, Sep 20, 2022 at 9:12 AM Suanming Mou wrote: > @@ -2873,17 +2907,23 @@ port_queue_action_handle_destroy(portid_t port_id, > * of error. > */ > memset(&error, 0x99, sizeof(error)); > + job

Re: [PATCH v1] ethdev: add indirect action async query

2022-09-28 Thread Andrew Rybchenko
On 9/20/22 10:11, Suanming Mou wrote: As rte_flow_action_handle_create/destroy/update() have their own asynchronous rte_flow_async_action_handle_create/destroy/update() version functions to accelerate the indirect action operations in queue based flow engine. Currently, the asynchronous version q