From: Jeff Garzik <jeff@garzik.org>
To: Divy Le Ray <divy@chelsio.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
swise@opengridcomputing.com
Subject: Re: [PATCH 8/11] cxgb3 - Update internal memory management
Date: Fri, 31 Aug 2007 09:36:30 -0400 [thread overview]
Message-ID: <46D8195E.20802@garzik.org> (raw)
In-Reply-To: <20070822034941.9387.79621.stgit@speedy5>
Divy Le Ray wrote:
> From: Divy Le Ray <divy@chelsio.com>
>
> Set PM1 internal memory to round robin mode
> It balances access to this internal memory for multiport adapters.
>
> Signed-off-by: Divy Le Ray <divy@chelsio.com>
> ---
>
> drivers/net/cxgb3/regs.h | 2 ++
> drivers/net/cxgb3/t3_hw.c | 2 ++
> 2 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/cxgb3/regs.h b/drivers/net/cxgb3/regs.h
> index 2824278..5e1bc0d 100644
> --- a/drivers/net/cxgb3/regs.h
> +++ b/drivers/net/cxgb3/regs.h
> @@ -1326,6 +1326,7 @@
> #define V_D0_WEIGHT(x) ((x) << S_D0_WEIGHT)
>
> #define A_PM1_RX_CFG 0x5c0
> +#define A_PM1_RX_MODE 0x5c4
>
> #define A_PM1_RX_INT_ENABLE 0x5d8
>
> @@ -1394,6 +1395,7 @@
> #define A_PM1_RX_INT_CAUSE 0x5dc
>
> #define A_PM1_TX_CFG 0x5e0
> +#define A_PM1_TX_MODE 0x5e4
>
> #define A_PM1_TX_INT_ENABLE 0x5f8
Future note:
would be nice to see the above as enums as well
next prev parent reply other threads:[~2007-08-31 13:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-22 3:49 [PATCH 8/11] cxgb3 - Update internal memory management Divy Le Ray
2007-08-31 13:36 ` Jeff Garzik [this message]
2007-08-31 13:37 ` 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=46D8195E.20802@garzik.org \
--to=jeff@garzik.org \
--cc=divy@chelsio.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.