qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Fabiano Rosas
Subject: Re: [External] Re: [PATCH v2 07/20] util/dsa: Implement DSA device start and stop logic.
Date: Tue, 19 Dec 2023 10:18:48 -0300

Hao Xiang <hao.xiang@bytedance.com> 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 implementations to the header as well?
>

I mean the empty !CONFIG_DSA_OPT variants could be in the header as
static inline.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]