mbox series

[0/2] bugfix for sched

Message ID 1619175672-20016-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series bugfix for sched |

Message

humin (Q) April 23, 2021, 11:01 a.m. UTC
  This patch set contains two bugfixes for sched.

Huisong Li (2):
  lib/sched: fix return value judgment
  lib/sched: optimize exception handling code

 lib/sched/rte_sched.c | 60 +++++++++++++++++++++++++++------------------------
 1 file changed, 32 insertions(+), 28 deletions(-)
  

Comments

humin (Q) May 24, 2021, 12:16 p.m. UTC | #1
Hi, all,
	any comments for this set?


在 2021/4/23 19:01, Min Hu (Connor) 写道:
> This patch set contains two bugfixes for sched.
> 
> Huisong Li (2):
>    lib/sched: fix return value judgment
>    lib/sched: optimize exception handling code
> 
>   lib/sched/rte_sched.c | 60 +++++++++++++++++++++++++++------------------------
>   1 file changed, 32 insertions(+), 28 deletions(-)
>
  
Thomas Monjalon July 24, 2021, 8:40 a.m. UTC | #2
23/04/2021 13:01, Min Hu (Connor):
> This patch set contains two bugfixes for sched.
> 
> Huisong Li (2):
>   lib/sched: fix return value judgment
>   lib/sched: optimize exception handling code

Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>

Applied, thanks.