From owner-freebsd-current@FreeBSD.ORG Mon May 18 16:42:47 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D65789E5 for ; Mon, 18 May 2015 16:42:47 +0000 (UTC) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (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 9F4DD1259 for ; Mon, 18 May 2015 16:42:47 +0000 (UTC) Received: by ieczm2 with SMTP id zm2so103513967iec.1 for ; Mon, 18 May 2015 09:42:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FIC/eQLYgikUKmtZTI8d6aqK9q/HHUO9/rjx1RpLx8o=; b=sjtiFP/yK5boHmYVXz2JDdHyOBnNPiPClpJUcfkFrc0g55cJEJAJly0lp4fthQbtt4 EKVlpBMib/2xr1mNJw6hPevvqxwLG3mEqqpUD/qjtxZ0xPfshioXoRHJjuxJUKRNaK4z M3PdPBBYKjGtH+m5M+LeEuQj8CRsnyWEtmw9KmmTKJPGf+lHpmuBmw7v4a+7OmVNQiOl w0QyQUa/kzuYuXuR26SDnmU/G/3eUdwKdpSUNgW+d/VUuxkRkBf5ytdIQlhQJkhZkRBD Wabq0EokwoFmCNHSPLqtwiLcV5wjx+xQCpXgmnA9/K6ch3nQLNdFxRq80nRIq0W8fUpe XTBw== MIME-Version: 1.0 X-Received: by 10.50.39.105 with SMTP id o9mr15675332igk.39.1431967366922; Mon, 18 May 2015 09:42:46 -0700 (PDT) Received: by 10.107.40.194 with HTTP; Mon, 18 May 2015 09:42:46 -0700 (PDT) In-Reply-To: <20150518163039.GI1394@zxy.spb.ru> References: <20150518163039.GI1394@zxy.spb.ru> Date: Mon, 18 May 2015 12:42:46 -0400 Message-ID: Subject: Re: ixl and BOOTP From: Ryan Stone To: Slawa Olhovchenkov Cc: "Eggert, Lars" , "current@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2015 16:42:48 -0000 On Mon, May 18, 2015 at 12:30 PM, Slawa Olhovchenkov wrote: > On Mon, May 18, 2015 at 02:42:51PM +0000, Eggert, Lars wrote: > > > > > Legacy mode, and it hangs in the kernel. > > > > Without if_ixl in loader.conf, it does the usual BOOTP logic: > ^^^^^^^ ^^^^^^ > > Sending DHCP Discover packet from interface ix0 (90:e2:ba:77:d4:9c) > ^^^^^^^^^^^^^^ > > Sending DHCP Discover packet from interface ix1 (90:e2:ba:77:d4:9d) > ^^^^^^^^^^^^^^ > how this is posible? > > ix0 interfaces are created by the ixgbe driver, not ixl.