From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 840629E7 for ; Sun, 1 Nov 2015 19:45:00 +0100 (CET) Received: by wmec75 with SMTP id c75so44606203wme.1 for ; Sun, 01 Nov 2015 10:45:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=/gSTHpL/HoNgCalsxSqhdct1Hs2xap1cHs8Qc8ctXTY=; b=NF3/h50TbPRPwsiMHWj9LLBiCBu1k3sBLHFAuLwR7+nnM+rbEH8omrLVCZJ/LPbHB0 pLsjdC0TR8UejIHRQOZ/oTvB/hBOsbz+Udyjat7avnDUX5qwmkPz/iZ2Df8oAGsljMcs ubGuy4PNn8wSkU+E+udqYt3FgujbwQxtHsuwLET1+ww7sTY1wuN8jjI6JVBBKM3bmRTR K8eD30UsRnG6GLCXpo8BWQK/V5wD7SaRYp+Nt8K8Sg+X0dKdTGkor+l3QweW+Yu6qN0R f/r3jrWogjitY8OHPBwkhRxmCVrY1KYUz2su8qUGkswiv0gpsryrKJ5kQqHkuSupz01B P4Jw== 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=/gSTHpL/HoNgCalsxSqhdct1Hs2xap1cHs8Qc8ctXTY=; b=g4o96PSwIpyPgY7F6hpQ85uRNlcB02ZSZa5dHnAYRPQAlM9CC3Mcm90mwsmLi6xOWq mw2kI3GGnmK/ct2ffcXvvwr506mOthAL1Eo6yz02JhV2LmJxJdRYR/DL/TZW/kZ8gwud JSv1xTDHl2b1qY+1XDXuDGhaos5aG8eRd7TXiEzYrtzBhOsY20sGLBjYMTWb4ouxTql0 V+RL26gf7AeWmN6OXE4sZF8pGel6qi4j9OirY9e1DHh5DZdaZcs0lLhzjzPe/vrL4wpu B6CLGx49zazOISCvcKzTrzgIC/u1M7worosgUtl2ukdF2HIGlpd5YvYK4NJFd3Fo467q 4axg== X-Gm-Message-State: ALoCoQkwOC15JSdFpPxVRtQQFJaoFvO3UJflqdSxR3S4ZqHl5iLiKJkREuaIrSnSvvl/aOCvW5AN X-Received: by 10.28.91.72 with SMTP id p69mr9585428wmb.49.1446403500226; Sun, 01 Nov 2015 10:45:00 -0800 (PST) Received: from xps13.localnet (162.16.90.92.rev.sfr.net. [92.90.16.162]) by smtp.gmail.com with ESMTPSA id jt9sm18214642wjc.24.2015.11.01.10.44.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Nov 2015 10:44:59 -0800 (PST) From: Thomas Monjalon To: Jijiang Liu Date: Sun, 01 Nov 2015 19:43:48 +0100 Message-ID: <120544944.kamZINo5h8@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1446210879-14242-1-git-send-email-jijiang.liu@intel.com> References: <1446210879-14242-1-git-send-email-jijiang.liu@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 0/2] Fix two issues in lpm 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: Sun, 01 Nov 2015 18:45:00 -0000 2015-10-30 21:14, Jijiang Liu: > Jijiang Liu (2): > fix an issue of condition check in delete_depth_small(). > fix an initialization issue of valid_group in the delete_depth_small() There is an authorship issue. It seems Jijiang is not the author of these patches but the From: line is missing. Moreover, a real name is expected for author's name and SignedOff lines. Thanks