Re: [RFC] random: use per lcore state

2023-09-10 Thread Konstantin Ananyev
09/09/2023 07:45, Mattias Rönnblom пишет: On 2023-09-09 02:13, Konstantin Ananyev wrote: 06/09/2023 21:02, Mattias Rönnblom пишет: On 2023-09-06 19:20, Stephen Hemminger wrote: Move the random number state into thread local storage. Me and Morten discussed TLS versus other alternatives in so

[PATCH 1/4] net/mlx5/hws: allow relaxed mode in MPLS matching

2023-09-10 Thread Erez Shitrit
Remove the previous constrain on relaxed mode, that way it will be like all other matching items, can be used in relaxed or non-relaxed mode. The previous constrain was due to HW limitation that supports MPLS over specific UDP port, now we give the ability to the user to make sure it is with the

[PATCH 2/4] net/mlx5/hws: allow attaching action template to matcher

2023-09-10 Thread Erez Shitrit
Allow user to add new action-template after the creation of the matcher. It is allowed only if the user indicates in the mlx5dr_matcher_attr that he might add new AT in the future by indicating the max_num_of_at and if needed the max_num_of_actions_in_at value. With these two values the matcher

[PATCH 3/4] net/mlx5/hws: print syndrome value on error

2023-09-10 Thread Erez Shitrit
Print the syndrome of failure of FW command. Signed-off-by: Erez Shitrit Reviewed-by: Alex Vesker Acked-by: Matan Azrad --- drivers/net/mlx5/hws/mlx5dr_cmd.c | 48 ++- 1 file changed, 34 insertions(+), 14 deletions(-) diff --git a/drivers/net/mlx5/hws/mlx5dr_cmd.

[PATCH 4/4] net/mlx5/hws: skip process action-template on coll matcher

2023-09-10 Thread Erez Shitrit
Collision matcher uses the same action-template and action STE's as its parent matcher, so ne need to redo it. Signed-off-by: Erez Shitrit Reviewed-by: Alex Vesker Acked-by: Matan Azrad --- drivers/net/mlx5/hws/mlx5dr_matcher.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff

RE: [PATCH v2] net/iavf: fix port stats not cleared

2023-09-10 Thread Zhang, Qi Z
> -Original Message- > From: Yiding Zhou > Sent: Thursday, September 7, 2023 10:40 AM > To: dev@dpdk.org > Cc: Zhou, YidingX ; sta...@dpdk.org; Xu, KuanX > > Subject: [PATCH v2] net/iavf: fix port stats not cleared > > After VF reset, kernel driver may reuse the orignal VSI without re

RE: [PATCH v3 1/9] net/cpfl: parse flow parser file in devargs

2023-09-10 Thread Wu, Jingjing
> -Original Message- > From: Qiao, Wenjing > Sent: Wednesday, September 6, 2023 5:34 PM > To: Zhang, Yuying ; dev@dpdk.org; Zhang, Qi Z > ; Wu, Jingjing ; Xing, Beilei > > Cc: Liu, Mingxia ; Qiao, Wenjing > > Subject: [PATCH v3 1/9] net/cpfl: parse flow parser file in devargs > > Add

RE: [PATCH v4] net/iavf: unregister intr handler before FD close

2023-09-10 Thread Zhang, Qi Z
> -Original Message- > From: Saurabh Singhal > Sent: Thursday, September 7, 2023 11:15 AM > To: Thomas Monjalon ; Wu, Jingjing > ; Xing, Beilei > Cc: dev@dpdk.org; Singhal, Saurabh > Subject: [PATCH v4] net/iavf: unregister intr handler before FD close > > Unregister VFIO interrupt h

RE: [PATCH 23/36] net/nfp: fix Rx and Tx queue state

2023-09-10 Thread Chaoyong He
Thanks, it looks good to me. Acked-by: Chaoyong He > -Original Message- > From: Jie Hai > Sent: Friday, September 8, 2023 7:29 PM > To: dev@dpdk.org; Chaoyong He ; Niklas > Soderlund ; Chengwen Feng > ; Lijun Ou ; Konstantin > Ananyev > <"konstantin.v.ananyev@yandex.rukonstantin.ananyev

RE: [PATCH v3 2/9] net/cpfl: add flow json parser

2023-09-10 Thread Wu, Jingjing
> +static int > +cpfl_json_object_to_int(json_object *object, const char *name, int *value) > +{ > + json_object *subobject; > + > + if (!object) { > + PMD_DRV_LOG(ERR, "object doesn't exist."); > + return -EINVAL; > + } > + subobject = json_object_object_get

RE: [PATCH v3 4/9] net/cpfl: setup ctrl path

2023-09-10 Thread Liu, Mingxia
> -Original Message- > From: Qiao, Wenjing > Sent: Wednesday, September 6, 2023 5:34 PM > To: Zhang, Yuying ; dev@dpdk.org; Zhang, Qi Z > ; Wu, Jingjing ; Xing, Beilei > > Cc: Liu, Mingxia ; Qiao, Wenjing > > Subject: [PATCH v3 4/9] net/cpfl: setup ctrl path > > Setup the control vpo

RE: [PATCH v3 4/9] net/cpfl: setup ctrl path

2023-09-10 Thread Wu, Jingjing
> -Original Message- > From: Qiao, Wenjing > Sent: Wednesday, September 6, 2023 5:34 PM > To: Zhang, Yuying ; dev@dpdk.org; Zhang, Qi Z > ; Wu, Jingjing ; Xing, Beilei > > Cc: Liu, Mingxia ; Qiao, Wenjing > > Subject: [PATCH v3 4/9] net/cpfl: setup ctrl path > > Setup the control vpo