From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id EF1BE11F5 for ; Thu, 25 Sep 2014 22:50:55 +0200 (CEST) Received: by mail-wg0-f51.google.com with SMTP id b13so185928wgh.10 for ; Thu, 25 Sep 2014 13:57:14 -0700 (PDT) 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=6DizI2/JAbBW7oMaKSSPGnL7T98/4U3XWoZ6KZf136I=; b=GO8h++birjk/aGXeHm3QmrwlpQnnnllalFy+Z7myodTGRhZp8e/v4LDgz/CP+b/tmJ irBObAs406uv0TlUvKSvCg2P7d2k5K5rYiwDAaJiBStyFQYuvm8JSGkpKnooe7Z/NMGS HfM/k9YvnzVEe3qzTWGwoKqFotw1G8QfSZ00JF5HQbI8gaNmXCZJKBAPPWPurIAmoHn3 W1aBcH8bOOdy+Adhatt/a+fIz6FO3joYVjjuo3Ap74QbaSzJWU3UosS+TqegcyKmlgAo WWEbbord2CXeEWSzIqZ8rHCU0XGXAu/TpAvaP8i6dxOuLq7YuMkTXRJgd98V+bpVJoZW qjAg== X-Gm-Message-State: ALoCoQn/K1P1MtlR8QpUulDFRJwOF3RR2L/X1zVrPo4WWWMOfSZYxEBiFh+W5H21OX1leDGLHOvV X-Received: by 10.194.23.69 with SMTP id k5mr18183682wjf.31.1411678634050; Thu, 25 Sep 2014 13:57:14 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id c7sm10456929wib.12.2014.09.25.13.57.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Sep 2014 13:57:13 -0700 (PDT) From: Thomas Monjalon To: "Wodkowski, PawelX" Date: Thu, 25 Sep 2014 22:57:04 +0200 Message-ID: <1875324.IUuLOzTqaN@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <20140925160724.GA17216@BRICHA3-MOBL> References: <1408520788-20380-1-git-send-email-pawelx.wodkowski@intel.com> <20140925160724.GA17216@BRICHA3-MOBL> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ixgbe_rx_scan_hw_ring: Fix initializing id and hash fields in flow director mode. 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, 25 Sep 2014 20:50:56 -0000 > > > > When Flow Director was used together with bulk alloc, id and hash was > > > > swapped when packet matches flow director filter due to improper fdir > > > > field initialization. > > > > > > > > Signed-off-by: Pawel Wodkowski > > > > Reviewed-by: Helin Zhang > > Reviewed-by: Jingjing Wu > > Acked-by: Bruce Richardson Applied with some changes to fit with recent mbug refactoring. Thanks -- Thomas