linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* ibmveth and LIOBN field
@ 2006-10-18  5:41 Benjamin Herrenschmidt
  2006-10-18 16:14 ` Santiago Leon
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2006-10-18  5:41 UTC (permalink / raw)
  To: Santiago Leon; +Cc: linuxppc-dev list, Paul Mackerras, David Gibson

Hi Santiago !

I'm a bit annoyed by a bit of code in the ibmveth driver:

It accesses the iommu table pointer, to get the index and put it into
it's own private adapter->liobn member. However, that is never used
anywhere except in ibmveth_seq_show() for the /proc stuff to display
this LIOBN value.

Is this actually useful ? I'd like to just remove that code. I'm
changing the DMA operations management globally in the powerpc
architecture and that code now needs fixups. I've done them, but it
annoys me to have this driver dive into data structures like iommu_table
that is should have no business mucking with.

Cheers,
Ben.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-18 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-18  5:41 ibmveth and LIOBN field Benjamin Herrenschmidt
2006-10-18 16:14 ` Santiago Leon

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).