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 19ED9805D for ; Mon, 24 Nov 2014 16:32:38 +0100 (CET) Received: by mail-wi0-f169.google.com with SMTP id r20so9422381wiv.0 for ; Mon, 24 Nov 2014 07:43:26 -0800 (PST) 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=mPNcq6wbUCjSzMpqNLg+DdUzsiWRq0nbHguvMwRO3rU=; b=W/xKviAwuFw/jgxyRVkQS3SUwX1kJtQ7HTDsr+r6l0348vCJSa/qlECty5Uv31bWOe hcVwqUk6Jwu18fum9PVcPKrtOhTXC+DUV1MS0M3B8T5Bef15p5tLPwXSxvPsqOuTCYZ5 6vP9ljmbM+/UIGCmz77GKKnVs+sKYM9jhSi3AibwZSMPfRUPVzZitS69XNqSkkDFVCz9 cmwxI62kwvdXdnrcBJYKq1PgrYoXerOFypXxoEDcwi0xwY0m3rqRjeNpwKO+s9eQWPVB S7wPKo4v40gEl0YAgg+a6daTMJmULt25nYe7rEA5fjgyQqGM32X7qwwu5Toty+AdMXjp 9khQ== X-Gm-Message-State: ALoCoQnQdWbsvHaGrC+nWztV17fnA8BQvHuw1+1kjmS//HYZ95KOlafBk0B41SvHWxlTyWG1ohkr X-Received: by 10.194.89.129 with SMTP id bo1mr35583281wjb.29.1416843806462; Mon, 24 Nov 2014 07:43:26 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id vy7sm21519725wjc.27.2014.11.24.07.43.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Nov 2014 07:43:25 -0800 (PST) From: Thomas Monjalon To: Balazs Nemeth Date: Mon, 24 Nov 2014 16:43:02 +0100 Message-ID: <15774538.TyFSej1otz@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1411724260-4281-1-git-send-email-balazs.nemeth@intel.com> References: <1411724260-4281-1-git-send-email-balazs.nemeth@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 0/4] table: fix bugs occuring in corner cases 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, 24 Nov 2014 15:32:38 -0000 > This set of patches fixes bugs in the packet framework. Some of the > bugs occur in corner cases (i.e. when a lookup is performed on a few > packets or when buckets are in extended states) while others can cause > memory to be accessed beyond what is reserved during initialization > time. > > Balazs Nemeth (4): > table: fix empty bucket removal during entry deletion in > rte_table_hash_ext > table: fix checking extended buckets in unoptimized case > table: fix incorrect t->data_size_shl initialization > table: fix pointer calculations at initialization Applied Thanks -- Thomas