Re: [dpdk-dev] [PATCH v3 26/26] event/dlb: move rte config defines to runtime devargs

2021-04-14 Thread Jerin Jacob
Eads ; Van Haaren, Harry > > ; Jerin Jacob ; Thomas > > Monjalon > > Subject: Re: [dpdk-dev] [PATCH v3 26/26] event/dlb: move rte config defines > > to > > runtime devargs > > > > On Wed, Apr 14, 2021 at 1:49 AM Timothy McDaniel > > wrote: > > &g

Re: [dpdk-dev] [PATCH v3 26/26] event/dlb: move rte config defines to runtime devargs

2021-04-14 Thread McDaniel, Timothy
> -Original Message- > From: Jerin Jacob > Sent: Wednesday, April 14, 2021 2:11 PM > To: McDaniel, Timothy > Cc: dpdk-dev ; Carrillo, Erik G ; > Gage > Eads ; Van Haaren, Harry > ; Jerin Jacob ; Thomas > Monjalon > Subject: Re: [dpdk-dev] [PATCH v3 26/

Re: [dpdk-dev] [PATCH v3 26/26] event/dlb: move rte config defines to runtime devargs

2021-04-14 Thread Jerin Jacob
On Wed, Apr 14, 2021 at 1:49 AM Timothy McDaniel wrote: > > The new devarg names and their default values > are listed below. The defaults have not changed, and > none of these parameters are accessed in the fast path. > > poll_interval=1000 > sw_credit_quantai=32 > default_depth_thresh=256 > > Si

[dpdk-dev] [PATCH v3 26/26] event/dlb: move rte config defines to runtime devargs

2021-04-13 Thread Timothy McDaniel
The new devarg names and their default values are listed below. The defaults have not changed, and none of these parameters are accessed in the fast path. poll_interval=1000 sw_credit_quantai=32 default_depth_thresh=256 Signed-off-by: Timothy McDaniel --- config/rte_config.h| 3 -