From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 4098B7E23 for ; Thu, 11 Dec 2014 02:06:00 +0100 (CET) Received: by mail-wg0-f49.google.com with SMTP id n12so5118301wgh.36 for ; Wed, 10 Dec 2014 17:06:00 -0800 (PST) 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=SaJwMHsvxZkCGJdCK4g+tp0B1tRMNoV0txh0yd9XYf8=; b=P4rHoUqWD937ZqNxszWikykwX6BAtokOKQxkGQyY4ry4kMHTX1tdA5RMsdh+OVUna+ cpNXnCEWqvwIx9LNZE+cxnorltIi96oPzR5SkR3j8cqf4PUtwyshJ8Rxl7yIoX2RIrvU n+TMc/4Evnkeuuk3RKCZCc23uqNo76LXh8g7yhx4sIocNvvlXHroLouBes9VP8jKRrni 2TDwjMvNjJ1UcJn9Tpt5IEtqJOr0a5Hgfp1er7q/JuJLkUElrBamdJn7q7iHL4YRfOt8 LLtcVfnGtzeY3cFDoQgkD12dE5tWtUTEHjxTk/i078+JSDqSbuQqcv92evaQxI6Q7gcK wEng== X-Gm-Message-State: ALoCoQk/Hy+mmcz/BPurvbgEMJRs/5FAYIinCYxEdGDr3AFczliJeQFjj2KOY9/6vbtHm0/l06D+ X-Received: by 10.194.52.37 with SMTP id q5mr11213230wjo.39.1418259960111; Wed, 10 Dec 2014 17:06:00 -0800 (PST) Received: from xps13.localnet ([88.249.222.12]) by mx.google.com with ESMTPSA id n3sm7896761wjz.21.2014.12.10.17.05.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Dec 2014 17:05:59 -0800 (PST) From: Thomas Monjalon To: Helin Zhang Date: Thu, 11 Dec 2014 02:05:27 +0100 Message-ID: <3736170.9CVJd5hpxW@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1418181016-6973-1-git-send-email-helin.zhang@intel.com> References: <1418086399-32205-1-git-send-email-helin.zhang@intel.com> <1418181016-6973-1-git-send-email-helin.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] i40e: bug fix of querying reta 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, 11 Dec 2014 01:06:00 -0000 > There is a bug in querying reta, of storing the data to the correct entry. > Code changes is straightforward for this bug. > > Signed-off-by: Helin Zhang > --- > lib/librte_pmd_i40e/i40e_ethdev.c | 2 +- > lib/librte_pmd_i40e/i40e_ethdev_vf.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > v2 changes: > * Added the fix for the same issue in i40e VF driver. Applied Thanks -- Thomas