From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 197CDF94 for ; Tue, 18 Apr 2017 14:03:41 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id r190so12662635wme.1 for ; Tue, 18 Apr 2017 05:03:41 -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=DXmKoZzv7MhqZeCU0Xp41YhY1v1dY/ONoGG/0u4D4Ao=; b=atrnaTxCsRMhdz1INFeAsNYUdroLhyswgLGJT6MMf5AExupH61NT4XD+Q/z59GLP6h 4BkpGCYVdJ0cR23olzrmW0WnPiPv38Zg00dNCtimprPY5j8EzAxrC5c06f/pnj1C2ybW sV1AScMxQczayYeQ9NnF/Lg2rJeo593chhp5WQ8DG7AKtT5zwruKV8d8OsI4JVY+MoCU RLIfkr7Mkba6HaD3123SCdVOYn9liWw3iqZr/ubk0BQ3laCuG7L1u1/jiDIbuk9nix82 rCHu+/evBvjkxsGuoKZ1zURQrUQbGejCynJQIbjQozvc3mn+RGmCDSGWjVcdvLgKKjv/ fOvw== 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=DXmKoZzv7MhqZeCU0Xp41YhY1v1dY/ONoGG/0u4D4Ao=; b=tt5mglOGWQrlhxWkJ3CDBPTqdccd98gZSMN04fdqxPC7I/SdlQTYQM4ZVhFUZ0N5pb 8RNesizIf9MYzRD/C57Lm9LI73JoKL00rI3Nw9R1Qfd+uPrqHQtOa+uhokiV5zuuKUQW eDFzUiKqwCwfFPJ58Omzq68vqkJPSNeqFvy3NC5G3UnYviwK52U4vJcNcTtHgMih3rLj dZVnJW6+3s6w3MTck6gS4EIKDvzraloeJRcxnsrNh8WdANMMlKHPXmlOXzTo1Dzw8Kh6 9NuTRqxcYEQNLyJYr2BJHi7TNBXmaIS3yjiB8rwMNKDoQ8iIUziF9Ga0gmdQGBm8ar0L 9tHw== X-Gm-Message-State: AN3rC/5ES6sN9bQe8Xu3dp6fkSNnew4oO59jvu27wRayyWKVfW5ftDSw jqDHrORfLxBk1Uya X-Received: by 10.28.156.13 with SMTP id f13mr12721011wme.44.1492517021615; Tue, 18 Apr 2017 05:03:41 -0700 (PDT) Received: from glumotte.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id 3sm18554252wrv.33.2017.04.18.05.03.41 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 18 Apr 2017 05:03:41 -0700 (PDT) Date: Tue, 18 Apr 2017 14:04:08 +0200 From: Olivier MATZ To: Shreyansh Jain Cc: , , , Message-ID: <20170418140408.69df3672@glumotte.dev.6wind.com> In-Reply-To: <1492074127-24339-1-git-send-email-shreyansh.jain@nxp.com> References: <1492074127-24339-1-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] mk: link ring mempool by default for app build 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: Tue, 18 Apr 2017 12:03:42 -0000 On Thu, 13 Apr 2017 14:32:07 +0530, Shreyansh Jain wrote: > Signed-off-by: Shreyansh Jain Fixes: 9a8e9b57f544 ("mempool: move ring handler as a driver") Acked-by: Olivier Matz > --- > Context: > From the discussion in [1], it was observed that application should > have a default pool already linked even in case of shared builds. > Ring is especially important because packet mbuf creation API refer to > ring_mp_mc as default handler. > > Documentation for this is pending. > > [1] http://dpdk.org/ml/archives/dev/2017-April/063819.html Maybe this comment could go in the patch. Thanks, Olivier