RE: [PATCH v2 15/16] net/pfe: reduce driver initialization time

2022-01-02 Thread Nipun Gupta
> -Original Message- > From: Stephen Hemminger > Sent: 27 December 2021 23:28 > To: Nipun Gupta > Cc: dev@dpdk.org; tho...@monjalon.net; ferruh.yi...@intel.com; Hemant > Agrawal ; Gagandeep Singh > Subject: Re: [PATCH v2 15/16] net/pfe: reduce driver initializa

Re: [PATCH v2 15/16] net/pfe: reduce driver initialization time

2021-12-27 Thread Stephen Hemminger
On Mon, 27 Dec 2021 21:46:44 +0530 nipun.gu...@nxp.com wrote: > From: Gagandeep Singh > > This patch reduces the delay in the device init. > > Signed-off-by: Gagandeep Singh > --- > drivers/net/pfe/pfe_hif.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drive

[PATCH v2 15/16] net/pfe: reduce driver initialization time

2021-12-27 Thread nipun . gupta
From: Gagandeep Singh This patch reduces the delay in the device init. Signed-off-by: Gagandeep Singh --- drivers/net/pfe/pfe_hif.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/pfe/pfe_hif.c b/drivers/net/pfe/pfe_hif.c index c4a7154ba7..eade726b2e 10064