Re: drivers use of service cores

2023-09-15 Thread Stephen Hemminger
On Fri, 15 Sep 2023 15:54:02 +0200 Morten Brørup wrote: > > For context, Thomas and I (and a few others) had a brief discussion > > about this topic > > at userspace in Dublin earlier this week. I have a bit of better > > understanding of the > > problem-space, and we made some progress in techn

RE: drivers use of service cores

2023-09-15 Thread Morten Brørup
+Chris Brezovec, took part in the discussion in Dublin > From: Van Haaren, Harry [mailto:harry.van.haa...@intel.com] > Sent: Friday, 15 September 2023 14.59 > > > From: Thomas Monjalon > > Sent: Tuesday, September 5, 2023 4:40 PM > > > > Hello, > > Hi All, > > For context, Thomas and I (and a

RE: drivers use of service cores

2023-09-15 Thread Van Haaren, Harry
; dev@dpdk.org; Tyler Retzlaff > > Subject: drivers use of service cores > > Hello, Hi All, For context, Thomas and I (and a few others) had a brief discussion about this topic at userspace in Dublin earlier this week. I have a bit of better understanding of the problem-space, and we mad

drivers use of service cores

2023-09-05 Thread Thomas Monjalon
Hello, I think we can improve the developer experience for using service cores from a driver, like finding or allocating a service core. We may take some code and ideas from sfc and nfp drivers, like in these functions: nfp_map_service() sfc_mae_counter_service_register() s