From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v3 1/2] eal: fix potential incorrect pinning for ctrl threads Date: Wed, 20 Feb 2019 16:01:12 +0000 Message-ID: <1ddb0b5b-5bee-84a7-53e6-0121c51b30ef@intel.com> References: <1550151042-9764-1-git-send-email-david.marchand@redhat.com> <1550608871-5251-1-git-send-email-david.marchand@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: olivier.matz@6wind.com, ktraynor@redhat.com, stable@dpdk.org To: David Marchand , dev@dpdk.org Return-path: In-Reply-To: <1550608871-5251-1-git-send-email-david.marchand@redhat.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 19-Feb-19 8:41 PM, David Marchand wrote: > pthread_setaffinity_np returns a >0 value on error. > We could end up letting the ctrl threads on the current process cpu > affinity. > > Fixes: d651ee4919cd ("eal: set affinity for control threads") > Cc: stable@dpdk.org > Signed-off-by: David Marchand > --- Reviewed-by: Anatoly Burakov -- Thanks, Anatoly