From owner-freebsd-current@FreeBSD.ORG Wed Nov 6 21:53:07 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C08B5247 for ; Wed, 6 Nov 2013 21:53:07 +0000 (UTC) (envelope-from rizzo.unipi@gmail.com) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D2A32185 for ; Wed, 6 Nov 2013 21:53:07 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id x18so223785lbi.40 for ; Wed, 06 Nov 2013 13:53:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=GaXpYRtWg/0xS1qcEOR4v5bTM81rYWY30+x//HupVV0=; b=DeoTy4xAnBRG+PA+f+NhSg6gnv7BBw5eSr9GzJlsAMi1RSKw9zxWrjDssjN9VT4xK+ XnbLgO1EQIu7WIVvOWfnrsc0fB4O/8ASlyGvybfKln8BOdV675WqnzemKpkQoS1aTXgF faCrCYypqt87kjAFUzwWSA6u6+nUt9W41EVRwRYgWDdzk2pMeWJiwHRjhHDsYo0VASva bHt6/Y+kwbjZJu2jff0wiV7L9z6iaKddqzXVqEP29kCwqCs9ZnbssOmQeLzMFQdLYa36 O1N3vSzgxyZuqDgUtzzzuQByO+BxS7+ZOKSPgo/QGs32HuDVEH9hHYqXQ/rvOiPrvv/O k8Hg== MIME-Version: 1.0 X-Received: by 10.112.198.39 with SMTP id iz7mr4124940lbc.24.1383774785264; Wed, 06 Nov 2013 13:53:05 -0800 (PST) Sender: rizzo.unipi@gmail.com Received: by 10.114.23.35 with HTTP; Wed, 6 Nov 2013 13:53:05 -0800 (PST) In-Reply-To: <20131106181240.1bc60cdc@thor.walstatt.dyndns.org> References: <20131106181240.1bc60cdc@thor.walstatt.dyndns.org> Date: Wed, 6 Nov 2013 13:53:05 -0800 X-Google-Sender-Auth: mvbBM4USvgEdmTMHw2YEdo3QWl4 Message-ID: Subject: Re: 11.0-CURRENT: 708.295633 netmap_reset [3011] interface not in netmap mode From: Luigi Rizzo To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 06 Nov 2013 21:53:07 -0000 On Wed, Nov 6, 2013 at 9:12 AM, O. Hartmann wrote: > Since a couple of days now in 11.0-CURRENT, I see this message > > 708.295633 netmap_reset [3011] interface not in netmap mode > > > several times in the console logs. > > What does that mean? > it is a leftover debugging message. i have removed it now. thanks luigi