From owner-freebsd-net@FreeBSD.ORG Thu Sep 18 02:39:14 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FB9B569 for ; Thu, 18 Sep 2014 02:39:14 +0000 (UTC) Received: from mail-oi0-x22e.google.com (mail-oi0-x22e.google.com [IPv6:2607:f8b0:4003:c06::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3CDA9B6E for ; Thu, 18 Sep 2014 02:39:14 +0000 (UTC) Received: by mail-oi0-f46.google.com with SMTP id i138so176952oig.5 for ; Wed, 17 Sep 2014 19:39:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=j4jRE65xdUZjD2cOZ2jnketbvXEAiW1znsfdQuJm7y8=; b=anIkW3DrH/2wpNIJ9vxX/cDK0G1ZmB9nB2Xt0CO1poVgDXtZp8psDqZweyd8x1+9JE qLYIxYb3R7/AfkoqnHEJzjSo1lex2489T+AdYn6INnEWJReaI8ffjFiS+O7lvDl0xQP5 G9VSZrMQX7ni82y7Gc/qz2GiBDC1ysNUTS/BOipb1v4u/PhaUQURh8CK0sOMPtmWFJeR Rh3sLZwsl8h/lOzZygC9Srq26rZZ/Wkay0nSzg96mg3gJtT7yWVPs/MEbmETwtkMJdsO RpLMNWX3CeG6iky6xlv61qeO2Trnt+ZdJZ8gSlXd/HX9D2gUW8vM+mvqZWYsTKDsRTXQ pNMw== MIME-Version: 1.0 X-Received: by 10.182.65.65 with SMTP id v1mr1271634obs.58.1411007953497; Wed, 17 Sep 2014 19:39:13 -0700 (PDT) Received: by 10.76.95.199 with HTTP; Wed, 17 Sep 2014 19:39:13 -0700 (PDT) Date: Thu, 18 Sep 2014 10:39:13 +0800 Message-ID: Subject: [netmap/vale-ctl] when could process packet From: upyzl To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 02:39:14 -0000 Hi, I think it's right place to talk about FreeBSD 10 - netmap question (location at FreeBSD 10: /usr/src/tools/tools/netmap ; with kernel device netmap on) I'm (entry) study on openflow software switch based on netmap/vale It seems very simple in vale-ctl.c and hard to add features for packet process (such as flow match and forward actions apply) Could anyone give me some advice? thanks. Best regards, Jaye