From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Vijayakumar Muthuvel Manickam <mmvijay@gmail.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] virtio: Fix 32bit pmd for 64bit kernel
Date: Wed, 16 Jul 2014 00:23:48 +0200 [thread overview]
Message-ID: <1576178.uFnSdUscpi@xps13> (raw)
In-Reply-To: <CADJ2ZGM4fcKMxfhTCAB=5XdCna2zTZX0MrjfG4XDtVRP0Eu4hQ@mail.gmail.com>
Hi,
2014-07-14 14:17, Vijayakumar Muthuvel Manickam:
> *virtio_net_hdr_mem* member within *virtqueue* structure stores a
> physical address and is defined as void ptr. When 32bit pmd is used
> with 64bit kernel this leads to truncation of 64bit physical address
> and pkt i/o does not work.
> Changed *virtio_net_hdr_mem* to *phys_addr_t* type and
> removed the typecasts
Thanks for providing this patch. You were discussing this issue and it helps
to have a patch to apply.
Unfortunately, the patch seems corrupted.
Please use:
1) git format-patch
2) checkpatch.pl from kernel.org
3) git send-email
Thanks
--
Thomas
prev parent reply other threads:[~2014-07-15 22:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-14 21:17 Vijayakumar Muthuvel Manickam
2014-07-15 22:23 ` Thomas Monjalon [this message]
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=1576178.uFnSdUscpi@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=dev@dpdk.org \
--cc=mmvijay@gmail.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).