Re: [PATCH v3 1/3] lib: introduce dispatcher library

2023-09-21 Thread Mattias Rönnblom
On 2023-09-21 20:36, Jerin Jacob wrote: On Mon, Sep 4, 2023 at 6:39 PM Mattias Rönnblom wrote: The purpose of the dispatcher library is to help reduce coupling in an Eventdev-based DPDK application. In addition, the dispatcher also provides a convenient and flexible way for the application to

Re: [PATCH v3 1/3] lib: introduce dispatcher library

2023-09-21 Thread Jerin Jacob
On Mon, Sep 4, 2023 at 6:39 PM Mattias Rönnblom wrote: > > The purpose of the dispatcher library is to help reduce coupling in an > Eventdev-based DPDK application. > > In addition, the dispatcher also provides a convenient and flexible > way for the application to use service cores for applicatio

Re: [PATCH v3 1/3] lib: introduce dispatcher library

2023-09-21 Thread Jerin Jacob
On Thu, Sep 21, 2023 at 10:17 PM Mattias Rönnblom wrote: > > On 2023-09-19 12:58, Jerin Jacob wrote: > > On Mon, Sep 4, 2023 at 6:39 PM Mattias Rönnblom > > wrote: > >> > >> The purpose of the dispatcher library is to help reduce coupling in an > >> Eventdev-based DPDK application. > >> > >> In a

Re: [PATCH v3 1/3] lib: introduce dispatcher library

2023-09-21 Thread Mattias Rönnblom
On 2023-09-19 12:58, Jerin Jacob wrote: On Mon, Sep 4, 2023 at 6:39 PM Mattias Rönnblom wrote: The purpose of the dispatcher library is to help reduce coupling in an Eventdev-based DPDK application. In addition, the dispatcher also provides a convenient and flexible way for the application to

Re: [PATCH v3 1/3] lib: introduce dispatcher library

2023-09-21 Thread Jerin Jacob
Jacob ; techbo...@dpdk.org; Van Haaren, Harry > > ; hof...@lysator.liu.se; Nilsson, Peter > > ; Heng Wang ; > > Pavan Nikhilesh ; Gujjar, Abhinandan S > > ; Carrillo, Erik G ; > > Shijith Thotton ; Hemant Agrawal > > ; Sachin Saxena ; > > Liang Ma ; Mccarthy, Pet

RE: [PATCH v3 1/3] lib: introduce dispatcher library

2023-09-20 Thread Naga Harish K, S V
Wang ; > Pavan Nikhilesh ; Gujjar, Abhinandan S > ; Carrillo, Erik G ; > Shijith Thotton ; Hemant Agrawal > ; Sachin Saxena ; > Liang Ma ; Mccarthy, Peter > ; Yan, Zhirun > Subject: Re: [PATCH v3 1/3] lib: introduce dispatcher library > > On Mon,

Re: [PATCH v3 1/3] lib: introduce dispatcher library

2023-09-20 Thread Jerin Jacob
Harry ; hof...@lysator.liu.se; Nilsson, Peter > > ; Heng Wang ; > > Naga Harish K, S V ; Pavan Nikhilesh > > ; Gujjar, Abhinandan S > > ; Carrillo, Erik G ; > > Shijith Thotton ; Hemant Agrawal > > ; Sachin Saxena ; > > Liang Ma ; Mccarthy, Peter > > ; Yan,

RE: [PATCH v3 1/3] lib: introduce dispatcher library

2023-09-20 Thread Naga Harish K, S V
lesh ; Gujjar, Abhinandan S > ; Carrillo, Erik G ; > Shijith Thotton ; Hemant Agrawal > ; Sachin Saxena ; > Liang Ma ; Mccarthy, Peter > ; Yan, Zhirun > Subject: Re: [PATCH v3 1/3] lib: introduce dispatcher library > > On 2023-09-17 18:46, Naga Harish K, S V wrote: > &g

Re: [PATCH v3 1/3] lib: introduce dispatcher library

2023-09-19 Thread Jerin Jacob
On Mon, Sep 4, 2023 at 6:39 PM Mattias Rönnblom wrote: > > The purpose of the dispatcher library is to help reduce coupling in an > Eventdev-based DPDK application. > > In addition, the dispatcher also provides a convenient and flexible > way for the application to use service cores for applicatio

Re: [PATCH v3 1/3] lib: introduce dispatcher library

2023-09-19 Thread Mattias Rönnblom
Nikhilesh ; Gujjar, Abhinandan S ; Carrillo, Erik G ; Shijith Thotton ; Hemant Agrawal ; Sachin Saxena ; Liang Ma ; Mccarthy, Peter ; Yan, Zhirun ; mattias.ronnblom Subject: [PATCH v3 1/3] lib: introduce dispatcher library The purpose of the dispatcher library is to help reduce coupling in an

RE: [PATCH v3 1/3] lib: introduce dispatcher library

2023-09-17 Thread Naga Harish K, S V
> ; Gujjar, Abhinandan S > ; Carrillo, Erik G ; > Shijith Thotton ; Hemant Agrawal > ; Sachin Saxena ; > Liang Ma ; Mccarthy, Peter > ; Yan, Zhirun ; > mattias.ronnblom > Subject: [PATCH v3 1/3] lib: introduce dispatcher library > > The purpose of the dispatcher lib

[PATCH v3 1/3] lib: introduce dispatcher library

2023-09-04 Thread Mattias Rönnblom
The purpose of the dispatcher library is to help reduce coupling in an Eventdev-based DPDK application. In addition, the dispatcher also provides a convenient and flexible way for the application to use service cores for application-level processing. Signed-off-by: Mattias Rönnblom Tested-by: Pe