From owner-freebsd-net@FreeBSD.ORG Fri Nov 1 16:33:52 2013 Return-Path: Delivered-To: freebsd-net@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 C196D3B3 for ; Fri, 1 Nov 2013 16:33:52 +0000 (UTC) (envelope-from s.khanchi@gmail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D50D28D8 for ; Fri, 1 Nov 2013 16:33:52 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id f4so1321752wiw.4 for ; Fri, 01 Nov 2013 09:33:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=vswjD5pt+Ip9CC/rcoL0LIQ3egOuHF5H89slgjqp5TA=; b=PQhxmugASjaGWTZ4J0aUpyVH/3InPniQNLgOO9vdfcMujRTKgg+e/l4zLDlp+TD95K WaVxENF+xgDlMyJ6+yCFmATHsLaZeEvuoPQWKe0KB4BQM1rNTP6xgOueQc6iT0+XFC0l 4uUTrn2pSu66idX0uLYZOvNB5QwbaBO9NxojoLaZR2BuKouSZs25mf2wwdgr1zaeypZd hzp3x1Qf6c/kk1NeML6+JJDqJ1OjT0IYr7bGPYbh7UXg6Xma9eEua0fv8s/8VfS7XE5T FEj2lauy/4Zu7IN8UQXY/ktD8erqruOJJWhG2sRuYqdTcJeqaSaILGUtBVE17hWbnDcN KJTg== X-Received: by 10.180.105.194 with SMTP id go2mr3069156wib.39.1383323630849; Fri, 01 Nov 2013 09:33:50 -0700 (PDT) MIME-Version: 1.0 Sender: s.khanchi@gmail.com Received: by 10.194.122.230 with HTTP; Fri, 1 Nov 2013 09:33:30 -0700 (PDT) In-Reply-To: <20131031180907.GB62132@onelab2.iet.unipi.it> References: <20131031180907.GB62132@onelab2.iet.unipi.it> From: h bagade Date: Fri, 1 Nov 2013 20:03:30 +0330 X-Google-Sender-Auth: YQiKg7MJnikHJ6kl3tbJubrydd8 Message-ID: Subject: Re: Errors on running kipfw with vale switches To: Luigi Rizzo Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 16:33:52 -0000 On Thu, Oct 31, 2013 at 9:39 PM, Luigi Rizzo wrote: > On Thu, Oct 31, 2013 at 11:10:39AM +0330, h bagade wrote: > > Hi all, > > > > I want to run userland ipfw with netmap support(kipfw). When I try to > > follow the example to test kipfw, it encounters an error on following > > command: > > i suspect that stable/9 has an old version of the netmap code > so the argument to the ioctl fails. > In fact, I don't even remember if the code in stable/9 > supports VALE. > > Please wait for a few days, we am going to push a newer > version of netmap to both HEAD and stable/9 soon > > cheers > luigi > Thanks for your great support. I'll wait for your changes :)