From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id E75B76837 for ; Fri, 27 Mar 2015 11:34:38 +0100 (CET) Received: by wiaa2 with SMTP id a2so25156942wia.0 for ; Fri, 27 Mar 2015 03:34:38 -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=72R2X86NU8fXO/frOD+ktxgag1/64J2xP89i8sFA9Ho=; b=PiWWtGU2BCxP3LBBzzqCQrYZAQocjeWDuzv0vOC2akM9WdJniK35gqeyOtrWaXITHD Ow0KrWXApKkXo72rx1K0ruXfqA3S1J9ml/dGsIp1IZLPUq9tuR/7vqBJzj8P0j+EAK1f Q4VGy2QsjUBAhFhwF9HBBtQFzGijGdNKsmIhM0bhZyegzmJ+5hrzv6ED2PYOz/7UYvZj /Her00f8VWjeASLTA6B44dGjxqpUsGY2OeeZ0IhGoCvFg+wdaiAOk527lWmbbOY5FX+O 3h5bELacHfcLAJMBvfDgw3nnheCT/zDnNP5IGuinf55s0RBo1pCFMaL9B9kbrgf74nkN r9cg== X-Gm-Message-State: ALoCoQkVbgfK43W84Yl73D62vLuaV7bVGTmk04Ecc2EJsfZ9l4BSyN16q3MTbu6cVVjrHotTGJd9 X-Received: by 10.194.2.145 with SMTP id 17mr35766847wju.79.1427452478847; Fri, 27 Mar 2015 03:34:38 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id yr10sm2245455wjc.0.2015.03.27.03.34.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Mar 2015 03:34:37 -0700 (PDT) From: Thomas Monjalon To: "Wu, Jingjing" Date: Fri, 27 Mar 2015 11:33:57 +0100 Message-ID: <4743104.Y8NWf3thQR@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <86228AFD5BCD8E4EBFD2B90117B5E81E10DA9C09@SHSMSX103.ccr.corp.intel.com> References: <1427258833-5070-1-git-send-email-jingjing.wu@intel.com> <86228AFD5BCD8E4EBFD2B90117B5E81E10DA9C09@SHSMSX103.ccr.corp.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] ixgbe: fix the issue second 5tuple filter overwrites the first one 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, 27 Mar 2015 10:34:39 -0000 > > This patch corrects the index to fix the issue that is second 5tuple > > filter > > overwrites the first one. > > > > Signed-off-by: Jingjing Wu > > Acked-by: Marvin Liu Fixes: 4c54a7e7bd42 ("ixgbe: migrate ntuple filter to new API") Applied, thanks