From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] i40e: bug fix of querying reta Date: Thu, 11 Dec 2014 02:05:27 +0100 Message-ID: <3736170.9CVJd5hpxW@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Helin Zhang Return-path: In-Reply-To: <1418181016-6973-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > 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