RE: [PATCH v3 3/3] ethdev: add structure for indirect AGE update

2022-10-26 Thread Michael Baum
On 10/26/22 22:18, Andrew Rybchenko wrote: > > On 10/19/22 17:49, Michael Baum wrote: > > Add a new structure for indirect AGE update. > > > > This new structure enables: > > 1. Update timeout value. > > 2. Stop AGE checking. > > 3. Start AGE checking. > > 4. restart AGE checking. > > > > Signed

Re: [PATCH v3 3/3] ethdev: add structure for indirect AGE update

2022-10-26 Thread Andrew Rybchenko
On 10/19/22 17:49, Michael Baum wrote: Add a new structure for indirect AGE update. This new structure enables: 1. Update timeout value. 2. Stop AGE checking. 3. Start AGE checking. 4. restart AGE checking. Signed-off-by: Michael Baum Acked-by: Ori Kam Few minor notes below, other than that

[PATCH v3 3/3] ethdev: add structure for indirect AGE update

2022-10-19 Thread Michael Baum
Add a new structure for indirect AGE update. This new structure enables: 1. Update timeout value. 2. Stop AGE checking. 3. Start AGE checking. 4. restart AGE checking. Signed-off-by: Michael Baum Acked-by: Ori Kam --- app/test-pmd/cmdline_flow.c| 66 ++ app/