From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] ip_pipeline: enable swap action in network layers configuration file Date: Wed, 12 Oct 2016 22:45:13 +0200 Message-ID: <1541747.iU31RQgfTB@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, cristian.dumitrescu@intel.com To: Jasvinder Singh 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) In-Reply-To: <1472246505-55970-2-git-send-email-jasvinder.singh@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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