From owner-freebsd-current@freebsd.org Sun May 27 03:52:02 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37DD1F78286 for ; Sun, 27 May 2018 03:52:02 +0000 (UTC) (envelope-from jeffrey.e.pieper@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "orsmga101.jf.intel.com", Issuer "COMODO RSA Organization Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7DB996D5BF; Sun, 27 May 2018 03:52:01 +0000 (UTC) (envelope-from jeffrey.e.pieper@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 May 2018 20:51:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,446,1520924400"; d="scan'208";a="232168165" Received: from orsmsx101.amr.corp.intel.com ([10.22.225.128]) by fmsmga006.fm.intel.com with ESMTP; 26 May 2018 20:51:53 -0700 Received: from orsmsx111.amr.corp.intel.com ([169.254.12.64]) by ORSMSX101.amr.corp.intel.com ([169.254.8.143]) with mapi id 14.03.0319.002; Sat, 26 May 2018 20:51:52 -0700 From: "Pieper, Jeffrey E" To: "K. Macy" CC: =?windows-1256?Q?freebsd-current_=FD=5Bfreebsd-current=40freebsd=2Eorg=5D?= =?windows-1256?Q?=FD?= Subject: RE: ifa_ifwithnet failed ??? Thread-Topic: ifa_ifwithnet failed ??? Thread-Index: AdP1aKTP8RdOghFiQEmVOKBaZRDBLQAO6LiA//+MCAyAAHhjAP//jgz5 Date: Sun, 27 May 2018 03:51:51 +0000 Message-ID: <2A35EA60C3C77D438915767F458D6568B8A55936@ORSMSX111.amr.corp.intel.com> References: <2A35EA60C3C77D438915767F458D6568B8A558E5@ORSMSX111.amr.corp.intel.com> <2A35EA60C3C77D438915767F458D6568B8A5590D@ORSMSX111.amr.corp.intel.com>, In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.19.9.46] Content-Type: text/plain; charset="windows-1256" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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: Sun, 27 May 2018 03:52:02 -0000 =0A= ________________________________________=0A= From: kmacybsd@gmail.com [kmacybsd@gmail.com] on behalf of K. Macy [kmacy@f= reebsd.org]=0A= Sent: Saturday, May 26, 2018 8:35 PM=0A= To: Pieper, Jeffrey E=0A= Cc: freebsd-current =FD[freebsd-current@freebsd.org]=FD=0A= Subject: Re: ifa_ifwithnet failed ???=0A= =0A= > My guess is that this is caused by my changes. However, this is the=0A= > first time I've heard this reported so it would be useful to know how=0A= > I might reproduce it.=0A= =0A= > Thanks.=0A= > -M=0A= =0A= ERJ did commit at least one iflib patch yesterday as well. =0A= =0A= This is the kernel config:=0A= =0A= include GENERIC-NODEBUG=0A= =0A= ident VALIDATION=0A= =0A= option MROUTING=0A= option DDB=0A= =0A= # iWARP support=0A= options OFED=0A= options OFED_DEBUG_INIT=0A= options COMPAT_LINUXKPI=0A= options SDP=0A= options IPOIB_CM=0A= =0A= nodevice em=0A= nodevice igb=0A= nodevice fxp=0A= nodevice ix=0A= nodevice ixv=0A= nodevice ixl=0A= nodevice ixlv=0A= =0A= device netmap=0A= =0A= Jeff=0A= =0A= =0A=