From owner-freebsd-net@FreeBSD.ORG Mon Apr 1 10:24:25 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2E4A6E2B for ; Mon, 1 Apr 2013 10:24:25 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171]) by mx1.freebsd.org (Postfix) with ESMTP id AC49F137 for ; Mon, 1 Apr 2013 10:24:24 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id v10so1789123lbd.2 for ; Mon, 01 Apr 2013 03:24:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=1SWEgF8v58HSuGGNctiC3NXesPEc/NJ8eyeqbLmJMn4=; b=GBbZyrIvwTHqME3XxRIJaiOmEvkuzpck9ojHBpIDQL3frJWrahxcqC24m8eo6CVnZW dJoIiZVhOurpvGTFyWClhUxXll9bP3HvDjM52rd+Zml3GY8I3U+xYKILkW8oqhxqDHRp K7BuzeJHeX4T0NRuS9h5I6arNqnT50AGHooPwHNZy/5mFXy66YhTU4XlRPzXXihoGXb9 mInd6BrNHvVAqejvKfVaNME8OzLzXpFfMgtAy7klkghcL4HD8cNT9lrms4V+b+IFpf/7 XaW1W6IESYwY0JV4EmOY2pLdZmKWpILlsNTxkRtnRVGs3Y15ihKnxJHVfovrt4yW91ok fxrQ== MIME-Version: 1.0 X-Received: by 10.152.106.5 with SMTP id gq5mr5500147lab.5.1364811857937; Mon, 01 Apr 2013 03:24:17 -0700 (PDT) Sender: ndenev@gmail.com Received: by 10.114.92.10 with HTTP; Mon, 1 Apr 2013 03:24:17 -0700 (PDT) In-Reply-To: References: Date: Mon, 1 Apr 2013 11:24:17 +0100 X-Google-Sender-Auth: epyzCMVq33njl5xsx4CO9N67nu4 Message-ID: Subject: Re: 2 vlans - setfib - kernel: arpresolve: can't allocate llinfo for x.x.x.x From: Nikolay Denev To: Eduardo Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 10:24:25 -0000 Hi, You can try the patch form this PR : http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/167947 Looks like exactly the same issue. Regards, Nikolay On Thu, Mar 28, 2013 at 7:44 PM, Eduardo wrote: > Hi Folks, > > I have a server with a 10G intel card, X520-DA2, and it is working > fine, interface shows up as ix0 > > On this card, I have one interface connected at 10G, and it has 2 > vlans on it (no "plain" IP is on the machine or on this card, only via > these vlans) > > I have it also configured them with setfib on rc.local, so each vlan > is on your own fib and sees a different default gateway etc. > > I removed the other net and gateway from the FIBs, so one FIB has to > go to the gateway in order to reach the other vlan. > > I can ssh to the vlan10 fine ... and I can even do iperf UDP tests > between the two vlans, but TCP does not work... and I keep getting > these messages: > > kernel: arpresolve: can't allocate llinfo for > > I already removed IPFW from the kernel, (saw some reference to that > being the culprit), so there is no firewall right now. > > This is now on FreeBSD 8 STABLE ( to be more exact: 8.4-beta-1) and it > was before on 9.1, both have the same problem. I also tried something > I saw on a list, hard coding ixgbe_num_queues, but made no difference > either. > > Any ideias are appreciated. > > thanks > -Ed > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >