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 63BAC5949 for ; Fri, 9 Oct 2015 12:50:39 +0200 (CEST) Received: by wicge5 with SMTP id ge5so62823745wic.0 for ; Fri, 09 Oct 2015 03:50:39 -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=5zG3bG89ZePEhX3dU4UhyxU/4Lo7h5wY1rdWVW/BPuo=; b=CVVI2UHLQCg47XCQ/EEHp5Hfifb0AS/aDygcIrspZ0HZ81315/5z4CV07H0wI0zvFB WSz8mFm7nzZNFYHw8ZxIVqhorVnURmZu6GTbLVqYD7peGDcxSwp7N2QlS8VrsOTOMhgi j0LxPem/rNZwdOuABluUANChI89hmL1nlAECbWIuLOcpRFP2BJXV8lPkJd+rCBSyb9tl thf6Ks1RjcddnO/zuEv4Bvr6ngme5B+BqLMJe25jISK7Af5fn/4A03NMTUo2MrUNIfVt GQSsEko1XnJI75Bp56PgsnCVCcYxlOA2FkzXH7SOrd2ydNEWZvRc0OkL5w9MJTiss7xW 4pBw== X-Gm-Message-State: ALoCoQn2ofSC89t0NPmF9Bh92prcfaEN/y8btuCP/TczVhtFnjpuBtjrz3JxYBkpf4PchOXtCeag X-Received: by 10.194.184.20 with SMTP id eq20mr13721587wjc.22.1444387839222; Fri, 09 Oct 2015 03:50:39 -0700 (PDT) Received: from xps13.localnet ([80.215.172.247]) by smtp.gmail.com with ESMTPSA id jv5sm1368680wjb.16.2015.10.09.03.50.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Oct 2015 03:50:38 -0700 (PDT) From: Thomas Monjalon To: "Singh, Jasvinder" Date: Fri, 09 Oct 2015 12:49:30 +0200 Message-ID: <1947242.hSqpaWKGpA@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126478B89E1@IRSMSX108.ger.corp.intel.com> References: <1441707088-18563-1-git-send-email-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D89126478B89E1@IRSMSX108.ger.corp.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] librte_table: add name parameter to lpm table 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: Fri, 09 Oct 2015 10:50:39 -0000 2015-09-08 12:57, Dumitrescu, Cristian: > From: Singh, Jasvinder > > This patchset links to ABI change announced for librte_table. For lpm table, > > name parameter has been included in LPM table parameters structure. > > It will eventually allow applications to create more than one instances > > of lpm table, if required. > > > > Acked-by: Cristian Dumitrescu Applied, thanks