RE: [PATCH] net/iavf:fix slow memory allocation

2023-01-12 Thread You, KaisenX
; Mcnamara, > John ; Kevin Traynor > Subject: Re: [PATCH] net/iavf:fix slow memory allocation > > Hello, > > On Tue, Dec 27, 2022 at 7:06 AM You, KaisenX > wrote: > > > > > > > > I tried to play a bit with a E810 nic on a dual numa and I > > &

Re: [PATCH] net/iavf:fix slow memory allocation

2023-01-10 Thread David Marchand
Hello, On Tue, Dec 27, 2022 at 7:06 AM You, KaisenX wrote: > > > > > > > I tried to play a bit with a E810 nic on a dual numa and I > > > > > > > can't see anything wrong for now. > > > > > > > Can you provide a simple and small reproducer of your issue? > > > > > > > > > > > > > > Thanks. > > >

RE: [PATCH] net/iavf:fix slow memory allocation

2022-12-26 Thread You, KaisenX
; Mcnamara, > John ; Kevin Traynor > Subject: RE: [PATCH] net/iavf:fix slow memory allocation > > > > > -Original Message- > > From: David Marchand > > Sent: 2022年12月21日 18:50 > > To: You, KaisenX > > Cc: Ferruh Yigit ; dev@dpdk.org; Burak

RE: [PATCH] net/iavf:fix slow memory allocation

2022-12-25 Thread Zhang, Qi Z
Zhang, Qi Z ; Luca Boccassi > ; Mcnamara, John ; Kevin > Traynor > Subject: Re: [PATCH] net/iavf:fix slow memory allocation > > On 12/22/2022 7:23 AM, You, KaisenX wrote: > > > > > >> -Original Message- > >> From: Ferruh Yigit > >> Sent: 2022

Re: [PATCH] net/iavf:fix slow memory allocation

2022-12-22 Thread Ferruh Yigit
hou, YidingX >> ; Wu, Jingjing ; Xing, >> Beilei ; Zhang, Qi Z ; Luca >> Boccassi ; Mcnamara, John >> ; Kevin Traynor >> Subject: Re: [PATCH] net/iavf:fix slow memory allocation >> >> On 12/20/2022 6:52 AM, You, KaisenX wrote: >>> >>> >&

RE: [PATCH] net/iavf:fix slow memory allocation

2022-12-21 Thread You, KaisenX
ssi ; Mcnamara, John > ; Kevin Traynor > Subject: Re: [PATCH] net/iavf:fix slow memory allocation > > On 12/20/2022 6:52 AM, You, KaisenX wrote: > > > > > >> -Original Message- > >> From: Ferruh Yigit > >> Sent: 2022年12月13日 21:28 > >

RE: [PATCH] net/iavf:fix slow memory allocation

2022-12-21 Thread You, KaisenX
; Mcnamara, > John ; Kevin Traynor > Subject: Re: [PATCH] net/iavf:fix slow memory allocation > > On Wed, Dec 21, 2022 at 10:12 AM You, KaisenX > wrote: > > > -Original Message- > > > From: David Marchand > > > Sent: 2022年12月20日 18:33 &

Re: [PATCH] net/iavf:fix slow memory allocation

2022-12-21 Thread Ferruh Yigit
hou, YidingX >> ; Wu, Jingjing ; Xing, >> Beilei ; Zhang, Qi Z ; Luca >> Boccassi ; Mcnamara, John >> ; Kevin Traynor >> Subject: Re: [PATCH] net/iavf:fix slow memory allocation >> >> On 12/13/2022 9:35 AM, Ferruh Yigit wrote: >>> On 12/13/20

Re: [PATCH] net/iavf:fix slow memory allocation

2022-12-21 Thread David Marchand
; Zhou, YidingX ; Wu, > > Jingjing ; Xing, Beilei ; > > Zhang, > > Qi Z ; Luca Boccassi ; Mcnamara, > > John ; Kevin Traynor > > Subject: Re: [PATCH] net/iavf:fix slow memory allocation > > > > On Tue, Dec 20, 2022 at 11:12 AM You, KaisenX >

RE: [PATCH] net/iavf:fix slow memory allocation

2022-12-21 Thread You, KaisenX
; Mcnamara, > John ; Kevin Traynor > Subject: Re: [PATCH] net/iavf:fix slow memory allocation > > On Tue, Dec 20, 2022 at 11:12 AM You, KaisenX > wrote: > > > I tried to play a bit with a E810 nic on a dual numa and I can't see > > > anything wrong for now.

Re: [PATCH] net/iavf:fix slow memory allocation

2022-12-20 Thread David Marchand
On Tue, Dec 20, 2022 at 11:12 AM You, KaisenX wrote: > > I tried to play a bit with a E810 nic on a dual numa and I can't see > > anything > > wrong for now. > > Can you provide a simple and small reproducer of your issue? > > > > Thanks. > > > This is my environment: > Enter "lscpu" on the comma

RE: [PATCH] net/iavf:fix slow memory allocation

2022-12-20 Thread You, KaisenX
; Mcnamara, > John ; Kevin Traynor > Subject: Re: [PATCH] net/iavf:fix slow memory allocation > > On Tue, Dec 20, 2022 at 7:52 AM You, KaisenX > wrote: > > > >> As to the reason for not using rte_malloc_socket. I thought > > > >> rte_malloc_socket() co

Re: [PATCH] net/iavf:fix slow memory allocation

2022-12-20 Thread David Marchand
On Tue, Dec 20, 2022 at 7:52 AM You, KaisenX wrote: > > >> As to the reason for not using rte_malloc_socket. I thought > > >> rte_malloc_socket() could solve the problem too. And the appropriate > > >> parameter should be the socket_id that created the memory pool for > > >> DPDK initialization. A

RE: [PATCH] net/iavf:fix slow memory allocation

2022-12-19 Thread You, KaisenX
ssi ; Mcnamara, John > ; Kevin Traynor > Subject: Re: [PATCH] net/iavf:fix slow memory allocation > > On 12/13/2022 9:35 AM, Ferruh Yigit wrote: > > On 12/13/2022 7:52 AM, You, KaisenX wrote: > >> > >> > >>> -Original Message- > >>&

Re: [PATCH] net/iavf:fix slow memory allocation

2022-12-13 Thread Ferruh Yigit
; David Marchand >>> >>> Cc: sta...@dpdk.org; Yang, Qiming ; Zhou, YidingX >>> ; Wu, Jingjing ; Xing, >>> Beilei ; Zhang, Qi Z ; Luca >>> Boccassi ; Mcnamara, John >>> ; Kevin Traynor >>> Subject: Re: [PATCH] net/iavf:fix slow memory allo

Re: [PATCH] net/iavf:fix slow memory allocation

2022-12-13 Thread Ferruh Yigit
hou, YidingX >> ; Wu, Jingjing ; Xing, >> Beilei ; Zhang, Qi Z ; Luca >> Boccassi ; Mcnamara, John >> ; Kevin Traynor >> Subject: Re: [PATCH] net/iavf:fix slow memory allocation >> >> On 11/17/2022 6:57 AM, Kaisen You wrote: >>> In some cases, the DP

RE: [PATCH] net/iavf:fix slow memory allocation

2022-12-12 Thread You, KaisenX
ssi ; Mcnamara, John > ; Kevin Traynor > Subject: Re: [PATCH] net/iavf:fix slow memory allocation > > On 11/17/2022 6:57 AM, Kaisen You wrote: > > In some cases, the DPDK does not allocate hugepage heap memory to > some > > sockets due to the user setting parameters

Re: [PATCH] net/iavf:fix slow memory allocation

2022-12-08 Thread Ferruh Yigit
On 11/17/2022 6:57 AM, Kaisen You wrote: > In some cases, the DPDK does not allocate hugepage heap memory to > some sockets due to the user setting parameters > (e.g. -l 40-79, SOCKET 0 has no memory). > When the interrupt thread runs on the corresponding core of this > socket, each allocation/rele

RE: [PATCH] net/iavf:fix slow memory allocation

2022-12-08 Thread Wu, Jingjing
> -Original Message- > From: You, KaisenX > Sent: Thursday, November 17, 2022 2:57 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Yang, Qiming ; Zhou, YidingX > ; You, KaisenX ; Wu, Jingjing > ; Xing, Beilei ; Zhang, Qi Z > > Subject: [PATCH] net/iavf:fix slo

RE: [PATCH] net/iavf:fix slow memory allocation

2022-12-07 Thread You, KaisenX
Can you please help to review? thanks. > -Original Message- > From: You, KaisenX > Sent: 2022年11月17日 14:57 > To: dev@dpdk.org > Cc: sta...@dpdk.org; Yang, Qiming ; Zhou, YidingX > ; You, KaisenX ; Wu, > Jingjing ; Xing, Beilei ; Zhang, > Qi Z > Subject: [PATC

RE: [PATCH] net/iavf:fix slow memory allocation

2022-11-18 Thread Jiale, SongX
> -Original Message- > From: Kaisen You > Sent: Thursday, November 17, 2022 2:57 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Yang, Qiming ; Zhou, YidingX > ; You, KaisenX ; Wu, > Jingjing ; Xing, Beilei ; Zhang, > Qi Z > Subject: [PATCH] net/iavf:fix slow mem

[PATCH] net/iavf:fix slow memory allocation

2022-11-16 Thread Kaisen You
In some cases, the DPDK does not allocate hugepage heap memory to some sockets due to the user setting parameters (e.g. -l 40-79, SOCKET 0 has no memory). When the interrupt thread runs on the corresponding core of this socket, each allocation/release will execute a whole set of heap allocation/rel