From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f172.google.com (mail-qk0-f172.google.com [209.85.220.172]) by dpdk.org (Postfix) with ESMTP id D0F272B9A for ; Wed, 12 Oct 2016 22:45:15 +0200 (CEST) Received: by mail-qk0-f172.google.com with SMTP id f128so51909347qkb.1 for ; Wed, 12 Oct 2016 13:45:15 -0700 (PDT) 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:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=+FHkGtLorBf+zvDVvajozRV4I+GRb3WGXjx+IM0+aPo=; b=BQr6dTzK1hHb9kcM5rZyWQ3vPw92Dn/lCAKFWulNil+VwlrFYgRr7w8YdR1lZg3zlF VR7Uv4Kbc6E1I5A4qfrVAQd6WaN8uzXZAGChdW1j673/av9TYjNWZClBAG2lKoEztQmm 4IsI7cHx716yqPgEpoPe/l5N/rrowTGfJjB3zJjZaHFAeY4Xafcfg3bf+6sEBmw5iVG/ 4/804kMtPUqLIAwzVJGVfkH7fJaR1oKCOTrCkyqhqcXCnw5ja9R6+5YTAuiri1Y3CbxN po+XpuUZovkBLWSN3yf3yvNfgFxuzdPqVQKTIcBpAoEQHxlsdFt5517R2E1hPXaivO7X YxAg== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=+FHkGtLorBf+zvDVvajozRV4I+GRb3WGXjx+IM0+aPo=; b=gv5HAUKqzpPtzwIcRqQHVfyrnZ38gm7PkKgCgW/EeM79RlNXVWyhS6A3fafzuQ7ciq u7HU6aXGIuYtFKAOd5RQXoqttxKecyq2VF9ZBtmG4amOoLaCXqOPlIIMRcxvzAUiWAts 2hKS21/xDmuXMmUr4gqs6jzRPekR4B/UuESeNONfL5aoqAIN6xsINfe0qrWLajJS1U+z +jSeKVqO28+BDfwkDwC4uEMFPBh/iWLfVeAFKlA2gfB7BcyqE7bQXo1mYBq6zYyiPpZ8 x8GC9z4MGQX/8IBGFJqIelBYApZontb7fuVsEnD09Dk8082gSLByQOG8HXu7DegN7waV Okxg== X-Gm-Message-State: AA6/9Rnc/wvbfSYlnzu8uH0nk1CXD5Jk9iHrwfm7l4e1wKPnLoVLt/bSenEKDHV54mqnWl75 X-Received: by 10.194.55.41 with SMTP id o9mr4082322wjp.228.1476305115280; Wed, 12 Oct 2016 13:45:15 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id wh3sm15847130wjb.49.2016.10.12.13.45.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Oct 2016 13:45:14 -0700 (PDT) From: Thomas Monjalon To: Jasvinder Singh Cc: dev@dpdk.org, cristian.dumitrescu@intel.com Date: Wed, 12 Oct 2016 22:45:13 +0200 Message-ID: <1541747.iU31RQgfTB@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1472246505-55970-2-git-send-email-jasvinder.singh@intel.com> References: <1472246505-55970-1-git-send-email-jasvinder.singh@intel.com> <1472246505-55970-2-git-send-email-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 2/2] ip_pipeline: enable swap action in network layers configuration file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 20:45:16 -0000 2016-08-26 22:21, Jasvinder Singh: > The network_layers configuration file (config/network_layers.cfg) > demonstrates the various network layer components such as TCP, UDP, > ICMP etc, which can be easily integrated into ip pipeline > infrastructure. > > The loopback function (implemented using passthrough pipeline) is > updated to perform swap operation on the IP source and destination > address, and UDP source and destination ports. > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Series applied, thanks