Re: [External] Re: [PATCH v2 07/20] util/dsa: Implement DSA device start and stop logic.

2023-12-26 Thread Hao Xiang
On Tue, Dec 19, 2023 at 5:19 AM Fabiano Rosas wrote: > > Hao Xiang writes: > > >> > >> > +} > >> > + > >> > +void dsa_start(void) {} > >> > + > >> > +void dsa_stop(void) {} > >> > + > >> > +void dsa_cleanup(void) {} > >> > + > >> > +#endif > >> > >> These could all be in the header. > > > > The

Re: [External] Re: [PATCH v2 07/20] util/dsa: Implement DSA device start and stop logic.

2023-12-19 Thread Fabiano Rosas
Hao Xiang writes: >> >> > +} >> > + >> > +void dsa_start(void) {} >> > + >> > +void dsa_stop(void) {} >> > + >> > +void dsa_cleanup(void) {} >> > + >> > +#endif >> >> These could all be in the header. > > The function definitions are already in dsa.h Do you mean moving the > function

Re: [External] Re: [PATCH v2 07/20] util/dsa: Implement DSA device start and stop logic.

2023-12-18 Thread Hao Xiang
On Mon, Dec 11, 2023 at 1:28 PM Fabiano Rosas wrote: > > Hao Xiang writes: > > > * DSA device open and close. > > * DSA group contains multiple DSA devices. > > * DSA group configure/start/stop/clean. > > > > Signed-off-by: Hao Xiang > > Signed-off-by: Bryan Zhang > > --- > >

Re: [PATCH v2 07/20] util/dsa: Implement DSA device start and stop logic.

2023-12-11 Thread Fabiano Rosas
Hao Xiang writes: > * DSA device open and close. > * DSA group contains multiple DSA devices. > * DSA group configure/start/stop/clean. > > Signed-off-by: Hao Xiang > Signed-off-by: Bryan Zhang > --- > include/qemu/dsa.h | 49 +++ > util/dsa.c | 338

[PATCH v2 07/20] util/dsa: Implement DSA device start and stop logic.

2023-11-13 Thread Hao Xiang
* DSA device open and close. * DSA group contains multiple DSA devices. * DSA group configure/start/stop/clean. Signed-off-by: Hao Xiang Signed-off-by: Bryan Zhang --- include/qemu/dsa.h | 49 +++ util/dsa.c | 338 + util/meson.build |