From owner-freebsd-stable@freebsd.org Sun Oct 18 20:29:24 2015 Return-Path: Delivered-To: freebsd-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 B3797A189A5 for ; Sun, 18 Oct 2015 20:29:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 96B8C3DC for ; Sun, 18 Oct 2015 20:29:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 93D97A189A4; Sun, 18 Oct 2015 20:29:24 +0000 (UTC) Delivered-To: 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 93786A189A3 for ; Sun, 18 Oct 2015 20:29:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (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 631293DB for ; Sun, 18 Oct 2015 20:29:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbni9 with SMTP id ni9so42757979igb.1 for ; Sun, 18 Oct 2015 13:29:23 -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=naBQW+2uhfcihBPBuNl1Sa0XaUhOqdYkPzU+jbTJogA=; b=F+OXuSF3Gv+md2ZLf06JXAqpthfk5qwOxqfJvQNC77cmVeDK787KLt+zn1mM888+Q1 a5dIznug80Ne+mdRfAFturCNnwEKe/D8Gg50XsxQ5W42+1IsMslyxljm8NKN+z2TZmi9 QH7Jz2JU8auwp8gfSbPmwnQ0g49Hn74Kv7yqm1KqivqoqkQfE3IAZL1nO70yKHzlBZQR 492lAo3uuL9pnQem7S+CMfNAKAX6Kpr98ECmjT6l1Mt7ZLmY4EQpXK2CXjI12g6o/p7n nSMrSydDRxCq6u4dPOq5IZF87rgYUgggoBiT8w9nLrrfGNKTPXnsFilvAHe86fIwTQ/v Vz8A== MIME-Version: 1.0 X-Received: by 10.50.178.141 with SMTP id cy13mr15318462igc.61.1445200163790; Sun, 18 Oct 2015 13:29:23 -0700 (PDT) Received: by 10.36.46.66 with HTTP; Sun, 18 Oct 2015 13:29:23 -0700 (PDT) In-Reply-To: <20151018185639.GF42243@zxy.spb.ru> References: <20151018185639.GF42243@zxy.spb.ru> Date: Sun, 18 Oct 2015 13:29:23 -0700 Message-ID: Subject: Re: 82576 + NETMAP + VLAN From: Adrian Chadd To: Slawa Olhovchenkov Cc: "stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2015 20:29:24 -0000 On 18 October 2015 at 11:56, Slawa Olhovchenkov wrote: > I have 82576 in NETMAP mode. > 802.1q packets received in decapsulated form. > This is bug or this is normal behavior? I don't know if it's a bug or not; I don't know if it was ever defined behaviour. You should just disable the hardware vlan option via ifconfig or the ioctl and it'll "work right". -adrian > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"