Re: [PATCH v5 1/2] ethdev: fix ethdev configuration state on reset

2023-01-24 Thread Ferruh Yigit
On 1/18/2023 10:29 AM, Thomas Monjalon wrote: > 21/12/2022 03:07, Hanumanth Pothula: >> Presently, on device reset, ethdev configuration state, >> dev_configured, is not reset. >> >> On device reset, reset ethdev configuration state to make >> sure device reconfiguration happens cleanly. >> >> Sign

Re: [PATCH v5 1/2] ethdev: fix ethdev configuration state on reset

2023-01-18 Thread Thomas Monjalon
21/12/2022 03:07, Hanumanth Pothula: > Presently, on device reset, ethdev configuration state, > dev_configured, is not reset. > > On device reset, reset ethdev configuration state to make > sure device reconfiguration happens cleanly. > > Signed-off-by: Hanumanth Pothula A "Fixes" line is miss

RE: [PATCH v5 1/2] ethdev: fix ethdev configuration state on reset

2023-01-16 Thread Hanumanth Reddy Pothula
; ; Hanumanth Reddy Pothula > > Subject: [PATCH v5 1/2] ethdev: fix ethdev configuration state on reset > > Presently, on device reset, ethdev configuration state, dev_configured, is > not reset. > > On device reset, reset ethdev configuration state to make sure device >

[PATCH v5 1/2] ethdev: fix ethdev configuration state on reset

2022-12-20 Thread Hanumanth Pothula
Presently, on device reset, ethdev configuration state, dev_configured, is not reset. On device reset, reset ethdev configuration state to make sure device reconfiguration happens cleanly. Signed-off-by: Hanumanth Pothula --- v5: - Move nic-to-pmd-rx-metadata declaration to struct rte_port. v4: