All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: Vijayakumar Muthuvel Manickam
	<mmvijay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: dev-VfR2kkLFssw@public.gmane.org
Subject: Re: [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-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

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

      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 [PATCH] virtio: Fix 32bit pmd for 64bit kernel Vijayakumar Muthuvel Manickam
     [not found] ` <CADJ2ZGM4fcKMxfhTCAB=5XdCna2zTZX0MrjfG4XDtVRP0Eu4hQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
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-pdr9zngts4eavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=mmvijay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /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.