Re: [PATCH 0/2] PCI-Express Non-Transparent Bridge Support

2012-10-10 Thread Nicholas A. Bellinger
Hi Jon & Co,

On Tue, 2012-10-02 at 14:26 -0700, Jon Mason wrote:
> I am submitting version 4 of the PCI-Express Non-Transparent Bridge
> patches for inclusion in 3.7.  All outstanding issues from the RFC
> process have been addressed.
> 
> version 1
> http://thread.gmane.org/gmane.linux.kernel.pci/16443
> 
> Version 2 incorporates numerous clean-ups 
> http://thread.gmane.org/gmane.linux.kernel.pci/16696
> 
> Version 3 incorporates changes to conform NTB and client devices to the
> Linux device model (per Greg KH's request).
> http://thread.gmane.org/gmane.linux.kernel.pci/17808
> 
> Version 4 removes the transport transmit tasklet (per Dave Miller's
> request).
> http://thread.gmane.org/gmane.linux.network/244491
> 

I'm very happy with the current state of the new NTB subsystem code for
an initial merge.

As we are t-minus ~5 days until the v3.7 merge window closes, you'll
want to (very soon) be sending a PULL request to Linus for drivers/ntb/
with the appropriate Reviewed-By's + Acked-By's in place.

--nab







--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] PCI-Express Non-Transparent Bridge Support

2012-10-10 Thread Nicholas A. Bellinger
Hi Jon  Co,

On Tue, 2012-10-02 at 14:26 -0700, Jon Mason wrote:
 I am submitting version 4 of the PCI-Express Non-Transparent Bridge
 patches for inclusion in 3.7.  All outstanding issues from the RFC
 process have been addressed.
 
 version 1
 http://thread.gmane.org/gmane.linux.kernel.pci/16443
 
 Version 2 incorporates numerous clean-ups 
 http://thread.gmane.org/gmane.linux.kernel.pci/16696
 
 Version 3 incorporates changes to conform NTB and client devices to the
 Linux device model (per Greg KH's request).
 http://thread.gmane.org/gmane.linux.kernel.pci/17808
 
 Version 4 removes the transport transmit tasklet (per Dave Miller's
 request).
 http://thread.gmane.org/gmane.linux.network/244491
 

I'm very happy with the current state of the new NTB subsystem code for
an initial merge.

As we are t-minus ~5 days until the v3.7 merge window closes, you'll
want to (very soon) be sending a PULL request to Linus for drivers/ntb/
with the appropriate Reviewed-By's + Acked-By's in place.

--nab







--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] PCI-Express Non-Transparent Bridge Support

2012-10-03 Thread Nicholas A. Bellinger
On Tue, 2012-10-02 at 14:26 -0700, Jon Mason wrote:
> I am submitting version 4 of the PCI-Express Non-Transparent Bridge
> patches for inclusion in 3.7.  All outstanding issues from the RFC
> process have been addressed.
> 
> version 1
> http://thread.gmane.org/gmane.linux.kernel.pci/16443
> 
> Version 2 incorporates numerous clean-ups 
> http://thread.gmane.org/gmane.linux.kernel.pci/16696
> 
> Version 3 incorporates changes to conform NTB and client devices to the
> Linux device model (per Greg KH's request).
> http://thread.gmane.org/gmane.linux.kernel.pci/17808
> 
> Version 4 removes the transport transmit tasklet (per Dave Miller's
> request).
> http://thread.gmane.org/gmane.linux.network/244491
> 

Hi Jon,

I'm really excited to see this series merged for v3.7-rc code.

Please feel free to add my:

Reviewed-by: Nicholas Bellinger 

to the two individual patches for an initial merge.  I'm not sure which
tree that your intending to take this code upstream via, but also feel
free to add my:

Acked-by: Nicholas Bellinger 

of your maintainer-ship of /drivers/ntb/ subsystem code.

Very nice work on this series Jon !

--nab

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/2] PCI-Express Non-Transparent Bridge Support

2012-10-03 Thread Nicholas A. Bellinger
On Tue, 2012-10-02 at 14:26 -0700, Jon Mason wrote:
 I am submitting version 4 of the PCI-Express Non-Transparent Bridge
 patches for inclusion in 3.7.  All outstanding issues from the RFC
 process have been addressed.
 
 version 1
 http://thread.gmane.org/gmane.linux.kernel.pci/16443
 
 Version 2 incorporates numerous clean-ups 
 http://thread.gmane.org/gmane.linux.kernel.pci/16696
 
 Version 3 incorporates changes to conform NTB and client devices to the
 Linux device model (per Greg KH's request).
 http://thread.gmane.org/gmane.linux.kernel.pci/17808
 
 Version 4 removes the transport transmit tasklet (per Dave Miller's
 request).
 http://thread.gmane.org/gmane.linux.network/244491
 

Hi Jon,

I'm really excited to see this series merged for v3.7-rc code.

Please feel free to add my:

Reviewed-by: Nicholas Bellinger n...@linux-iscsi.org

to the two individual patches for an initial merge.  I'm not sure which
tree that your intending to take this code upstream via, but also feel
free to add my:

Acked-by: Nicholas Bellinger n...@linux-iscsi.org

of your maintainer-ship of /drivers/ntb/ subsystem code.

Very nice work on this series Jon !

--nab

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/2] PCI-Express Non-Transparent Bridge Support

2012-10-02 Thread Jon Mason
I am submitting version 4 of the PCI-Express Non-Transparent Bridge
patches for inclusion in 3.7.  All outstanding issues from the RFC
process have been addressed.

version 1
http://thread.gmane.org/gmane.linux.kernel.pci/16443

Version 2 incorporates numerous clean-ups 
http://thread.gmane.org/gmane.linux.kernel.pci/16696

Version 3 incorporates changes to conform NTB and client devices to the
Linux device model (per Greg KH's request).
http://thread.gmane.org/gmane.linux.kernel.pci/17808

Version 4 removes the transport transmit tasklet (per Dave Miller's
request).
http://thread.gmane.org/gmane.linux.network/244491

Thanks,
Jon

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/2] PCI-Express Non-Transparent Bridge Support

2012-10-02 Thread Jon Mason
I am submitting version 4 of the PCI-Express Non-Transparent Bridge
patches for inclusion in 3.7.  All outstanding issues from the RFC
process have been addressed.

version 1
http://thread.gmane.org/gmane.linux.kernel.pci/16443

Version 2 incorporates numerous clean-ups 
http://thread.gmane.org/gmane.linux.kernel.pci/16696

Version 3 incorporates changes to conform NTB and client devices to the
Linux device model (per Greg KH's request).
http://thread.gmane.org/gmane.linux.kernel.pci/17808

Version 4 removes the transport transmit tasklet (per Dave Miller's
request).
http://thread.gmane.org/gmane.linux.network/244491

Thanks,
Jon

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/