linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.23 0/2] cxgb3 - Fix dev->priv usage
@ 2007-08-29  4:08 Divy Le Ray
  2007-08-29  5:35 ` Roland Dreier
  0 siblings, 1 reply; 5+ messages in thread
From: Divy Le Ray @ 2007-08-29  4:08 UTC (permalink / raw)
  To: Jeff Garzik, Roland Dreier; +Cc: netdev, linux-kernel, Steve Wise

Jeff/Roland,

I'm resubmitting the cxgb3 dev->priv fix for inclusion in 2.6.23.
I also submit a follow-up patch for the iw_cxgb3 driver that fixes
the previous infiniband breakage.

Cheers,
Divy

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

* Re: [PATCH 2.6.23 0/2] cxgb3 - Fix dev->priv usage
  2007-08-29  4:08 [PATCH 2.6.23 0/2] cxgb3 - Fix dev->priv usage Divy Le Ray
@ 2007-08-29  5:35 ` Roland Dreier
  2007-08-29 10:42   ` Jeff Garzik
  2007-08-29 17:53   ` Divy Le Ray
  0 siblings, 2 replies; 5+ messages in thread
From: Roland Dreier @ 2007-08-29  5:35 UTC (permalink / raw)
  To: Divy Le Ray; +Cc: Jeff Garzik, netdev, linux-kernel, Steve Wise

Looks OK to me but I would just roll up the second patch into the
first patch and let Jeff merge it as one commit.  There's no point in
creating an intermediate tree that doesn't build -- it just breaks git
bisect for no useful purpose.

Also as a side note, when trying to test this I got the message

    could not load TP SRAM: unable to load t3a_protocol_sram-1.0.44.bin

and you guys seem to only have t3b protocol sram images on your web
site.  Could you send me the t3a file (or swap out my T3A boards for
T3B boards ;)?

Thanks,
  Roland

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

* Re: [PATCH 2.6.23 0/2] cxgb3 - Fix dev->priv usage
  2007-08-29  5:35 ` Roland Dreier
@ 2007-08-29 10:42   ` Jeff Garzik
  2007-08-29 17:53   ` Divy Le Ray
  1 sibling, 0 replies; 5+ messages in thread
From: Jeff Garzik @ 2007-08-29 10:42 UTC (permalink / raw)
  To: Roland Dreier, Divy Le Ray; +Cc: netdev, linux-kernel, Steve Wise

Roland Dreier wrote:
> Looks OK to me but I would just roll up the second patch into the
> first patch and let Jeff merge it as one commit.  There's no point in
> creating an intermediate tree that doesn't build -- it just breaks git
> bisect for no useful purpose.

Agreed -- this needs to be in a single patch.

	Jeff




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

* Re: [PATCH 2.6.23 0/2] cxgb3 - Fix dev->priv usage
  2007-08-29  5:35 ` Roland Dreier
  2007-08-29 10:42   ` Jeff Garzik
@ 2007-08-29 17:53   ` Divy Le Ray
  2007-09-04 15:09     ` Steve Wise
  1 sibling, 1 reply; 5+ messages in thread
From: Divy Le Ray @ 2007-08-29 17:53 UTC (permalink / raw)
  To: Roland Dreier; +Cc: Jeff Garzik, netdev, linux-kernel, Steve Wise

Roland Dreier wrote:
>
> Looks OK to me but I would just roll up the second patch into the
> first patch and let Jeff merge it as one commit.  There's no point in
> creating an intermediate tree that doesn't build -- it just breaks git
> bisect for no useful purpose.
>

Okay, Jeff agrees too, I'll do so.

> Also as a side note, when trying to test this I got the message
>
>     could not load TP SRAM: unable to load t3a_protocol_sram-1.0.44.bin
>
> and you guys seem to only have t3b protocol sram images on your web
> site.  Could you send me the t3a file (or swap out my T3A boards for
> T3B boards ;)?
>
I'd rather fix the driver then:
First, HW folks tell me that there is no need for engine
microcode update for T3A.
Moreover, there is a bug when the file name is constructed.
We have T3B and T3B2 board revs, the driver looks for
t3b_protocol_sram-1.0.44.bin for T3B2 boards and defaults to
t3a_protocol_sram-1.0.44.bin even for T3B boards.
I submitted a patch fixing this in netdev#upstream.
I should propose the fix for 2.6.23 instead.

Cheers,
Divy


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

* Re: [PATCH 2.6.23 0/2] cxgb3 - Fix dev->priv usage
  2007-08-29 17:53   ` Divy Le Ray
@ 2007-09-04 15:09     ` Steve Wise
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Wise @ 2007-09-04 15:09 UTC (permalink / raw)
  To: Roland Dreier; +Cc: Divy Le Ray, linux-kernel

Roland,

We'll work on upgrading you to T3B2 boards as well.

Stay tuned.

Steve.



Divy Le Ray wrote:
> Roland Dreier wrote:
>>
>> Looks OK to me but I would just roll up the second patch into the
>> first patch and let Jeff merge it as one commit.  There's no point in
>> creating an intermediate tree that doesn't build -- it just breaks git
>> bisect for no useful purpose.
>>
> 
> Okay, Jeff agrees too, I'll do so.
> 
>> Also as a side note, when trying to test this I got the message
>>
>>     could not load TP SRAM: unable to load t3a_protocol_sram-1.0.44.bin
>>
>> and you guys seem to only have t3b protocol sram images on your web
>> site.  Could you send me the t3a file (or swap out my T3A boards for
>> T3B boards ;)?
>>
> I'd rather fix the driver then:
> First, HW folks tell me that there is no need for engine
> microcode update for T3A.
> Moreover, there is a bug when the file name is constructed.
> We have T3B and T3B2 board revs, the driver looks for
> t3b_protocol_sram-1.0.44.bin for T3B2 boards and defaults to
> t3a_protocol_sram-1.0.44.bin even for T3B boards.
> I submitted a patch fixing this in netdev#upstream.
> I should propose the fix for 2.6.23 instead.
> 
> Cheers,
> Divy
> 

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

end of thread, other threads:[~2007-09-04 15:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-29  4:08 [PATCH 2.6.23 0/2] cxgb3 - Fix dev->priv usage Divy Le Ray
2007-08-29  5:35 ` Roland Dreier
2007-08-29 10:42   ` Jeff Garzik
2007-08-29 17:53   ` Divy Le Ray
2007-09-04 15:09     ` Steve Wise

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