[Accel-config] Re: [PATCH 1/1] accel-config: Remove traffic class setting from config file
Dave Jiang <dave.jiang at intel.com>
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
On 7/14/2021 9:51 PM, Tony Zhu wrote:
> Driver set GRPCFG traffic class to value of 1 for best performance
> on current generation of accelerators. Remove the traffic class in
> config file.
>
> Signed-off-by: Tony Zhu <tony.zhu(a)intel.com>
Reviewed-by: Dave Jiang <dave.jiang(a)intel.com>
Thanks Tony.
> ---
> test/configs/2g2q_user_1.conf | 8 --------
> 1 file changed, 8 deletions(-)
>
> diff --git a/test/configs/2g2q_user_1.conf b/test/configs/2g2q_user_1.conf
> index 32a033a..7c55e72 100644
> --- a/test/configs/2g2q_user_1.conf
> +++ b/test/configs/2g2q_user_1.conf
> @@ -8,8 +8,6 @@
> "tokens_reserved":0,
> "use_token_limit":0,
> "tokens_allowed":8,
> - "traffic_class_a":0,
> - "traffic_class_b":1,
> "grouped_workqueues":[
> {
> "dev":"wq0.0",
> @@ -39,8 +37,6 @@
> "tokens_reserved":0,
> "use_token_limit":0,
> "tokens_allowed":8,
> - "traffic_class_a":0,
> - "traffic_class_b":1,
> "grouped_workqueues":[
> {
> "dev":"wq0.1",
> @@ -70,16 +66,12 @@
> "tokens_reserved":0,
> "use_token_limit":0,
> "tokens_allowed":8,
> - "traffic_class_a":0,
> - "traffic_class_b":1
> },
> {
> "dev":"group0.3",
> "tokens_reserved":0,
> "use_token_limit":0,
> "tokens_allowed":8,
> - "traffic_class_a":0,
> - "traffic_class_b":1
> }
> ]
> }