From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Ledford Subject: Re: [PATCH] IB/IPoIB: Check the headroom size Date: Wed, 26 Apr 2017 09:50:38 -0400 Message-ID: <1493214638.3041.110.camel@redhat.com> References: <1493134815.3041.72.camel@redhat.com> <1493192794.2409.3.camel@redhat.com> <20170426125230.GB19179@dhcp-13-42.nay.redhat.com> <1493213258.3041.98.camel@redhat.com> <20170426133353.GA7898@dhcp-13-42.nay.redhat.com> <1493214483.3041.108.camel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <1493214483.3041.108.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Honggang LI Cc: Paolo Abeni , Or Gerlitz , Erez Shitrit , Erez Shitrit , "linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Linux Netdev List , David Miller List-Id: linux-rdma@vger.kernel.org On Wed, 2017-04-26 at 09:48 -0400, Doug Ledford wrote: > On Wed, 2017-04-26 at 21:33 +0800, Honggang LI wrote: > > > > Yes, it is during the process of removing the final slave. The > > reproducer looks like this: > > > > ping remote_ip_over_bonding_interface & > > while 1; do > > ifdown bond0 > > ifup   bond0 > > done BTW, rerunning your test as: ping remote_ip_over_bonding_interface & while 1; do     echo -n "Downing interface..."     ifdown bond0     echo "done."     sleep 1     echo -n "Bringing interface up..."     ifup bond0     echo "done." done will allow you to more precisely identify whether the failure is during the down or the up of the interface. -- Doug Ledford     GPG KeyID: B826A3330E572FDD     Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html