RE: [PATCH] net/dpaa2: change threshold value

2023-11-03 Thread Hemant Agrawal
> -Original Message- > From: Ferruh Yigit > Sent: Friday, November 3, 2023 2:36 AM > To: Sachin Saxena (OSS) ; Hemant Agrawal > ; Sachin Saxena > Cc: dev@dpdk.org; Tianli Lai > Subject: Re: [PATCH] net/dpaa2: change threshold value > Importance: High > >

Re: [PATCH] net/dpaa2: change threshold value

2023-11-02 Thread Ferruh Yigit
On 9/29/2023 2:50 PM, Ferruh Yigit wrote: > On 6/9/2023 3:20 PM, Ferruh Yigit wrote: >> On 5/15/2023 9:16 AM, Sachin Saxena (OSS) wrote: >>> On 5/8/2023 4:11 PM, Tianli Lai wrote: Caution: This is an external email. Please take care when clicking links or opening attachments. When in doub

Re: [PATCH] net/dpaa2: change threshold value

2023-09-29 Thread Ferruh Yigit
On 6/9/2023 3:20 PM, Ferruh Yigit wrote: > On 5/15/2023 9:16 AM, Sachin Saxena (OSS) wrote: >> On 5/8/2023 4:11 PM, Tianli Lai wrote: >>> Caution: This is an external email. Please take care when clicking >>> links or opening attachments. When in doubt, report the message using >>> the 'Report this

Re: [PATCH] net/dpaa2: change threshold value

2023-06-09 Thread Ferruh Yigit
On 5/15/2023 9:16 AM, Sachin Saxena (OSS) wrote: > On 5/8/2023 4:11 PM, Tianli Lai wrote: >> Caution: This is an external email. Please take care when clicking >> links or opening attachments. When in doubt, report the message using >> the 'Report this email' button >> >> >> this threshold value ca

Re: [PATCH] net/dpaa2: change threshold value

2023-05-15 Thread Sachin Saxena (OSS)
On 5/8/2023 4:11 PM, Tianli Lai wrote: Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the message using the 'Report this email' button this threshold value can be changed with function argument nb_rx_desc. Signed-off-by:

[PATCH] net/dpaa2: change threshold value

2023-05-07 Thread Tianli Lai
this threshold value can be changed with function argument nb_rx_desc. Signed-off-by: Tianli Lai --- drivers/net/dpaa2/dpaa2_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethdev.c index 679f33ae1a..ad892ded