DPDK patches and discussions
 help / color / mirror / Atom feed
From: Aaron Conole <aconole@redhat.com>
To: Xiaoyun Li <xiaoyun.li@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 4/4] examples/ntb: support more functions for NTB
Date: Thu, 05 Sep 2019 09:56:30 -0400	[thread overview]
Message-ID: <f7tsgpa978x.fsf@dhcp-25.97.bos.redhat.com> (raw)


Hi Xiaoyun,

Xiaoyun Li writes:

> Support to transmit files between two systems.
> Support iofwd between one ethdev and NTB device.
> Support rxonly and txonly for NTB device.
> Support to set forwarding mode as file-trans, txonly,
> rxonly or iofwd.
> Support to show/clear port stats and throughput.
>
> Signed-off-by: Xiaoyun Li <xiaoyun.li at intel.com>
> ---

...

> +	static uint64_t prev_cycles[2];
> +
> +	diff_cycles = prev_cycles[port];
> +	prev_cycles[port] = rte_rdtsc();
> +	if (diff_cycles > 0)

This (and a few other places) causes error on aarch64 platform.

Can you either restrict this example to x86 only, or rework it to use
some other interface?

See:

  https://travis-ci.com/ovsrobot/dpdk/jobs/231342972

for more information.

             reply	other threads:[~2019-09-05 13:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-05 13:56 Aaron Conole [this message]
2019-09-06  1:19 ` Li, Xiaoyun
  -- strict thread matches above, loose matches on Subject: below --
2019-09-05  5:39 [dpdk-dev] [PATCH 0/4] enable FIFO " Xiaoyun Li
2019-09-05  5:39 ` [dpdk-dev] [PATCH 4/4] examples/ntb: support more functions " Xiaoyun 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=f7tsgpa978x.fsf@dhcp-25.97.bos.redhat.com \
    --to=aconole@redhat.com \
    --cc=dev@dpdk.org \
    --cc=xiaoyun.li@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).