Re: [dpdk-dev] [RFC] eventdev: uninline inline API functions

2021-08-31 Thread Mattias Rönnblom
On 2021-08-31 14:28, Jerin Jacob wrote: > On Mon, Aug 30, 2021 at 9:30 PM Mattias Rönnblom > wrote: >> Replace the inline functions in the eventdev user application API with >> regular non-inline API calls. This allows for a cleaner and more >> simple API/ABI, but might well also cause performance

Re: [dpdk-dev] [RFC] eventdev: uninline inline API functions

2021-08-31 Thread Jerin Jacob
On Mon, Aug 30, 2021 at 9:30 PM Mattias Rönnblom wrote: > > Replace the inline functions in the eventdev user application API with > regular non-inline API calls. This allows for a cleaner and more > simple API/ABI, but might well also cause performance regressions. > > The purpose of this RFC pat

[dpdk-dev] [RFC] eventdev: uninline inline API functions

2021-08-30 Thread Mattias Rönnblom
Replace the inline functions in the eventdev user application API with regular non-inline API calls. This allows for a cleaner and more simple API/ABI, but might well also cause performance regressions. The purpose of this RFC patch is to allow for performance testing. The rte_eventdev struct dec