DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Mike Pattrick <mkp@redhat.com>
Cc: Aman Singh <aman.deep.singh@intel.com>,
	Yuying Zhang <yuying.zhang@intel.com>,
	dev@dpdk.org
Subject: Re: [PATCH] app/testpmd: expand noisy neighbour forward mode support
Date: Wed, 25 Jan 2023 14:57:35 -0800	[thread overview]
Message-ID: <20230125145735.11ccb263@hermes.local> (raw)
In-Reply-To: <20230125224531.162592-1-mkp@redhat.com>

On Wed, 25 Jan 2023 17:45:31 -0500
Mike Pattrick <mkp@redhat.com> wrote:

> +
> +static uint64_t rnd(void)
> +{
> +	RTE_PER_LCORE(seed) = 1103515245U * RTE_PER_LCORE(seed) + 12345U;
> +
> +	return RTE_PER_LCORE(seed);
> +}
> +

Strong NAK
 don't add another random generator.

  parent reply	other threads:[~2023-01-25 22:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-25 22:45 Mike Pattrick
2023-01-25 22:56 ` Stephen Hemminger
2023-01-25 22:57 ` Stephen Hemminger [this message]
2023-01-26  4:55 ` [PATCH v2] " Mike Pattrick
2023-02-01 15:19   ` Singh, Aman Deep
2023-02-01 19:03     ` Mike Pattrick
2023-02-08 16:57       ` Singh, Aman Deep

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=20230125145735.11ccb263@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=aman.deep.singh@intel.com \
    --cc=dev@dpdk.org \
    --cc=mkp@redhat.com \
    --cc=yuying.zhang@intel.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 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).