From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f43.google.com (mail-oi0-f43.google.com [209.85.218.43]) by dpdk.org (Postfix) with ESMTP id 37FCF3208 for ; Fri, 27 Feb 2015 07:22:01 +0100 (CET) Received: by mail-oi0-f43.google.com with SMTP id z81so14022281oif.2 for ; Thu, 26 Feb 2015 22:22:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=mYUdNu2tiE3vH0royqaOCpXUgsaCYLGm7BINg704Jas=; b=LXpVcscszNO507YYrMIJNnbb1v9NdQ3b68fLakh5wK+Sgd2+X0LusR5NPYAAVHwpuQ gyA3wR/eBgJnush3lxP7jCNAoKefMFrut5n10rSgcvNwiZTObCnyLAYoC5E2MYe8wUIW 2tMCL+zAWADAt+NzRP6pdBGp6dNyNnvQU4xoaVJfsAwxchnkVqwQoDW1KDHtwtkoVwY6 x4cPwEoc8R7UefA8fgzZq5S7a8heK+/p1hhkOk7mApvdYhgk7ZyswwaKnOqMvnK38IzD j267bm51lze8UrZyIjaGegsQDjdFQW/iW/7e3lpWqKJOqHfGQW6umLx/l49/QoQmEMnS uHRA== X-Gm-Message-State: ALoCoQmx/3x+nSNYbeuTwIyBxvwNSToVWAZXJ9O6s1sVWmKo+M1QuqOOjR0i2QVqn3xRMmBq7qxl MIME-Version: 1.0 X-Received: by 10.182.104.42 with SMTP id gb10mr8761160obb.62.1425018120526; Thu, 26 Feb 2015 22:22:00 -0800 (PST) Received: by 10.76.133.162 with HTTP; Thu, 26 Feb 2015 22:22:00 -0800 (PST) In-Reply-To: <1424954906-15886-1-git-send-email-nhorman@tuxdriver.com> References: <1424874849-8973-1-git-send-email-nhorman@tuxdriver.com> <1424954906-15886-1-git-send-email-nhorman@tuxdriver.com> Date: Fri, 27 Feb 2015 07:22:00 +0100 Message-ID: From: David Marchand To: Neil Horman Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2] eal: Clean up export of per_lcore__socket_id 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, 27 Feb 2015 06:22:01 -0000 Hello Neil, On Thu, Feb 26, 2015 at 1:48 PM, Neil Horman wrote: > diff --git a/lib/librte_eal/bsdapp/eal/eal_thread.c > b/lib/librte_eal/bsdapp/eal/eal_thread.c > index ca95c72..3672cdb 100644 > --- a/lib/librte_eal/bsdapp/eal/eal_thread.c > +++ b/lib/librte_eal/bsdapp/eal/eal_thread.c > @@ -59,7 +59,6 @@ > RTE_DEFINE_PER_LCORE(unsigned, _lcore_id) = LCORE_ID_ANY; > RTE_DEFINE_PER_LCORE(unsigned, _socket_id) = (unsigned)SOCKET_ID_ANY; > RTE_DEFINE_PER_LCORE(rte_cpuset_t, _cpuset); > - > /* > * Send a message to a slave lcore identified by slave_id to call a > * function f with argument arg. Once the execution is done, the > > diff --git a/lib/librte_eal/linuxapp/eal/eal_thread.c > b/lib/librte_eal/linuxapp/eal/eal_thread.c > index 5635c7d..65bcbe3 100644 > --- a/lib/librte_eal/linuxapp/eal/eal_thread.c > +++ b/lib/librte_eal/linuxapp/eal/eal_thread.c > @@ -59,7 +59,6 @@ > RTE_DEFINE_PER_LCORE(unsigned, _lcore_id) = LCORE_ID_ANY; > RTE_DEFINE_PER_LCORE(unsigned, _socket_id) = (unsigned)SOCKET_ID_ANY; > RTE_DEFINE_PER_LCORE(rte_cpuset_t, _cpuset); > - > /* > * Send a message to a slave lcore identified by slave_id to call a > * function f with argument arg. Once the execution is done, the > Can you remove these two hunks ? Then, Acked-by: David Marchand -- David Marchand