From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 95312558A for ; Fri, 22 Jul 2016 12:21:03 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id i5so59707740wmg.0 for ; Fri, 22 Jul 2016 03:21:03 -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=Xixl6saF/pxSAK3/QRhOr8dmt+ZHEGkReIQRcLFpOvM=; b=rxv7wnGv/kYUIUJf2n0/sRj/0hfBcZ6VKY+9aZ3QAFvKxgM+MbY31n7ov4pCQWjPrv KkIQf3kKPBsqgKiCfyAFenfvFBrYvhymlyraLHslJzsY14sStMuQ3wNDof7e0E9vQIBq Fqyq8Aokj5D8g36Wtp8asULMsg/vKv7K3JTpNyAz/Mp1ZGYNIFQibdEdC7vD+N3Bp+8Y 07K4GJ0mqm3Os8cfbstvm7L7u5GzReY0zGqXkHKqsncIxDnpdSKEFFr9BE0tLjl9B0Bh y4XEsg4JQLtrbx4To+Ft4rCEwSBjE/Br5Yz3GTT6vg3+hNOALjRjSZyib9o968VRAQdV XEiQ== 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=Xixl6saF/pxSAK3/QRhOr8dmt+ZHEGkReIQRcLFpOvM=; b=ZYFjsG5JVl6aIGK14JsNk9qN6GCmi7eML8pDq9ty2+FMk40Fnvrt7hWVQjJu4IKd9H uwbm1J+STeyu26Docbnkfe/McRBpQ4y4BxpS/TqH9AKLmwnL2+IiTsj/Gy+CoZMd8zm2 +hTQk/KPg2Uj5ynsaRFSPTTwJlGXG8ZZt5q4y5q8nKXfwqXA3Ps6oz2BZNXAW4dClqhq xrKqO0QoJeABFBKAkXEgjVvyitDpu/Zrp8Tbqbc+T+wwY6wgPMjqXALLKJ/vcFOJdtec xhgTUf8fv36wEiQ2xZTdiMMjkvmyHPwKuPWgvFbLC1BbDOaErIlUmEv3McxLo79fy/09 TX+Q== X-Gm-Message-State: AEkooutnlhswU987CdB9/Q2SZAZVGCC4MKlaW4pAu4N9O8QKUOem+CULXoeYOEju2KG63Qjw X-Received: by 10.194.51.162 with SMTP id l2mr209646wjo.76.1469182863404; Fri, 22 Jul 2016 03:21:03 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id yt6sm199120wjc.23.2016.07.22.03.21.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Jul 2016 03:21:02 -0700 (PDT) From: Thomas Monjalon To: "Chokkalingam, SankarX" Cc: dev@dpdk.org, cristian.dumitrescu@intel.com Date: Fri, 22 Jul 2016 12:21:01 +0200 Message-ID: <11874024.F8D7PoID0Z@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1468865743-2108-1-git-send-email-sankarx.chokkalingam@intel.com> References: <1468865743-2108-1-git-send-email-sankarx.chokkalingam@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ip_pipeline: Fix for Flow Classifcation IPv6 configuration error 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: Fri, 22 Jul 2016 10:21:03 -0000 2016-07-18 11:15, Chokkalingam, SankarX: > IP Pipeline application with the configuration for Flow Classification IPV6 did not instantiate. > Parse error in section "PIPELINE1": entry "dma_src_mask" too long > > The dma_src_mask check in pipeline_passthrough_parse_args() is wrong. > > This fix increases the length of dma_src_mask by 1 for NULL termination > and corrected the validation of dma_src_mask length. > This fix is also propagated to pipeline_fc_parse_args() for key_mask_str validation. > > Signed-off-by: Chokkalingam, SankarX > Acked-by: Cristian Dumitrescu Applied, thanks