From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] lpm: fix extended flag check when adding a "depth small" entry Date: Mon, 03 Aug 2015 13:53:01 +0200 Message-ID: <15170723.uTYQmfVv9v@xps13> References: <1438074846-13874-1-git-send-email-zhe.tao@intel.com> <1438226342-13113-1-git-send-email-zhe.tao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Tao, Zhe" Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 2E32FC3CA for ; Mon, 3 Aug 2015 13:54:17 +0200 (CEST) Received: by wibud3 with SMTP id ud3so110455512wib.0 for ; Mon, 03 Aug 2015 04:54:17 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > When adding a "depth small" entry, if its extended flag is not set and > > its depth is smaller than the one in the tbl24, nothing should be done > > otherwise will operate on the wrong memory area. > > > > Signed-off-by: Zhe Tao > > Acked-by: Cunming Liang Applied, thanks