From owner-svn-src-stable@freebsd.org Wed Jun 28 12:20:53 2017 Return-Path: Delivered-To: svn-src-stable@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 7B03CDA1077; Wed, 28 Jun 2017 12:20:53 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3ACEC76E62; Wed, 28 Jun 2017 12:20:53 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1dQBxb-0009sr-Ok; Wed, 28 Jun 2017 15:20:43 +0300 Date: Wed, 28 Jun 2017 15:20:43 +0300 From: Slawa Olhovchenkov To: Eric Joyner Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r317711 - stable/10/sys/dev/ixgbe Message-ID: <20170628122043.GE18123@zxy.spb.ru> References: <201705022257.v42MvRvo014209@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201705022257.v42MvRvo014209@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2017 12:20:53 -0000 On Tue, May 02, 2017 at 10:57:27PM +0000, Eric Joyner wrote: > Author: erj > Date: Tue May 2 22:57:27 2017 > New Revision: 317711 > URL: https://svnweb.freebsd.org/changeset/base/317711 > > Log: > ixgbe(4): Fix build issue when compiling with netmap enabled > > Sponsored by: Intel Corporation After this (and r315333) netmap like broken: packets don't received anymore. ix0: port 0xd020-0xd03f mem 0xfb280000-0xfb2fffff,0xfb704000-0xfb707fff irq 34 at device 0.0 on pci5 work at r313387