From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by dpdk.org (Postfix) with ESMTP id E46B6B362 for ; Fri, 29 Aug 2014 17:36:55 +0200 (CEST) Received: by mail-we0-f180.google.com with SMTP id w61so2339469wes.25 for ; Fri, 29 Aug 2014 08:41:10 -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=TY5WOUKKfrMzGxU/SdyAQskFcqpW3rgjuMbRQds6fts=; b=PAniTT/134/3yAHZJPn9DtNxICyI5VodqO0ZzxPayK5A/GcjNuLCD6bRv10OJOVES4 e5P4CwFFHUNT9jVytUy6TLnAWWKpiwRJnwxN6mRG+n3PirqelXfe5lbNDr9CpwnLNBec CWD9uNSy1QOB+s8qDAFuU5nJjhy5zuaRPcTdMq2tDfirZ6visJJ5S6DmoCbFIqqN0TZZ +4TgttibL/PtE+QL5t7xuTjFH9ppye8hNBIXw2ycE6KdaDsEcuxwJtx1CbeCiu2zM307 SJC93a4rfdzJ8G2w1y0hi1yBwf1Cmmps8txyy+dox4RnbycmfTXFGZCx4HS+bEWYVCyO /Yxw== X-Gm-Message-State: ALoCoQkUOVDGdgG9v4KWWsdYJls4MyP1KzBIvpwZTFwavQgRc/EFhsMNP5I9pbQzM0rJIO06GQ1k X-Received: by 10.194.238.195 with SMTP id vm3mr13735850wjc.91.1409326870034; Fri, 29 Aug 2014 08:41:10 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id bk6sm763737wjb.26.2014.08.29.08.41.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Aug 2014 08:41:09 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Fri, 29 Aug 2014 17:41:04 +0200 Message-ID: <7418065.5Wl83rv6J2@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1408520788-20380-1-git-send-email-pawelx.wodkowski@intel.com> References: <1408520788-20380-1-git-send-email-pawelx.wodkowski@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Fri, 29 Aug 2014 15:36:56 -0000 Hi, 2014-08-20 08:46, Pawel Wodkowski: > 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 I'd really like someone else review this touchy patch for integration in 1.7.1. Thanks -- Thomas