From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by dpdk.org (Postfix) with ESMTP id 8B26D2BB0 for ; Fri, 31 Mar 2017 15:50:03 +0200 (CEST) Received: by mail-wr0-f175.google.com with SMTP id w43so106855050wrb.0 for ; Fri, 31 Mar 2017 06:50:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=sgNsse42oAL8sMJoa4TxjT5JhLKblEgzxvFEKEl0pJM=; b=VLH1gyUsxMl3C30pR99DZnCLnObDTy1Rteh2sXNd8QYB/MFm0PBy2DFA3zrdWW7cJv o+n+V2JMmIy0+tIprDQeYh/7bC/9CQyDBtDK7au0TJY0LtJDwbddTCZdKx5Ec38k1ZS+ EM9jR/rjwj+HJY+P9QjIcdLYEYvFv13OkpLm4t9D1bSVpjAIYj9pwnQs36YbVJXfJ/WU 4p8pFjMpNqXQQc8+kiBO10vaaW4JENs269P6QyqGzjK5Gd1evjCKuX5QqCr2vM3uTdmr Rc7o591txHM7clYC2d+fXPBQCjyoUX7kuoLKptouW4xaHM3yKU42eostcA6luWG7PY5L +oxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=sgNsse42oAL8sMJoa4TxjT5JhLKblEgzxvFEKEl0pJM=; b=YBJHbcqOriydNKxJSpGrSfJsrRjtzoybizjckNf2uP/lOOc2qjTBIpSUDKOUe+OFC7 HrH5NyrSMEhKyFHBibZRP/HK2QHQgu7+hX+r9U9YOPVy9Fs45LnTGNL4Bxu7EAsCKApM Y3o6JRWmxn3noEL4iyhXZBCgyyN8hATAl6PT9f3pKFeoA0zbNWVelLhtdGhr4LfRXfj1 DrqNs+YgBveF9pee7VXiyctRIcJHyDQQOOYGp0Pub420y+WU37s1GRgYDno2DEUqGrJX 4M1h/kAUIlqitYhIFmul+BUQVqpdcvTIZzyZGPLKIlKblGBzMSDafKRyuayj0mvkBpbm NGaA== X-Gm-Message-State: AFeK/H1YUWH/H46/KQqMmoMj7smaDTWOxKLqjKvRDIVHOvD0Nyhc3r8+/LJH9dS7OHSfZlUu X-Received: by 10.28.218.71 with SMTP id r68mr3377820wmg.59.1490968202679; Fri, 31 Mar 2017 06:50:02 -0700 (PDT) Received: from platinum (2a01cb0c03c651000226b0fffeed02fc.ipv6.abo.wanadoo.fr. [2a01:cb0c:3c6:5100:226:b0ff:feed:2fc]) by smtp.gmail.com with ESMTPSA id t21sm2987648wmd.19.2017.03.31.06.50.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 31 Mar 2017 06:50:02 -0700 (PDT) Date: Fri, 31 Mar 2017 15:50:00 +0200 From: Olivier Matz To: Shreyansh Jain Cc: , , , Message-ID: <20170331155000.02a859bb@platinum> In-Reply-To: <1490938537-1177-3-git-send-email-shreyansh.jain@nxp.com> References: <11490938158-936-1-git-send-email-shreyansh.jain@nxp.com> <1490938537-1177-1-git-send-email-shreyansh.jain@nxp.com> <1490938537-1177-3-git-send-email-shreyansh.jain@nxp.com> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 3/3] mempool: introduce stack mempool driver 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: , X-List-Received-Date: Fri, 31 Mar 2017 13:50:03 -0000 On Fri, 31 Mar 2017 11:05:37 +0530, Shreyansh Jain wrote: > Moved from lib/librte_mempool, stack mempool handler is an independent > driver. > Shared builds would now require to link in librte_mempool_stack for > "stack" mempool handler. > > Signed-off-by: Shreyansh Jain Acked-by: Olivier Matz