<?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: Strange setting helps - need to know why? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/strange-setting-helps-need-to-know-why/m-p/4766289#M43924</link>
    <description>Could not agree more! Here is what i am trying to do. Trying to use a generic tg3 driver, tell me if it ll work.&lt;BR /&gt;&lt;BR /&gt;1. edit the modprobe.conf and replace bnx2 with tg3&lt;BR /&gt;2. ifdown eth2&lt;BR /&gt;3. lsmod |grep tg3 (to confirm if tg3 is loaded.&lt;BR /&gt;4. ifup eth2&lt;BR /&gt;5. ethtool -i eth2 (to verify if driver is loaded.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike.</description>
    <pubDate>Wed, 16 Mar 2011 22:34:06 GMT</pubDate>
    <dc:creator>MSwift</dc:creator>
    <dc:date>2011-03-16T22:34:06Z</dc:date>
    <item>
      <title>Strange setting helps - need to know why?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-setting-helps-need-to-know-why/m-p/4766287#M43922</link>
      <description>We have a packet loss issue on (bnx2 driver) eth2. We have tried firmware upgrade, kernel upgrade (RHEL 5.5) etc and still packet loss occurs. Now we tried something totally strange we did ifconfig eth2 mtu 2000 up followed by ifconfig eth2 mtu 1500 up and after that our packet loss stopped (i know it clears counters) , now we do this on one more machine and the packet loss stopped there too. I wonder why?? all it will change is some /proc stuff (and would not affect any files) and we would lose it on reboot. But it confuses me. Anyone have any idea?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike.</description>
      <pubDate>Wed, 16 Mar 2011 19:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-setting-helps-need-to-know-why/m-p/4766287#M43922</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2011-03-16T19:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Strange setting helps - need to know why?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-setting-helps-need-to-know-why/m-p/4766288#M43923</link>
      <description>Looks like bnx2 driver in RHEL 5 has had quite a few bugs, and still has a few open issues:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bugzilla.redhat.com/buglist.cgi?query_format=specific&amp;amp;order=relevance+desc&amp;amp;bug_status=__all__&amp;amp;product=Red+Hat+Enterprise+Linux+5&amp;amp;content=bnx2" target="_blank"&gt;https://bugzilla.redhat.com/buglist.cgi?query_format=specific&amp;amp;order=relevance+desc&amp;amp;bug_status=__all__&amp;amp;product=Red+Hat+Enterprise+Linux+5&amp;amp;content=bnx2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For example, this bug seems to have caused packet loss:&lt;BR /&gt;&lt;A href="https://bugzilla.redhat.com/show_bug.cgi?id=640026" target="_blank"&gt;https://bugzilla.redhat.com/show_bug.cgi?id=640026&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It was fixed in kernel version 2.6.18-238.el5, released in mid-January.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 16 Mar 2011 20:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-setting-helps-need-to-know-why/m-p/4766288#M43923</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-16T20:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Strange setting helps - need to know why?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-setting-helps-need-to-know-why/m-p/4766289#M43924</link>
      <description>Could not agree more! Here is what i am trying to do. Trying to use a generic tg3 driver, tell me if it ll work.&lt;BR /&gt;&lt;BR /&gt;1. edit the modprobe.conf and replace bnx2 with tg3&lt;BR /&gt;2. ifdown eth2&lt;BR /&gt;3. lsmod |grep tg3 (to confirm if tg3 is loaded.&lt;BR /&gt;4. ifup eth2&lt;BR /&gt;5. ethtool -i eth2 (to verify if driver is loaded.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike.</description>
      <pubDate>Wed, 16 Mar 2011 22:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-setting-helps-need-to-know-why/m-p/4766289#M43924</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2011-03-16T22:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Strange setting helps - need to know why?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-setting-helps-need-to-know-why/m-p/4766290#M43925</link>
      <description>Is eth2 the only NIC on your system that uses the bnx2 driver?&lt;BR /&gt;&lt;BR /&gt;After running "ifdown eth2", the bnx2 driver module remains loaded. To unload it, you should use "modprobe -r bnx2" or "rmmod bnx2". If other NICs on your system use the bnx2 driver, the module won't unload unless all of them have been shut down.&lt;BR /&gt;&lt;BR /&gt;Likewise, since eth2 was already claimed by the bnx2 driver, if you have other NICs that use the tg3 driver, you may have to shutdown all those NICs and then unload &amp;amp; reload the tg3 driver to make it notice that eth2 is now available for it too.&lt;BR /&gt;&lt;BR /&gt;The alias entries in the modprobe.conf file only decide which driver module the OS attempts to load for each NIC; when a driver module is loaded, it will look for unclaimed hardware that is recognized by the driver code. With PCI/PCI-X/PCIe hardware, this recognition is usually done using the PCI hardware identifiers, but the driver module may implement extra checks.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 18 Mar 2011 12:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-setting-helps-need-to-know-why/m-p/4766290#M43925</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-18T12:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Strange setting helps - need to know why?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-setting-helps-need-to-know-why/m-p/4766291#M43926</link>
      <description>You are correct. There is one more which uses the bnx2. Good Information. Thanks again. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Sat, 19 Mar 2011 21:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-setting-helps-need-to-know-why/m-p/4766291#M43926</guid>
      <dc:creator>MSwift</dc:creator>
      <dc:date>2011-03-19T21:46:40Z</dc:date>
    </item>
  </channel>
</rss>

