netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* i40e: Kernel unaligned access due to 'struct i40e_dma_mem' being 'packed'
@ 2016-01-28  1:50 tndave
  2016-01-28  6:56 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: tndave @ 2016-01-28  1:50 UTC (permalink / raw)
  To: netdev, Kirsher, Jeffrey T, Brandeburg, Jesse, Nelson, Shannon,
	Wyborny, Carolyn, Skidmore, Donald C, Allan, Bruce W,
	Ronciak, John, mitch.a.williams, intel-wired-lan
  Cc: tushar.n.dave

Hi,

i40e driver has 'struct i40e_dma_mem' defined with 'packed' directive
causing kernel unaligned errors on sparc (when 40e_allocate_dma_mem_d()
is being called)

log_unaligned: 1031 callbacks suppressed
Kernel unaligned access at TPC[448ae8] dma_4v_alloc_coherent+0x188/0x2e0
Kernel unaligned access at TPC[448ae8] dma_4v_alloc_coherent+0x188/0x2e0
Kernel unaligned access at TPC[448ae8] dma_4v_alloc_coherent+0x188/0x2e0
Kernel unaligned access at TPC[448ae8] dma_4v_alloc_coherent+0x188/0x2e0

This can be fixed with get_unaligned/put_unaligned(). However I don't
see 'struct i40e_dma_mem' is being directly shoved into NIC hardware.
But instead fields of the struct are being read and used for hardware
(e.g. dma_addr_t pa). For the test, I remove __packed, and i40e driver
and HW works fine. (of course kernel unaligned errors are gone too).
My question is, does 'struct i40e_dma_mem' required to be __packed?

Thanks.

-Tushar

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

end of thread, other threads:[~2016-02-14  0:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-28  1:50 i40e: Kernel unaligned access due to 'struct i40e_dma_mem' being 'packed' tndave
2016-01-28  6:56 ` David Miller
2016-01-29 22:47   ` tndave
2016-02-14  0:22     ` tndave

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