From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id D48C07F6D for ; Mon, 25 Jan 2016 16:43:27 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id l65so69226813wmf.1 for ; Mon, 25 Jan 2016 07:43:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=SSaSYyXrOvuKYkd6mghZb5LM9f6WZnXq7sabFgkzedo=; b=m1WfiIDCuVTj3DwrKQs9wB/dWqVIK7L+PbQnAMwNqYweNmfoxCz6BIx6gY9GP1rvGH jJ1mCs28o8t8E6yMsCKVgGAvDLeOgaRHVubmPs1OlkUt8UW3TNK8WmWfaGrcXq+2Zjre MgUMXPu5iGeJTI3eNbuN14FxtrSphLPK4iPMkBQRu8n/XC4V7es9UrT7fuIkwDg04kTR SJO+8hy7Dfcl3LkzCpH3KEM8ptfCxvgW95Tp/XBi9rIVba1dGaB+YED3yYqbtQp4LYZB 1dIUTEX6m6770MJJWRdZkePNYO4GBiY+KHLSbtXSBgNVLA55BzV3O+ZqdnG/rDJTPf0K w5TA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=SSaSYyXrOvuKYkd6mghZb5LM9f6WZnXq7sabFgkzedo=; b=M3EZAo9FwGNlfJhalKWObpfYXrtiQFvzKAAXbSGQcfxh8pCGstVAsIutQcJnziVzia KlAC2tRcNB3HfbB99LzRKcbmJI+qMkVTiLAfJ9aNGQBQdBo9VNmSSGjhhd2/pTc5Dylb nDQ9QKmYQFWCfwiRU1d//+pTlUHZZBqLxqEdg2Bi80K54XWVVYrpNxbyohwMZsNS5EnA HbUfEQfLwqresBiO4PY72cfj9j0jARE5/mNiXBKYKWGu1fB76rEmZYeUHMDQ+wuTkX7Y nSZB6hIRzyHHhDm4Bq0k/GCP5DhT1mrcWiaQ3rdfb6VShSzlsgqBSRaIG1mUJWGKPz4P Q2tg== X-Gm-Message-State: AG10YOQhFfEUgLdH3J8WAXvqFoIzPr2c9H0JqTpz6UFhp5jP5+muoSeQtT96qvO6yhALGzdK X-Received: by 10.194.103.234 with SMTP id fz10mr18042563wjb.31.1453736607709; Mon, 25 Jan 2016 07:43:27 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ha9sm19710631wjc.3.2016.01.25.07.43.26 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Jan 2016 07:43:27 -0800 (PST) From: Thomas Monjalon To: Royce Niu Date: Mon, 25 Jan 2016 16:42:22 +0100 Message-ID: <2104784.rzpFcqBxg0@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: users@dpdk.org Subject: Re: [dpdk-users] Request an example config for DPDK IP PIPELINE X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 15:43:28 -0000 2016-01-25 23:40, Royce Niu: > I already bind three ports in DPDK. I want to set up a small router and a > firewall by IP Pipeline. > > But, I am so surprised that the doc ( > http://dpdk.org/doc/guides/sample_app_ug/ip_pipeline.html) only provide the > format of config without a complete config. So, may I have an example > config of router/firewall file and I will modify my own config according to > the example config. I think you will find this directory helpful: http://dpdk.org/browse/dpdk/tree/examples/ip_pipeline/config Please do not hesitate to send a patch to add a line in the doc. Thanks