<?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 Re: ixp4xx IAL3.0 how to increase ethernet Rx maximum frame siz in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910114#M11850</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;For the IXPxxxx product line, you need to contract your local distributor to help you with submitting your questions for support. &lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;-Thai&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2008 17:27:37 GMT</pubDate>
    <dc:creator>Quoc-Thai_L_Intel</dc:creator>
    <dc:date>2008-01-03T17:27:37Z</dc:date>
    <item>
      <title>ixp4xx IAL3.0 how to increase ethernet Rx maximum frame size</title>
      <link>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910108#M11844</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm currently using IXP400 Intel Access Library version 3.0. How can I increase the ethernet Rx maximum frame size? Any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;-JA-&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Sep 2007 05:18:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910108#M11844</guid>
      <dc:creator>jasaw</dc:creator>
      <dc:date>2007-09-14T05:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: ixp4xx IAL3.0 how to increase ethernet Rx maximum frame siz</title>
      <link>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910109#M11845</link>
      <description>I had a look at the statistics collected by Intel Access Library and found that RxLargeFramesDiscards increases whenever I send it a large packet. My ethernet configuration is a little unusual as I have a switch connected to my ethernet port and the switch adds 4 bytes of frame header data to each ethernet packet.&lt;BR /&gt;&lt;BR /&gt;I spend some time looking into Intel Access Library source code and found that the NPE is keeping count of the RxLargeFramesDiscards, which leads me to think the NPE is doing comparison of incoming packet size with a defined maximum size. Is it possible to increase the maximum size?&lt;BR /&gt;&lt;BR /&gt;I have this same ethernet configuration (with 4 bytes added to ethernet frame) working with Intel Access Library version 2.4.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-JA-&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2007 01:32:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910109#M11845</guid>
      <dc:creator>jasaw</dc:creator>
      <dc:date>2007-09-17T01:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: ixp4xx IAL3.0 how to increase ethernet Rx maximum frame siz</title>
      <link>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910110#M11846</link>
      <description>In the Intel ethernet driver, I added a line of code to call this function ixEthAccFilteringPortMaximumFrameSizeSet and set the frame size to some bigger number and that seem to fixed the dropping of large frames problem.&lt;BR /&gt;&lt;BR /&gt;The question I have now is, what does this function actually do? Does the function change the maximum Tx frame size as well? I noticed there's ixEthAccFilteringPortMaximumRxFrameSizeSet and ixEthAccFilteringPortMaximumTxFrameSizeSet. Calling the Rx version seem to limit the NPE to accepting 64 bytes frames only. What's the difference between these 3 functions?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-JA-&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2007 05:44:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910110#M11846</guid>
      <dc:creator>jasaw</dc:creator>
      <dc:date>2007-09-17T05:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: ixp4xx IAL3.0 how to increase ethernet Rx maximum frame siz</title>
      <link>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910111#M11847</link>
      <description>&lt;P class="MsoNormal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"&gt;&lt;FONT color="#000000"&gt;Hi JA, &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"&gt;&lt;FONT color="#000000"&gt;some answersfor your questions.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"&gt;&lt;FONT color="#000000"&gt;ixEthAccFilteringPortMaximumFrameSizeSet() is a new function call in CSR3.0 which is the same function as ixEthDBFilteringPortMaximumFrameSizeSet() in CSR2.4.&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color="#000000"&gt;Please refer to CSR 3.0 programming guide section 8.10.3.11 Frame Size Filtering.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"&gt;&lt;/SPAN&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana"&gt;The maximum supported Ethernet frame size is 16,320 bytes. This value is set on a per-port basis using the &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;IxEthAcc &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana"&gt;API. The maximum frame size for fast path support is only 1518.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial"&gt;&lt;SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana"&gt;&lt;A href="http://softwareblogs.intel.com/author/jason-zhu/"&gt;Jason Zhu&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2007 16:40:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910111#M11847</guid>
      <dc:creator>Jason_Z_Intel</dc:creator>
      <dc:date>2007-09-19T16:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: ixp4xx IAL3.0 how to increase ethernet Rx maximum frame siz</title>
      <link>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910112#M11848</link>
      <description>&lt;P&gt;if you have further questions about Intel IXP products, you can submit your questions here: &lt;/P&gt;
&lt;P&gt;&lt;A href="http://supportmail.intel.com/scripts-emf/welcome.aspx"&gt;http://supportmail.intel.com/scripts-emf/welcome.aspx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2007 16:53:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910112#M11848</guid>
      <dc:creator>Jason_Z_Intel</dc:creator>
      <dc:date>2007-09-19T16:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: ixp4xx IAL3.0 how to increase ethernet Rx maximum frame siz</title>
      <link>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910113#M11849</link>
      <description>Which product selection should one chose when submitting a question ?&lt;BR /&gt;The ixp4xx CPU family is not listed. &lt;BR /&gt;&lt;BR /&gt;Darren&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jan 2008 22:37:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910113#M11849</guid>
      <dc:creator>dlissimore</dc:creator>
      <dc:date>2008-01-02T22:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: ixp4xx IAL3.0 how to increase ethernet Rx maximum frame siz</title>
      <link>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910114#M11850</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;For the IXPxxxx product line, you need to contract your local distributor to help you with submitting your questions for support. &lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;-Thai&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2008 17:27:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910114#M11850</guid>
      <dc:creator>Quoc-Thai_L_Intel</dc:creator>
      <dc:date>2008-01-03T17:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: ixp4xx IAL3.0 how to increase ethernet Rx maximum frame siz</title>
      <link>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910115#M11851</link>
      <description>Hello Thai,&lt;BR /&gt;&lt;BR /&gt;I don't mean to be disrespectful, but Intel local distributors are hopeless. They're not able to help me on any of my problems, which is disappointing. Is there better support available? Maybe IXP4XX Intel Access Library engineers mailing list that I can subscribe to?&lt;BR /&gt;&lt;BR /&gt;-JA-&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2008 05:14:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/ixp4xx-IAL3-0-how-to-increase-ethernet-Rx-maximum-frame-size/m-p/910115#M11851</guid>
      <dc:creator>jasaw</dc:creator>
      <dc:date>2008-05-07T05:14:50Z</dc:date>
    </item>
  </channel>
</rss>

