Re: [openib-general] enable GSO over IPoIB

2006-10-16 Thread Shirley Ma
Roland Dreier <[EMAIL PROTECTED]> wrote on 10/16/2006 10:49:32 AM: >     Shirley> No, it doesn't. I am thinking to add enqueue/dequeue >     Shirley> multiple packets in qdisc. It would benifit other >     Shirley> networking device. > > So am I understanding correctly -- this is other work that

Re: [openib-general] enable GSO over IPoIB

2006-10-16 Thread Roland Dreier
Shirley> No, it doesn't. I am thinking to add enqueue/dequeue Shirley> multiple packets in qdisc. It would benifit other Shirley> networking device. So am I understanding correctly -- this is other work that is independent of GSO? Is the plan to add a new optional driver method that e

Re: [openib-general] enable GSO over IPoIB

2006-10-16 Thread Shirley Ma
Roland Dreier <[EMAIL PROTECTED]> wrote on 10/16/2006 10:37:12 AM: >     Shirley> Good. Then after enabling GSO, we can chain multiple >     Shirley> packets together in IPoIB for one doorbell to send large >     Shirley> packet. > > How does that work?  GSO doesn't change the hard_start_xmit()

Re: [openib-general] enable GSO over IPoIB

2006-10-16 Thread Roland Dreier
Shirley> Good. Then after enabling GSO, we can chain multiple Shirley> packets together in IPoIB for one doorbell to send large Shirley> packet. How does that work? GSO doesn't change the hard_start_xmit() interface, does it? - R. ___ ope

Re: [openib-general] enable GSO over IPoIB

2006-10-16 Thread Shirley Ma
Good. Then after enabling GSO, we can chain multiple packets together in IPoIB for one doorbell to send large packet. Thanks Shirley Ma IBM Linux Technology Center 15300 SW Koll Parkway Beaverton, OR 97006-6063 Phone(Fax): (503) 578-7638___ openib-gener

Re: [openib-general] enable GSO over IPoIB

2006-10-16 Thread Roland Dreier
Shirley> If we only support GSO enablement in ethtool, there is no Shirley> problem. What I meant is anything related to MAC address Shirley> in ethtool utility needs to be updated for IB device. Shirley> Do you like the idea to add ethtool support in IPoIB? Do Shirley> you wan

Re: [openib-general] enable GSO over IPoIB

2006-10-16 Thread Shirley Ma
Hi, Roland, If we only support GSO enablement in ethtool, there is no problem. What I meant is anything related to MAC address in ethtool utility needs to be updated for IB device. Do you like the idea to add ethtool support in IPoIB? Do you want me to work on this? Thanks Shirley Ma___

Re: [openib-general] enable GSO over IPoIB

2006-10-10 Thread Roland Dreier
>> We also need to patch the userlevel utility to support ibX >> interface. Now it only supports ethX. Is this really even true? Surely ethtool supports people who rename their ethX interfaces to something else, even ibX? For example on my system I can do the following: # ip link se

Re: [openib-general] enable GSO over IPoIB

2006-10-10 Thread Michael S. Tsirkin
Quoting r. Shirley Ma <[EMAIL PROTECTED]>: > Subject: Re: enable GSO over IPoIB > > "Michael S. Tsirkin" <[EMAIL PROTECTED]> wrote on 09/27/2006 01:30:03 AM: > >Any idea what does ethtool do that IPoIB can't support? > > > ethtool is an ethernet device tool. It's OK to partically implement ethtool

Re: [openib-general] enable GSO over IPoIB

2006-09-27 Thread Shirley Ma
"Michael S. Tsirkin" <[EMAIL PROTECTED]> wrote on 09/27/2006 01:30:03 AM: >Any idea what does ethtool do that IPoIB can't support? ethtool is an ethernet device tool. It's OK to partically implement ethtool operations in IPoIB. We also need to patch the userlevel utility to support ibX interface.

Re: [openib-general] enable GSO over IPoIB

2006-09-27 Thread Michael S. Tsirkin
Quoting r. Shirley Ma <[EMAIL PROTECTED]>: > Subject: Re: enable GSO over IPoIB > > > Shirley> Since linux 2.6.18 supports GSO, I have patched IPoIB to > > Shirley> enable GSO, but haven't tested the performance yet. Has > > Shirley> anyone tried already? > > > > No, I don't think anyo

Re: [openib-general] enable GSO over IPoIB

2006-09-26 Thread Shirley Ma
>     Shirley> Since linux 2.6.18 supports GSO, I have patched IPoIB to >     Shirley> enable GSO, but haven't tested the performance yet. Has >     Shirley> anyone tried already? > > No, I don't think anyone looked at that yet.  Could you post your > patch?  What is required?  Supporting gather/

Re: [openib-general] enable GSO over IPoIB

2006-09-26 Thread Roland Dreier
Shirley> Since linux 2.6.18 supports GSO, I have patched IPoIB to Shirley> enable GSO, but haven't tested the performance yet. Has Shirley> anyone tried already? No, I don't think anyone looked at that yet. Could you post your patch? What is required? Supporting gather/scatter? -

[openib-general] enable GSO over IPoIB

2006-09-26 Thread Shirley Ma
Since linux 2.6.18 supports GSO, I have patched IPoIB to enable GSO, but haven't tested the performance yet. Has anyone tried already? Thanks Shirley Ma IBM Linux Technology Center 15300 SW Koll Parkway Beaverton, OR 97006-6063 Phone(Fax): (503) 578-7638___