RE: [PATCH v2 4/5] baseband/acc100: start explicitly PF Monitor from PMD

2022-05-09 Thread Chautru, Nicolas
...@redhat.com > Subject: Re: [PATCH v2 4/5] baseband/acc100: start explicitly PF Monitor from > PMD > > > On 4/27/22 11:17 AM, Nicolas Chautru wrote: > > Ensure the performance monitor is restarted in case this is reset > > after VF FLR. > > > > Signed

Re: [PATCH v2 4/5] baseband/acc100: start explicitly PF Monitor from PMD

2022-05-08 Thread Tom Rix
On 4/27/22 11:17 AM, Nicolas Chautru wrote: Ensure the performance monitor is restarted in case this is reset after VF FLR. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc100/rte_acc100_pmd.c | 4 drivers/baseband/acc100/rte_acc100_pmd.h | 6 ++ 2 files changed, 10 insert

[PATCH v2 4/5] baseband/acc100: start explicitly PF Monitor from PMD

2022-04-27 Thread Nicolas Chautru
Ensure the performance monitor is restarted in case this is reset after VF FLR. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc100/rte_acc100_pmd.c | 4 drivers/baseband/acc100/rte_acc100_pmd.h | 6 ++ 2 files changed, 10 insertions(+) diff --git a/drivers/baseband/acc100/rte_a