netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* netconf notes and materials
@ 2009-10-07 11:47 David Miller
  2009-10-09 21:49 ` Bill Fink
  2010-11-07 19:06 ` Rami Rosen
  0 siblings, 2 replies; 8+ messages in thread
From: David Miller @ 2009-10-07 11:47 UTC (permalink / raw)
  To: netdev


Just a note that all of the available notes and slide etc.
materials are available for netconf2009 at:

	http://vger.kernel.org/netconf2009.html

Enjoy.

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

* Re: netconf notes and materials
  2009-10-07 11:47 netconf notes and materials David Miller
@ 2009-10-09 21:49 ` Bill Fink
  2009-10-09 21:51   ` David Miller
  2010-11-07 19:06 ` Rami Rosen
  1 sibling, 1 reply; 8+ messages in thread
From: Bill Fink @ 2009-10-09 21:49 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, peter.p.waskiewicz.jr

On Wed, 07 Oct 2009, David Miller wrote:

> 
> Just a note that all of the available notes and slide etc.
> materials are available for netconf2009 at:
> 
> 	http://vger.kernel.org/netconf2009.html
> 
> Enjoy.

Thanks very much for the URL!

A question for Peter P Waskiewicz Jr, who presented on "NUMA scaling
issues in 10GbE":

How did you do the NUMA memory performance monitoring that was
presented on one of your slides?  This could be useful to me in
further pursuing an issue I recently raised with the subject
"Receive side performance issue with multi-10-GigE and NUMA"
(see http://article.gmane.org/gmane.linux.network/134658).

					-Thanks again

					-Bill

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

* Re: netconf notes and materials
  2009-10-09 21:49 ` Bill Fink
@ 2009-10-09 21:51   ` David Miller
  2009-10-09 23:01     ` Peter P Waskiewicz Jr
  0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2009-10-09 21:51 UTC (permalink / raw)
  To: billfink; +Cc: netdev, peter.p.waskiewicz.jr

From: Bill Fink <billfink@mindspring.com>
Date: Fri, 9 Oct 2009 17:49:49 -0400

> How did you do the NUMA memory performance monitoring that was
> presented on one of your slides?

Using proprietary internal tools Intel is unlikely to release.

On the bright side, some of those metrics will make their way into the
'perf' facilities in the kernel so they can be monitored, but not all
of them.


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

* Re: netconf notes and materials
  2009-10-09 21:51   ` David Miller
@ 2009-10-09 23:01     ` Peter P Waskiewicz Jr
  2009-10-09 23:31       ` Krzysztof Halasa
  2009-10-09 23:35       ` Rick Jones
  0 siblings, 2 replies; 8+ messages in thread
From: Peter P Waskiewicz Jr @ 2009-10-09 23:01 UTC (permalink / raw)
  To: David Miller; +Cc: billfink@mindspring.com, netdev@vger.kernel.org

On Fri, 2009-10-09 at 14:51 -0700, David Miller wrote:
> From: Bill Fink <billfink@mindspring.com>
> Date: Fri, 9 Oct 2009 17:49:49 -0400
> 
> > How did you do the NUMA memory performance monitoring that was
> > presented on one of your slides?
> 
> Using proprietary internal tools Intel is unlikely to release.
> 
> On the bright side, some of those metrics will make their way into the
> 'perf' facilities in the kernel so they can be monitored, but not all
> of them.

Yes, they are tools written by our CPU and chipset teams to assist in
debug.  To reinforce what David just said, I know Jesse Barnes is
working hard with the Intel powers-that-be to get the "approved" public
PMU counters into the perf utility.  I'd imagine the PMU counters for
IOH memory throughput will be deemed ok, since it's not uncovering any
IP.

If I hear anything about any of the performance counters, I'll be sure
to forward that on.

Cheers,
-PJ


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

* Re: netconf notes and materials
  2009-10-09 23:01     ` Peter P Waskiewicz Jr
@ 2009-10-09 23:31       ` Krzysztof Halasa
  2009-10-09 23:35       ` Rick Jones
  1 sibling, 0 replies; 8+ messages in thread
From: Krzysztof Halasa @ 2009-10-09 23:31 UTC (permalink / raw)
  To: Peter P Waskiewicz Jr
  Cc: David Miller, billfink@mindspring.com, netdev@vger.kernel.org

Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> writes:

> Yes, they are tools written by our CPU and chipset teams to assist in
> debug.  To reinforce what David just said, I know Jesse Barnes is
> working hard with the Intel powers-that-be to get the "approved" public
> PMU counters into the perf utility.  I'd imagine the PMU counters for
> IOH memory throughput will be deemed ok, since it's not uncovering any
> IP.

Ehm perhaps something similar could also happen to source of IXP4xx
microcode and/or NPE docs? Not sure about IP, though isn't any IP there
already patented (and thus available)?

This is especially needed WRT HSS (sync serial port).

:-)
-- 
Krzysztof Halasa

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

* Re: netconf notes and materials
  2009-10-09 23:01     ` Peter P Waskiewicz Jr
  2009-10-09 23:31       ` Krzysztof Halasa
@ 2009-10-09 23:35       ` Rick Jones
  1 sibling, 0 replies; 8+ messages in thread
From: Rick Jones @ 2009-10-09 23:35 UTC (permalink / raw)
  To: Peter P Waskiewicz Jr
  Cc: David Miller, billfink@mindspring.com, netdev@vger.kernel.org

Peter P Waskiewicz Jr wrote:
> On Fri, 2009-10-09 at 14:51 -0700, David Miller wrote:
> 
>>From: Bill Fink <billfink@mindspring.com>
>>Date: Fri, 9 Oct 2009 17:49:49 -0400
>>
>>
>>>How did you do the NUMA memory performance monitoring that was
>>>presented on one of your slides?
>>
>>Using proprietary internal tools Intel is unlikely to release.
>>
>>On the bright side, some of those metrics will make their way into the
>>'perf' facilities in the kernel so they can be monitored, but not all
>>of them.
> 
> 
> Yes, they are tools written by our CPU and chipset teams to assist in
> debug.  To reinforce what David just said, I know Jesse Barnes is
> working hard with the Intel powers-that-be to get the "approved" public
> PMU counters into the perf utility.  I'd imagine the PMU counters for
> IOH memory throughput will be deemed ok, since it's not uncovering any
> IP.
> 
> If I hear anything about any of the performance counters, I'll be sure
> to forward that on.

 From the standpoint of I/O, anything that might enable a port of:

http://pcitop.berlios.de/

would be goodness.

rick jones

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

* Re: netconf notes and materials
  2009-10-07 11:47 netconf notes and materials David Miller
  2009-10-09 21:49 ` Bill Fink
@ 2010-11-07 19:06 ` Rami Rosen
  2010-11-08  1:53   ` David Miller
  1 sibling, 1 reply; 8+ messages in thread
From: Rami Rosen @ 2010-11-07 19:06 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

David,
1)  Great, thanks for the link!

2)  Regarding your "Linux Networking Futures 2010" slides :
 You mention in the fifth slide :
"XFS is in review state, 2.6.38 likely'.

I suppose you probably mean "XPS" patches,
the transmit Packet Steering patches by
Tom Herbert. Or am I wrong and don't know something ?

Rgs,
Rami Rosen



On Wed, Oct 7, 2009 at 1:47 PM, David Miller <davem@davemloft.net> wrote:
>
> Just a note that all of the available notes and slide etc.
> materials are available for netconf2009 at:
>
>        http://vger.kernel.org/netconf2009.html
>
> Enjoy.
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

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

* Re: netconf notes and materials
  2010-11-07 19:06 ` Rami Rosen
@ 2010-11-08  1:53   ` David Miller
  0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2010-11-08  1:53 UTC (permalink / raw)
  To: roszenrami; +Cc: netdev

From: Rami Rosen <roszenrami@gmail.com>
Date: Sun, 7 Nov 2010 21:06:20 +0200

> David,
> 1)  Great, thanks for the link!
> 
> 2)  Regarding your "Linux Networking Futures 2010" slides :
>  You mention in the fifth slide :
> "XFS is in review state, 2.6.38 likely'.
> 
> I suppose you probably mean "XPS" patches,
> the transmit Packet Steering patches by
> Tom Herbert. Or am I wrong and don't know something ?

You're correct, and the typo is mine :-)

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

end of thread, other threads:[~2010-11-08  1:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07 11:47 netconf notes and materials David Miller
2009-10-09 21:49 ` Bill Fink
2009-10-09 21:51   ` David Miller
2009-10-09 23:01     ` Peter P Waskiewicz Jr
2009-10-09 23:31       ` Krzysztof Halasa
2009-10-09 23:35       ` Rick Jones
2010-11-07 19:06 ` Rami Rosen
2010-11-08  1:53   ` David Miller

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