Re: [PATCH V3 2/7] table: add entry ID for learner tables

2022-09-26 Thread Thomas Monjalon
26/09/2022 11:19, Dumitrescu, Cristian: > > > -Original Message- > > From: Thomas Monjalon > > Sent: Saturday, September 24, 2022 9:25 AM > > To: Dumitrescu, Cristian > > Cc: dev@dpdk.org > > Subject: Re: [PATCH V3 2/7] table: add entry ID for l

RE: [PATCH V3 2/7] table: add entry ID for learner tables

2022-09-26 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon > Sent: Saturday, September 24, 2022 9:25 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: Re: [PATCH V3 2/7] table: add entry ID for learner tables > > 30/08/2022 20:58, Cristian Dumitres

Re: [PATCH V3 2/7] table: add entry ID for learner tables

2022-09-24 Thread Thomas Monjalon
30/08/2022 20:58, Cristian Dumitrescu: > @@ -202,6 +213,7 @@ rte_swx_table_learner_lookup(void *table, >uint8_t **key, >uint64_t *action_id, >uint8_t **action_data, > + size_t *entry_id, si