Re: [PATCH] ethdev: fix indirect action convert

2023-05-31 Thread Ferruh Yigit
On 5/29/2023 7:12 AM, Ori Kam wrote: > Hi Suanming, > >> -Original Message- >> From: Suanming Mou >> Sent: Friday, May 26, 2023 6:18 AM >> >> As indirect action conf fills the indirect action handler, while >> converting indirect action, the action conf(action handler) should >> be copied

RE: [PATCH] ethdev: fix indirect action convert

2023-05-28 Thread Ori Kam
Hi Suanming, > -Original Message- > From: Suanming Mou > Sent: Friday, May 26, 2023 6:18 AM > > As indirect action conf fills the indirect action handler, while > converting indirect action, the action conf(action handler) should > be copied from original indirect action conf instead of

[PATCH] ethdev: fix indirect action convert

2023-05-25 Thread Suanming Mou
As indirect action conf fills the indirect action handler, while converting indirect action, the action conf(action handler) should be copied from original indirect action conf instead of duplicating the action handler memory. Fixes: 4b61b8774be9 ("ethdev: introduce indirect flow action") Signed-