netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felix Manlunas <felix.manlunas@cavium.com>
To: "Chickles, Derek" <Derek.Chickles@cavium.com>
Cc: "davem@davemloft.net" <davem@davemloft.net>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"Vatsavayi, Raghu" <Raghu.Vatsavayi@cavium.com>,
	"Burla, Satananda" <Satananda.Burla@cavium.com>
Subject: Re: [PATCH net-next] liquidio: optimize reads from Octeon PCI console
Date: Thu, 29 Dec 2016 17:48:26 -0800	[thread overview]
Message-ID: <20161230014826.GA6085@felix.cavium.com> (raw)
In-Reply-To: <MWHPR07MB2943250F549EEF0D697C5E54F36A0@MWHPR07MB2943.namprd07.prod.outlook.com>

Chickles, Derek <Derek.Chickles@cavium.com> wrote on Thu [2016-Dec-29 17:42:34 -0800]:
> >  #ifdef __BIG_ENDIAN_BITFIELD
> >  static inline void
> > @@ -96,6 +96,25 @@ __octeon_pci_rw_core_mem(struct octeon_device
> > *oct, u64 addr,
> >  	u32 copy_len = 0, index_reg_val = 0;
> >  	unsigned long flags;
> >  	u8 __iomem *mapped_addr;
> > +	u64 static_mapping_base;
> > +
> > +	static_mapping_base = oct->console_nb_info.dram_region_base;
> > +
> 
> Does this work when there are multiple cards?

Yes, it works when there are multiple cards.

  reply	other threads:[~2016-12-30  2:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-30  1:04 [PATCH net-next] liquidio: optimize reads from Octeon PCI console Felix Manlunas
2016-12-30  1:42 ` Chickles, Derek
2016-12-30  1:48   ` Felix Manlunas [this message]
2016-12-30  3:26 ` David Miller

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=20161230014826.GA6085@felix.cavium.com \
    --to=felix.manlunas@cavium.com \
    --cc=Derek.Chickles@cavium.com \
    --cc=Raghu.Vatsavayi@cavium.com \
    --cc=Satananda.Burla@cavium.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.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 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).