<?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: RX packets drop at bonding interface in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rx-packets-drop-at-bonding-interface/m-p/4597506#M40038</link>
    <description>Shalom MKS,&lt;BR /&gt;&lt;BR /&gt;Packets are going to drop once in a while whether the interface is bonded or not.&lt;BR /&gt;&lt;BR /&gt;If it is significant, or performance is impacted, then look into the issue.&lt;BR /&gt;&lt;BR /&gt;Same as with anything else:&lt;BR /&gt;1) Cable could be bad.&lt;BR /&gt;2) NIC port could be bad.&lt;BR /&gt;3) Switch may not handle the bonding well.&lt;BR /&gt;4) Switch might need a firmware or configuration update.&lt;BR /&gt;5) You may wish to try a different bonding mode in modprobe.conf&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 09 Mar 2010 13:53:32 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2010-03-09T13:53:32Z</dc:date>
    <item>
      <title>RX packets drop at bonding interface</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rx-packets-drop-at-bonding-interface/m-p/4597505#M40037</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;we are using bonding (mode=1) which creates bond2 interface enslaving eth4/eth5 interfaces.&lt;BR /&gt;&lt;BR /&gt;We have seen everytime packets are dropping on bond2 for few hours and when I ran selftest offline, its rsolve the problem i.e pkt seen on this interface. The command to selftest on eth4 and eth5 as below:&lt;BR /&gt;root@payload3:~# ethtool -t eth4 &lt;BR /&gt;&lt;BR /&gt;The test result is PASS &lt;BR /&gt;&lt;BR /&gt;The test extra info: &lt;BR /&gt;&lt;BR /&gt;Register test  (offline)         0 &lt;BR /&gt;&lt;BR /&gt;Eeprom test    (offline)         0 &lt;BR /&gt;&lt;BR /&gt;Interrupt test (offline)         0 &lt;BR /&gt;&lt;BR /&gt;Loopback test  (offline)         0 &lt;BR /&gt;&lt;BR /&gt;Link test   (on/offline)         0 &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;root@payload3:~# ethtool -t eth5 &lt;BR /&gt;&lt;BR /&gt;The test result is FAIL &lt;BR /&gt;&lt;BR /&gt;The test extra info: &lt;BR /&gt;&lt;BR /&gt;Register test  (offline)         0 &lt;BR /&gt;&lt;BR /&gt;Eeprom test    (offline)         0 &lt;BR /&gt;&lt;BR /&gt;Interrupt test (offline)         0 &lt;BR /&gt;&lt;BR /&gt;Loopback test  (offline)         0 &lt;BR /&gt;&lt;BR /&gt;Link test   (on/offline)         1 &lt;BR /&gt;&lt;BR /&gt;The tcpdump data on bond2 is captured at the time issue happened, but no packet is captured at this point of time.&lt;BR /&gt;&lt;BR /&gt;root@payload1:~# ifconfig –a&lt;BR /&gt;&lt;TRUNCATING remaining="" output=""&gt;&lt;BR /&gt;bond2     Link encap:Ethernet  HWaddr 00:80:42:1D:64:2C&lt;BR /&gt;          inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING PROMISC MASTER MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:11381494 errors:0 dropped:3877327 overruns:0 frame:0&lt;BR /&gt;          TX packets:19144 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:943464682 (899.7 MiB)  TX bytes:1302504 (1.2 MiB)&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;eth4      Link encap:Ethernet  HWaddr 00:80:42:1D:64:2C&lt;BR /&gt;          inet6 addr: fe80::280:42ff:fe1d:642c/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:11381494 errors:0 dropped:3877327 overruns:0 frame:0&lt;BR /&gt;          TX packets:19144 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:943464682 (899.7 MiB)  TX bytes:1302504 (1.2 MiB)&lt;BR /&gt;          Base address:0x3000 Memory:d8400000-d8420000&lt;BR /&gt; &lt;BR /&gt;eth5      Link encap:Ethernet  HWaddr 00:80:42:1D:64:2C&lt;BR /&gt;          UP BROADCAST SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;          Base address:0x3040 Memory:d8420000-d8440000&lt;BR /&gt;&lt;BR /&gt;root@payload1:~# cat /proc/net/bonding/bond2&lt;BR /&gt;Ethernet Channel Bonding Driver: v2.6.3 (June 8, 2005)&lt;BR /&gt; &lt;BR /&gt;Bonding Mode: fault-tolerance (active-backup)&lt;BR /&gt;Primary Slave: None&lt;BR /&gt;Currently Active Slave: eth4&lt;BR /&gt;MII Status: up&lt;BR /&gt;MII Polling Interval (ms): 100&lt;BR /&gt;Up Delay (ms): 200&lt;BR /&gt;Down Delay (ms): 200&lt;BR /&gt; &lt;BR /&gt;Slave Interface: eth4&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 4&lt;BR /&gt;Permanent HW addr: 00:80:42:1d:64:2c&lt;BR /&gt; &lt;BR /&gt;Slave Interface: eth5&lt;BR /&gt;MII Status: down&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:80:42:1d:64:2d&lt;BR /&gt;&lt;BR /&gt;root@payload1:~# netstat -i&lt;BR /&gt;Kernel Interface table&lt;BR /&gt;Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR Flg&lt;BR /&gt;bond0  1500 0  22431248      0      0      024034375      0      0      0 BMmRU&lt;BR /&gt;bond1  1500 0  20027975      0      0      015809489      0      0      0 BMmRU&lt;BR /&gt;bond2  1500 0  11381494      0 3877632      0   19144      0      0     0 BMPmRU&lt;BR /&gt;eth0   1500 0  22435724      0      0      024034360      0      0      0 BMRU&lt;BR /&gt;eth1   1500 0  20027969      0      0      015809488      0      0      0 BMRU&lt;BR /&gt;eth3   1500 0         0      0      0      0       0      0      0      0 BMU&lt;BR /&gt;eth4   1500 0  11381494      0 3877632      0   19144      0      0     0 BMsRU&lt;BR /&gt;eth5   1500 0         0      0      0      0       0      0      0      0 BMsU&lt;BR /&gt;eth0.  1500 0  18878772      0      0      020481895      0      0      0 BMsRU&lt;BR /&gt;eth0.  1500 0   3552476      0      0      0 3552480      0      0      0 BMsRU&lt;BR /&gt;eth1.  1500 0  16473477      0      0      012257008      0      0      0 BMsRU&lt;BR /&gt;eth1.  1500 0   3554498      0      0      0 3552481      0      0      0 BMsRU&lt;BR /&gt;lo    16436 0  11069821      0      0      011069821      0      0      0 LRU&lt;BR /&gt;&lt;BR /&gt;We would like to know what is wrong with the interface as why it is not getting any packets and how the running of this command resolved the issue for us everytime.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MKS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/TRUNCATING&gt;</description>
      <pubDate>Tue, 09 Mar 2010 13:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rx-packets-drop-at-bonding-interface/m-p/4597505#M40037</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2010-03-09T13:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: RX packets drop at bonding interface</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rx-packets-drop-at-bonding-interface/m-p/4597506#M40038</link>
      <description>Shalom MKS,&lt;BR /&gt;&lt;BR /&gt;Packets are going to drop once in a while whether the interface is bonded or not.&lt;BR /&gt;&lt;BR /&gt;If it is significant, or performance is impacted, then look into the issue.&lt;BR /&gt;&lt;BR /&gt;Same as with anything else:&lt;BR /&gt;1) Cable could be bad.&lt;BR /&gt;2) NIC port could be bad.&lt;BR /&gt;3) Switch may not handle the bonding well.&lt;BR /&gt;4) Switch might need a firmware or configuration update.&lt;BR /&gt;5) You may wish to try a different bonding mode in modprobe.conf&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 09 Mar 2010 13:53:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rx-packets-drop-at-bonding-interface/m-p/4597506#M40038</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-03-09T13:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: RX packets drop at bonding interface</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rx-packets-drop-at-bonding-interface/m-p/4597507#M40039</link>
      <description>Thanks SEP.&lt;BR /&gt;&lt;BR /&gt;Why packets seen when we ran ethtool selftest in offline mode on eth4 during problem time? As per my understanding this will reset the interface at this particular point of time and porblem is going away. Isn't this  ruled out any hardware problem in this interface?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, will this issue be cause if we use other than mode 1 bonding on far end?&lt;BR /&gt;&lt;BR /&gt;Your comments is highly appriciate.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;MKS.</description>
      <pubDate>Wed, 10 Mar 2010 06:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rx-packets-drop-at-bonding-interface/m-p/4597507#M40039</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2010-03-10T06:16:43Z</dc:date>
    </item>
  </channel>
</rss>

