DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] sched:In rte_sched_subport_config() API, subport_profile_id is       not set correctly.
@ 2022-08-18  5:41 Megha Ajmera
  2023-10-31 18:59 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Megha Ajmera @ 2022-08-18  5:41 UTC (permalink / raw)
  To: dev, jasvinder.singh, cristian.dumitrescu

---
 lib/sched/rte_sched.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/sched/rte_sched.c b/lib/sched/rte_sched.c
index 599c7e9536..09f855a04b 100644
--- a/lib/sched/rte_sched.c
+++ b/lib/sched/rte_sched.c
@@ -1263,8 +1263,6 @@ rte_sched_subport_config(struct rte_sched_port *port,
 
 		n_subports++;
 
-		subport_profile_id = 0;
-
 		/* Port */
 		port->subports[subport_id] = s;
 
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sched:In rte_sched_subport_config() API, subport_profile_id is       not set correctly.
  2022-08-18  5:41 [PATCH] sched:In rte_sched_subport_config() API, subport_profile_id is not set correctly Megha Ajmera
@ 2023-10-31 18:59 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2023-10-31 18:59 UTC (permalink / raw)
  To: Megha Ajmera; +Cc: dev, jasvinder.singh, cristian.dumitrescu

On Thu, 18 Aug 2022 05:41:51 +0000
Megha Ajmera <megha.ajmera@gmail.com> wrote:

> ---
>  lib/sched/rte_sched.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/lib/sched/rte_sched.c b/lib/sched/rte_sched.c
> index 599c7e9536..09f855a04b 100644
> --- a/lib/sched/rte_sched.c
> +++ b/lib/sched/rte_sched.c
> @@ -1263,8 +1263,6 @@ rte_sched_subport_config(struct rte_sched_port *port,
>  
>  		n_subports++;
>  
> -		subport_profile_id = 0;
> -
>  		/* Port */
>  		port->subports[subport_id] = s;
>  

The patch does not apply, either already fixed or you are looking a a different tree.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-31 18:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18  5:41 [PATCH] sched:In rte_sched_subport_config() API, subport_profile_id is not set correctly Megha Ajmera
2023-10-31 18:59 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).