mbox series

[v2,0/2] sched: adds function to get 64 bits greatest common divisor

Message ID 20210923081122.176735-1-xuemingl@nvidia.com (mailing list archive)
Headers
Series sched: adds function to get 64 bits greatest common divisor |

Message

Xueming Li Sept. 23, 2021, 8:11 a.m. UTC
  Adds 64bit version of GCD.

v1: keep both 32 and 64 bit version
v2:
 - update 32bit function comments
 - add mlx5 patch

Xueming Li (2):
  sched: adds function to get 64 bits greatest common divisor
  vdpa/mlx5: fix large VM memory region registration

 drivers/vdpa/mlx5/mlx5_vdpa_mem.c |  6 +++---
 lib/sched/rte_sched_common.h      | 15 ++++++++++++---
 2 files changed, 15 insertions(+), 6 deletions(-)
  

Comments

Thomas Monjalon Sept. 27, 2021, 3:26 p.m. UTC | #1
> Xueming Li (2):
>   sched: adds function to get 64 bits greatest common divisor
>   vdpa/mlx5: fix large VM memory region registration

Series applied, thanks.

Note: commit logs are arranged, especially for adding verbs
and sorting tags.
  
Xueming Li Sept. 28, 2021, 5:47 a.m. UTC | #2
On Mon, 2021-09-27 at 17:26 +0200, Thomas Monjalon wrote:
> > Xueming Li (2):
> >   sched: adds function to get 64 bits greatest common divisor
> >   vdpa/mlx5: fix large VM memory region registration
> 
> Series applied, thanks.
> 
> Note: commit logs are arranged, especially for adding verbs
> and sorting tags.

Thanks very much!

> 
>