All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xueming Li <xuemingl@nvidia.com>
To: Matan Azrad <matan@nvidia.com>, <dev@dpdk.org>
Cc: <xuemingl@nvidia.com>, Kevin Traynor <ktraynor@redhat.com>
Subject: [dpdk-dev] [PATCH v2 0/2] sched: adds function to get 64 bits greatest common divisor
Date: Thu, 23 Sep 2021 16:11:20 +0800	[thread overview]
Message-ID: <20210923081122.176735-1-xuemingl@nvidia.com> (raw)
In-Reply-To: <32dc9e20-86dc-a0a6-74a2-9894cb680170@redhat.com>

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(-)

-- 
2.33.0


  parent reply	other threads:[~2021-09-23  8:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-23  8:15 [dpdk-dev] [PATCH] sched: support 64 bits greatest common divisor Xueming Li
2021-09-15 10:26 ` [dpdk-dev] [PATCH v1] sched: adds function to get " Xueming Li
2021-09-22 17:09   ` Kevin Traynor
2021-09-23  5:34     ` Xueming(Steven) Li
2021-09-23  8:11     ` Xueming Li [this message]
2021-09-23  8:11       ` [dpdk-dev] [PATCH v2 1/2] " Xueming Li
2021-09-23  9:53         ` Kevin Traynor
2021-09-23  8:11       ` [dpdk-dev] [PATCH v2 2/2] vdpa/mlx5: fix large VM memory region registration Xueming Li
2021-09-27 15:26       ` [dpdk-dev] [PATCH v2 0/2] sched: adds function to get 64 bits greatest common divisor Thomas Monjalon
2021-09-28  5:47         ` Xueming(Steven) Li

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210923081122.176735-1-xuemingl@nvidia.com \
    --to=xuemingl@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=ktraynor@redhat.com \
    --cc=matan@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.