From owner-freebsd-hackers@freebsd.org Sun Oct 30 03:30:00 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB8EFC26CC2 for ; Sun, 30 Oct 2016 03:30:00 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: from mail-yw0-x236.google.com (mail-yw0-x236.google.com [IPv6:2607:f8b0:4002:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72B817F1 for ; Sun, 30 Oct 2016 03:30:00 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: by mail-yw0-x236.google.com with SMTP id w3so116319855ywg.1 for ; Sat, 29 Oct 2016 20:30:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=longcount-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=SOwZ8tmU7Q5SeTTEdz7NM68EQqHQyo42RWOxmUwhAT8=; b=QJXGS47izuaYAIurnJxlJSXd/n4U9m0zbOwvFubxlOtiCjp1mKcbWNoIewnkACndPv r0XX8q9Nun3XVv5JqKuxMz5HcE2/o0yGbsbZtP9y5GiHJogqQf76VwLCm7A6JyDbMFmq PkPKO50fMf1JIhR+SzMZZyY7oNxoZk9eIqPIvu2eRjHbXtQ/+nCVxjANB76y3XpDcZ+f jp2gweToJHUwvuNSNQ6R/E1FQ5+EQzboK6a/ZnY+hSzzEnarEby4b2ue0/qfSPwWxLrX cKXUrLyV9o7fEriM71jM5GKtBIcW/XvCx1mcp97UVvxkWKgDkcBS19p13FOUqTDeMsLd ixHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=SOwZ8tmU7Q5SeTTEdz7NM68EQqHQyo42RWOxmUwhAT8=; b=ZjF+5Bzub66pnHjc8Ll/+BttRFjSS8fr6Qwz+QHxM4JqHkFHcHTlN1R/Yyk7sUu67g veYlVq2e8lJNtJfAwAewCNZTD1PoiSh9QbcfiZfUstPFYOHkBz5KczkXpFcFhDjvPWxK 2bt1jVwEPT7lRWZWVrNfgXcREV7Q+O+YEKfmRLw568h0D+FJZZCVIQjkgVqhEFGtw3Hv I/Gg7W9l3eyby4SyyJeIB4kywDaHyU1WDJ6j0yY+b1ZKCuQt7m0CWRS5wXXWEezcgT64 ko2a392UimvPd9XEIPPBBP6fo8Nlt70bBnSz0L76qtCc+0Vqd1lpoE8LmRJAbQ5N9FiW xsBA== X-Gm-Message-State: ABUngveFLomyZO8c3c+ZaYLxJtS3d1XnMYQw7tg7872yE7a6DdpGNoPZoYA6QF92ZZ+Ze0EDH9VN0bwHzYdxJA== X-Received: by 10.13.194.197 with SMTP id e188mr17275629ywd.133.1477798199163; Sat, 29 Oct 2016 20:29:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.94.215 with HTTP; Sat, 29 Oct 2016 20:29:58 -0700 (PDT) X-Originating-IP: [24.44.110.108] In-Reply-To: <20161028211747.GU57714@zxy.spb.ru> References: <20161028211747.GU57714@zxy.spb.ru> From: Mark Saad Date: Sat, 29 Oct 2016 23:29:58 -0400 Message-ID: Subject: Re: lacp weirdness on 10.3-STABLE To: Slawa Olhovchenkov Cc: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2016 03:30:00 -0000 On Fri, Oct 28, 2016 at 5:17 PM, Slawa Olhovchenkov wrote: > On Fri, Oct 28, 2016 at 05:14:37PM -0400, Mark Saad wrote: > > > Hi everyone > > I wast sure where to start on this one. So let me jump in here. > > I have a box with a dual port solarflare card. Both ports were running in > > lacp > > lagg for a while with out any issues. I took the box down free up some > > space in the rack. I reciently > > booted it back up; using the original network ports and cables from the > > original seutp. However I can not bring up the lagg in lacp mode. > Trussing > > the process is showing this > > > > n01:~ # ifconfig lagg0 up lacp > > ifconfig: lacp: bad value > > > ifconfig lagg0 up laggproto lacp > > This is what happenes when I get overly tired. Thank you for pointing out that I was missing laggproto . All is well again. > > n01:~ # truss ifconfig lagg0 up lacp > > ..... > > read(4,"# $FreeBSD: stable/10/etc/networ"...,4096) = 368 (0x170) > > read(4,0x801c47000,4096) = 0 (0x0) > > close(4) = 0 (0x0) > > ifconfig: write(2,"ifconfig: ",10) = 10 (0xa) > > lacp: bad valuewrite(2,"lacp: bad value",15) = 15 > (0xf) > > .... > > > > I am at a loss. The Switch ports are in the original configs as well. > > Anyone have any ideas ? > > Kernel and Userland are FreeBSD 10.3-STABLE #0: Tue Aug 23 14:48:27 EDT > > 2016 > > > > > > -- > > mark saad | nonesuch@longcount.org > > _______________________________________________ > > freebsd-hackers@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@ > freebsd.org" > -- mark saad | nonesuch@longcount.org