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 3064A559A for ; Thu, 28 Jul 2016 16:58:31 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id f65so255781427wmi.0 for ; Thu, 28 Jul 2016 07:58:31 -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=eOXTqEynM4sp3J+kPR+D41Cigfc0+r7mJ60FNSFXvRY=; b=v90Zzznc269a1RfiZHXh2bcZJp8FCJOIqSSXykelvCHynxLPtrOpPw6TlrNajO5jI1 QaFVr2l+OZdx1Dkbzk96rdOfLq6fRzh2duB10wbc1/n6gCQKMNmNqSEIUMGVnszxXXnv wcBk1RKvq3X5tap7imbcEBHnjA+a9F5+xQtY3hQB+RR0v5NxWoZTPzD6lM2cyN60CDG8 YL8ZM8zJrR+ALN+1rmrB7+Z4emufLvflzLff+AZzn3rtTiu1CrLZZQzrIcimAdZL6lJI lEZ5UGBlXM++9zbA+zWO+gdBHax4YP00jrsikO5elpeLd1RMsa9e1BzxMX1YQUBlWIb7 vlww== 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=eOXTqEynM4sp3J+kPR+D41Cigfc0+r7mJ60FNSFXvRY=; b=fGMmVfKj1Sqz3CIB5tlG1Zxn3D0USsaPuBcxjMsSrUBcrHTGTmFczAtxMcaf7wGMZq cHNzvicxMQlAFzhtgkLt0QdloamzfPQQcSthPASym9zhujwNu6hk4kiSUUvDoStk9oWK 2YBvSXrnZJaqgyHOpZ1DMWuoU16oYdSY6iGbBiPQ00J4PdiByOA/wWZxxE+F8C1pmyhZ b5mfQM5t8f2PhVTCHTtIesvUoX/rkyfBOOD0ul0FKETiIfXMLQXaOI5JiDj9lmEMsIcj ZRBfyECF2iinOmuYkFTeI1hHK7jb5K67XvMW4gaL1Act+rxmcqJmEf8V2ZXwGY/pqkZ0 Cduw== X-Gm-Message-State: AEkoousLDquWGKb0f47jDUGYJYivgKWBd41D0K0JF8UfpZuGAzyEmMLFRlt67GV4wgxWyCdu X-Received: by 10.194.143.17 with SMTP id sa17mr31644126wjb.97.1469717910957; Thu, 28 Jul 2016 07:58:30 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id m127sm43828223wmm.21.2016.07.28.07.58.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Jul 2016 07:58:30 -0700 (PDT) From: Thomas Monjalon To: Sankar Chokkalingam Cc: dev@dpdk.org, cristian.dumitrescu@intel.com Date: Thu, 28 Jul 2016 16:58:29 +0200 Message-ID: <4666509.97gCXPrhXB@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1469612130-19855-1-git-send-email-sankarx.chokkalingam@intel.com> References: <1469612130-19855-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] examples/ip_pipeline: fix wrong values in flow.cfg 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: Thu, 28 Jul 2016 14:58:31 -0000 2016-07-27 02:35, Sankar Chokkalingam: > This configuration is example configuration for flow classification. > This fix changes the offset and mask value to compute the hash correctly. > This fix does not involve code change and do not impact compilation, > build and performance. > > Fixes: 93771a569daa ("examples/ip_pipeline: rework flow classification CLI") > > Signed-off-by: Sankar Chokkalingam > Acked-by: Cristian Dumitrescu Applied, thanks