From: Divy Le Ray <divy@chelsio.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Divy Le Ray <None@chelsio.com>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
swise@opengridcomputing.com
Subject: Re: [PATCH 1/10] cxgb3 - FW versioning
Date: Wed, 31 Jan 2007 18:09:58 -0800 [thread overview]
Message-ID: <45C14BF6.50309@chelsio.com> (raw)
In-Reply-To: <45C07202.3090308@garzik.org>
Hi Jeff,
Please see my replies in line.
> You need to submit a patch to remove the following ioctls:
>
> CHELSIO_SETREG:
> CHELSIO_GETREG:
These will get removed.
> CHELSIO_SET_QSET_PARAMS: (use ethtool instead)
> CHELSIO_GET_QSET_PARAMS: (use ethtool instead)
The T3 adapter supports multiple Tx/Rx queue sets,
each can be can individually configured through these ioctls.
ethtool is not adequate replacement because it can't configure
each queue individually on such a device. We'd love it if ethtool
were to be extended to provide good support for multi queue devices.
> CHELSIO_SET_QSET_NUM: (use ethtool instead)
> CHELSIO_GET_QSET_NUM: (use ethtool instead)
These are used to set the number of queue sets per port.
That also could be integrated in ethtool if extended
to add support for multiple queue devices.
We could alternatively use a sysfs attribute.
> CHELSIO_SETMTUTAB:
This one is needed to setup the device for RDMA.
> CHELSIO_GET_MEM:
This one is used for field diagnostics.
It dumps the state of on-card memory.
> CHELSIO_SET_TRACE_FILTER:
This one is used for RDMA.
It allows to see the ethernet packets the RDMA function
puts on the wire/receives from the wire.
> CHELSIO_SET_PKTSCHED:
This one binds a queue set to a port.
It could be turned to a sysfs attribute.
>
> explain and possibly remove
>
> CHELSIO_GET_PM:
> CHELSIO_SET_PM:
These are used to configure the on-card memory (tx/rx size
and number of pages). They could be turned into sysfs attributes.
Cheers,
Divy
next prev parent reply other threads:[~2007-02-01 2:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-31 3:43 [PATCH 1/10] cxgb3 - FW versioning Divy Le Ray
2007-01-31 10:40 ` Jeff Garzik
2007-01-31 12:44 ` Christoph Hellwig
2007-01-31 12:51 ` Jeff Garzik
2007-02-01 2:09 ` Divy Le Ray [this message]
2007-01-31 10:42 ` Jeff Garzik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45C14BF6.50309@chelsio.com \
--to=divy@chelsio.com \
--cc=None@chelsio.com \
--cc=jeff@garzik.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=swise@opengridcomputing.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).