From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=GTNXXM4nJYn818yUcOFxs3E5s7MZ6335Cy7GZ/yWXwA=; b=JodhM6iKQAJ+FDR22jIN2hDF5k6JkYOoE2FRL5GkprtmzUeXaa7W6WVqfvPbR04Min TPZnPIBsFs1fvRKPfPEJdhgZmAy5IBwNrhY788bJRPIWhFmm9VxoLKcGW6DqDh4uBTYV o3mDZSiGAlrmZsYDxZpf/oH83+DHXI2Q1nFl7VGM7pM0OOYu0/fb73wsawOVp18CkRUN i3vsGK2FV2GLveK8IWp1PpdqpmGa0oKiaAa4c/sMN9kAIZ0AB4TluJGpyZNP+0m9o0ZS eGv6kjEx9eVS0ph7pVI1mg9tFrIyD88UmGYqhGIHiCN9/lPJYf5kQjGMUYMw4EImxoXd bthQ== X-Gm-Message-State: ALoCoQlY7RXS/eLfBIWlc9vQX6muhN7W1TM9W+v3IxLHM/tCuoBdhAb8uZEMAkghd9++3R58j+nN X-Received: by 10.180.21.175 with SMTP id w15mr33471421wie.58.1438602856864; Mon, 03 Aug 2015 04:54:16 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id fm8sm13225252wib.9.2015.08.03.04.54.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Aug 2015 04:54:15 -0700 (PDT) From: Thomas Monjalon To: "Tao, Zhe" Date: Mon, 03 Aug 2015 13:53:01 +0200 Message-ID: <15170723.uTYQmfVv9v@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] lpm: fix extended flag check when adding a "depth small" entry 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: Mon, 03 Aug 2015 11:54:17 -0000 > > 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