Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions

2023-11-10 Thread Rahul Gupta
nel.org, > sujithsan...@microsoft.com, sowmini.varad...@microsoft.com > Subject: Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions > > On Thu, Nov 09, 2023 at 09:26:27AM -0800, Rahul Gupta wrote: > > On (11/08/23 16:40), Thomas Monjalon wrote: > > > Date: Wed, 08 Nov

Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions

2023-11-09 Thread Bruce Richardson
a > > , dev@dpdk.org, > > sovar...@linux.microsoft.com, ok...@kernel.org, > > sujithsan...@microsoft.com, sowmini.varad...@microsoft.com, Rahul Gupta > > > > Subject: Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions > > > > 08/11

Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions

2023-11-09 Thread Rahul Gupta
jithsan...@microsoft.com, sowmini.varad...@microsoft.com, Rahul Gupta > > Subject: Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions > > 08/11/2023 14:53, Dmitry Kozlyuk: > > 2023-11-07 23:03 (UTC+0530), rahul gupta: > > > > > From: Rahul Gupta > > &

Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions

2023-11-08 Thread Thomas Monjalon
08/11/2023 12:51, Bruce Richardson: > On Thu, Nov 02, 2023 at 11:19:24AM -0700, Rahul Gupta wrote: > > From: Rahul Gupta > > > > Initialization often requires rte_eal_init + rte_pktmbuf_pool_create > > which can consume a total time of 500-600 ms: > > a) For many devices FLR may take a significan

Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions

2023-11-08 Thread Thomas Monjalon
sowmini.varad...@microsoft.com, > > > rahulrgupt...@gmail.com, Rahul Gupta , Rahul > > > Gupta > > > > Subject: [RFC] eal: RFC to refactor rte_eal_init into sub-functions > > > > Date: Thu, 2 Nov 2023 11:19:24 -0700 > > > > X-Mailer: g

Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions

2023-11-08 Thread Dmitry Kozlyuk
il.com, Rahul Gupta , Rahul > > Gupta > > > Subject: [RFC] eal: RFC to refactor rte_eal_init into sub-functions > > > Date: Thu, 2 Nov 2023 11:19:24 -0700 > > > X-Mailer: git-send-email 1.8.3.1 > > > > > > From: Rahul Gupta > > > &

Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions

2023-11-08 Thread Bruce Richardson
On Thu, Nov 02, 2023 at 11:19:24AM -0700, Rahul Gupta wrote: > From: Rahul Gupta > > Initialization often requires rte_eal_init + rte_pktmbuf_pool_create > which can consume a total time of 500-600 ms: > a) For many devices FLR may take a significant chunk of time >(200-250 ms in our use-case

Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions

2023-11-08 Thread rahul gupta
Rahul Gupta wrote: > > > From: Rahul Gupta > > To: dev@dpdk.org, tho...@monjalon.net > > Cc: sovar...@linux.microsoft.com, ok...@kernel.org, > sujithsan...@microsoft.com, sowmini.varad...@microsoft.com, > rahulrgupt...@gmail.com, Rahul Gupta , Rahul > Gupta > > S

Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions

2023-11-07 Thread Rahul Gupta
ft.com, rahulrgupt...@gmail.com, Rahul Gupta > > Subject: Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions > X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) > > On Thu, 2 Nov 2023 11:19:24 -0700 > Rahul Gupta wrote: > > >

Re: [RFC] eal: RFC to refactor rte_eal_init into sub-functions

2023-11-02 Thread Stephen Hemminger
, Rahul Gupta > > Subject: [RFC] eal: RFC to refactor rte_eal_init into sub-functions > Date: Thu, 2 Nov 2023 11:19:24 -0700 > X-Mailer: git-send-email 1.8.3.1 > > From: Rahul Gupta > > Initialization often requires rte_eal_init + rte_pktmbuf_pool_create > which can co

[RFC] eal: RFC to refactor rte_eal_init into sub-functions

2023-11-02 Thread Rahul Gupta
From: Rahul Gupta Initialization often requires rte_eal_init + rte_pktmbuf_pool_create which can consume a total time of 500-600 ms: a) For many devices FLR may take a significant chunk of time (200-250 ms in our use-case), this FLR is triggered during device probe in rte_eal_init(). b) rte