From patchwork Mon Feb 3 19:49:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Honnappa Nagarahalli X-Patchwork-Id: 183050 Delivered-To: patch@linaro.org Received: by 2002:a92:1f12:0:0:0:0:0 with SMTP id i18csp4365276ile; Mon, 3 Feb 2020 11:50:10 -0800 (PST) X-Google-Smtp-Source: APXvYqwmd1zqPouhZPPiBI4WeaIO/SrHqN4qn+goLPONmB1htQ7VqwkGUan5GywqSk007ka7nR0v X-Received: by 2002:a17:906:ccdd:: with SMTP id ot29mr22277251ejb.204.1580759410622; Mon, 03 Feb 2020 11:50:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580759410; cv=none; d=google.com; s=arc-20160816; b=KQBrDDbSfQ2f6bRyRiRz3Wr/ajwCYbhtjs6onUCmgJVYvd3c5LLaPsGszLznhVtKpU ja6DwPgEx+dB6guYWGHwg6l88SUfQj9952O8IKazIDuWnObOHFX1tAxGi7+9X13kszp/ LJni74PjtAlVFbeGCmEpu39szJ06JavAzXLokOGfU/U1KpuV1DwywrLvgOAvUNHBeBzT EuKzdNUTAy7vql8Hv5gViSpK80OXxDUnXWqhCcPz5m35Rgml/JxPSOkjM6AYOlvlg5Ve UQOxasmLC0tJPI1ZGkemSO0ft4Yxha4H9tNephe8AhwGOlqc7fH94F/ulpLFTWGaAPdk u22Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:references:in-reply-to :message-id:date:cc:to:from; bh=R5GHUHl+6Fv+uryjJ9LuP4cc8Io7GMIqlTZWdADGOhQ=; b=pY4pjCPSVDaK0aCO/bIw53hS0EUGoJZHBS0LHfpyIAJrfSvYdd2jR+KYc6jc0adcdO AYMnKMTDkVimaore4VJObWjLngPmzgRfkdbbKAw1OOCJNV9JkUElig2JyoqfuKuwlrYN wHl9QMzpNwuiGSUMHDdmExwl2rosiIedtkbztXaiIHi/Ggwk5TgVBhWDEOky7vjnUmy1 KKqnZOJpw2zJxOa04G5zmu8f2r8PTr+hisqoXxXNYMjQahX41MKsD0jrjZEFTtwDKAWs 1Nfocb4Ap5EJ872vzacryECf5Gky0/KX1qZbE4VTfJk67Ls51S5wMAZtK/Qlo26KfIh+ tZrg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org Return-Path: Received: from dpdk.org (dpdk.org. [92.243.14.124]) by mx.google.com with ESMTP id g7si10768972edv.45.2020.02.03.11.50.10; Mon, 03 Feb 2020 11:50:10 -0800 (PST) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5C0661C06B; Mon, 3 Feb 2020 20:49:35 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id EA90F1BFF1; Mon, 3 Feb 2020 20:49:30 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 85BFC113E; Mon, 3 Feb 2020 11:49:30 -0800 (PST) Received: from qc2400f-1.austin.arm.com (qc2400f-1.austin.arm.com [10.118.14.48]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7D8F73F52E; Mon, 3 Feb 2020 11:49:30 -0800 (PST) From: Honnappa Nagarahalli To: agupta3@marvell.com, yipeng1.wang@intel.com, sameh.gobriel@intel.com, honnappa.nagarahalli@arm.com Cc: thomas@monjalon.net, david.marchand@redhat.com, dev@dpdk.org, nd@arm.com, stable@dpdk.org Date: Mon, 3 Feb 2020 13:49:12 -0600 Message-Id: <20200203194912.4669-6-honnappa.nagarahalli@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200203194912.4669-1-honnappa.nagarahalli@arm.com> References: <1567748973-24192-1-git-send-email-agupta3@marvell.com> <20200203194912.4669-1-honnappa.nagarahalli@arm.com> Subject: [dpdk-dev] [PATCH v2 5/5] hash: correct lock free extendable table support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Lock-free extendable table is supported. Correct the comments. Fixes: f401363d984a ("hash: support lock-free extendable bucket") Cc: stable@dpdk.org Signed-off-by: Honnappa Nagarahalli --- lib/librte_hash/rte_hash.h | 2 -- 1 file changed, 2 deletions(-) -- 2.17.1 diff --git a/lib/librte_hash/rte_hash.h b/lib/librte_hash/rte_hash.h index 063701173..ed0673b73 100644 --- a/lib/librte_hash/rte_hash.h +++ b/lib/librte_hash/rte_hash.h @@ -51,8 +51,6 @@ extern "C" { /** Flag to support lock free reader writer concurrency. Both single writer * and multi writer use cases are supported. - * Currently, extendable bucket table feature is not supported with - * this feature. */ #define RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY_LF 0x20