<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I think in this usage the in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/about-Cbo-and-CAs-help/m-p/1102985#M7346</link>
    <description>&lt;P&gt;I think in this usage the term "Caching Agent" is being used to refer to what might otherwise be called a "node".&amp;nbsp;&amp;nbsp; The functionality of the "caching agent" is implemented across a set of CBo units -- with addresses hashed across that set of CBo units.&amp;nbsp;&amp;nbsp; So the functionality of the caching agent is in the CBo's, but it takes multiple CBo's working together to constitute a "Caching Agent".&amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;"Support for up to 8 Caching Agents" means that there is support for 8 sockets, each acting as one "node".&amp;nbsp;&amp;nbsp; When a transaction reaches a target "node", a hash on the physical address is used to determine which of the CBo's is going to handle the Caching Agent's responsibilities for that transaction.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2016 18:44:03 GMT</pubDate>
    <dc:creator>McCalpinJohn</dc:creator>
    <dc:date>2016-03-08T18:44:03Z</dc:date>
    <item>
      <title>about Cbo and CAs ,help!</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/about-Cbo-and-CAs-help/m-p/1102984#M7345</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;I have a question about haswell architecture :&lt;/P&gt;
&lt;P&gt;I am reading haswell EDS document, there are 18 cache agent (CBO) in a 8890v3 socket , but when i read at Home agent(chapter 6.0), it says: "Support for up to 8 Caching Agents (CAs)", It seems that one socket has one Caching Agents(CAs).now I am confusing about Cbo and CAs, Are they the same thing ? what's the different between Cbo and CAs?&lt;/P&gt;
&lt;P&gt;can anyone help to figure them out ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks very much!&lt;/P&gt;
&lt;P&gt;rejohn&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 08:26:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/about-Cbo-and-CAs-help/m-p/1102984#M7345</guid>
      <dc:creator>zhihong_l_</dc:creator>
      <dc:date>2016-03-08T08:26:21Z</dc:date>
    </item>
    <item>
      <title>I think in this usage the</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/about-Cbo-and-CAs-help/m-p/1102985#M7346</link>
      <description>&lt;P&gt;I think in this usage the term "Caching Agent" is being used to refer to what might otherwise be called a "node".&amp;nbsp;&amp;nbsp; The functionality of the "caching agent" is implemented across a set of CBo units -- with addresses hashed across that set of CBo units.&amp;nbsp;&amp;nbsp; So the functionality of the caching agent is in the CBo's, but it takes multiple CBo's working together to constitute a "Caching Agent".&amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;"Support for up to 8 Caching Agents" means that there is support for 8 sockets, each acting as one "node".&amp;nbsp;&amp;nbsp; When a transaction reaches a target "node", a hash on the physical address is used to determine which of the CBo's is going to handle the Caching Agent's responsibilities for that transaction.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 18:44:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/about-Cbo-and-CAs-help/m-p/1102985#M7346</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2016-03-08T18:44:03Z</dc:date>
    </item>
    <item>
      <title>John,</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/about-Cbo-and-CAs-help/m-p/1102986#M7347</link>
      <description>&lt;P&gt;John,&lt;/P&gt;
&lt;P&gt;thank you , now I know that.&lt;/P&gt;
&lt;P&gt;And if a transaction reaches a target node ,who is the resbonsibility to hash on the physical address to determine the Cbo to handle it ?(the target nodes's QPI agent&amp;nbsp;or HA ? or the request node ?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rejohn&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 03:23:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/about-Cbo-and-CAs-help/m-p/1102986#M7347</guid>
      <dc:creator>zhihong_l_</dc:creator>
      <dc:date>2016-03-09T03:23:05Z</dc:date>
    </item>
    <item>
      <title>I don't think that Intel has</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/about-Cbo-and-CAs-help/m-p/1102987#M7348</link>
      <description>&lt;P&gt;I don't think that Intel has documented the chip-internal protocol with enough detail to know how this is implemented.&amp;nbsp; It is certainly possible that the transaction simply loops around the entire ring and every CBo ignores it except the one that owns that physical address.&amp;nbsp; The description of the R3QPI box in the Xeon E5 v3 Uncore Performance Monitoring Guide seems to support this interpretation, but that could be a misunderstanding on my part.&lt;/P&gt;

&lt;P&gt;I have worked on the design of processors that use "broadcast" mechanisms (where every box sees every transaction), and on processors that distribute mapping tables (and use those to convert requests from "broadcast" to "point-to-point" messages), and on processors that use some of each (depending on the transaction type).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;It seems likely that the Uncore Performance Monitoring Events for "RING_AD_USED" could be used (in combination with carefully generated test cases) to determine whether the ring uses a broadcast or a point-to-point mechanism to implement the mapping of physical addresses to CBo slices.&amp;nbsp; The details are left as an exercise for the reader....&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 21:19:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/about-Cbo-and-CAs-help/m-p/1102987#M7348</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2016-03-09T21:19:51Z</dc:date>
    </item>
  </channel>
</rss>

