On 2023-09-13 22:56, Honnappa Nagarahalli wrote:
-Original Message-
From: Mattias Rönnblom
Sent: Wednesday, September 13, 2023 10:48 AM
To: Sevincer, Abdullah ; Stephen Hemminger
; tho...@monjalon.net
Cc: dev@dpdk.org; Tyler Retzlaff
Subject: Re: quick thread in DLB2
On 2023-09-11
> -Original Message-
> From: Mattias Rönnblom
> Sent: Wednesday, September 13, 2023 10:48 AM
> To: Sevincer, Abdullah ; Stephen Hemminger
> ; tho...@monjalon.net
> Cc: dev@dpdk.org; Tyler Retzlaff
> Subject: Re: quick thread in DLB2
>
> On 2023-09-11 16:2
: Friday, September 8, 2023 12:28 AM
To: Sevincer, Abdullah ; Stephen Hemminger
; Thomas Monjalon
Cc: dev@dpdk.org; Tyler Retzlaff
Subject: Re: quick thread in DLB2
On 2023-09-08 00:09, Sevincer, Abdullah wrote:
Hi Stephen,
It is probing ports for best CPU. Yes it collects cycles. We may rework in
Mattias,
Yes that’s correct.
-Original Message-
From: Mattias Rönnblom
Sent: Friday, September 8, 2023 12:28 AM
To: Sevincer, Abdullah ; Stephen Hemminger
; Thomas Monjalon
Cc: dev@dpdk.org; Tyler Retzlaff
Subject: Re: quick thread in DLB2
On 2023-09-08 00:09, Sevincer, Abdullah
suggestions.
-Original Message-
From: Stephen Hemminger
Sent: Wednesday, September 6, 2023 12:45 PM
To: Thomas Monjalon
Cc: Sevincer, Abdullah ; dev@dpdk.org; Tyler Retzlaff
Subject: Re: quick thread in DLB2
On Fri, 01 Sep 2023 16:08:48 +0200
Thomas Monjalon wrote:
Hello Abdullah,
In
On Thu, 7 Sep 2023 22:09:06 +
"Sevincer, Abdullah" wrote:
> Hi Stephen,
> It is probing ports for best CPU. Yes it collects cycles. We may rework in
> the future.
> Open to suggestions.
Why is this device a special snowflake? All threading should be using the
existing
infrastructure of ser
Subject: Re: quick thread in DLB2
On Fri, 01 Sep 2023 16:08:48 +0200
Thomas Monjalon wrote:
> Hello Abdullah,
>
> In the DLB2 code, I see a thread is created for a single operation:
> In drivers/event/dlb2/pf/base/dlb2_resource.c
> pthread_create(&pthread, NULL, &a
On Fri, 01 Sep 2023 16:08:48 +0200
Thomas Monjalon wrote:
> Hello Abdullah,
>
> In the DLB2 code, I see a thread is created for a single operation:
> In drivers/event/dlb2/pf/base/dlb2_resource.c
> pthread_create(&pthread, NULL, &dlb2_pp_profile_func, &dlb2_thread_data[i]);
> and just after:
> p
Hi Thomas,
That's right we need to create threads on specific CPUs.
From: Thomas Monjalon
Sent: Friday, September 1, 2023 7:09 AM
To: Sevincer, Abdullah
Cc: dev@dpdk.org ; Tyler Retzlaff
Subject: quick thread in DLB2
Hello Abdullah,
In the DLB2 code, I
Hello Abdullah,
In the DLB2 code, I see a thread is created for a single operation:
In drivers/event/dlb2/pf/base/dlb2_resource.c
pthread_create(&pthread, NULL, &dlb2_pp_profile_func, &dlb2_thread_data[i]);
and just after:
pthread_join(pthread, NULL);
Can we avoid creating this thread?
I guess no
10 matches
Mail list logo