From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 75097A0AC5 for ; Fri, 3 May 2019 14:27:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3B85E32A5; Fri, 3 May 2019 14:27:06 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 20EC732A5; Fri, 3 May 2019 14:27:05 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A121E21B4C; Fri, 3 May 2019 08:27:03 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 03 May 2019 08:27:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=yWwOmJGkPZ8DWHi7TlykYZLAmsnxppFWaxpbDUlInCw=; b=opb07B00NyPF Dsy/jlU9k+8vA26Iw8IDnrNhNOSrgrRSClQgaIXL7co2fW0ASdEkdYlArirmBIfe Mk8+5DaR+t7lzABQi4deVRb5OyUgVhnLjPJawxCFvA0zIP4YKH8POaoUKYUIv8M/ Ywk9ANVyb6F5boGesFUyk/pUnzUVuWA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=yWwOmJGkPZ8DWHi7TlykYZLAmsnxppFWaxpbDUlIn Cw=; b=THoN8kjkBvTdzzKEisiDIjzV9Bv120dBgNmhOVKSPqmVQ9xA2a1PqSe0P HCiau8vIU7NVy9Y9Jvv2lHSQgW0Ahy2gBfYCqaWUB6SdyhCQ/VEvWpihcFWyhrLa nwbqXtiy0BCrc/KJ/mwMzcBc0CxBmnuVYuLhAt7hTC1VNHPx6gsYXHKIQKX5gTvA OKZpPnrkU/bD/cLInojxWx28tqwCwa1ly8Ry4mCczGHDqVLwSSYBCRPGc2rbqqbx 1+cLdCkV/KnHAwjhJYIpVHY/su09olu+48AJGcggkBXZfX/T/APYscwtU10AzjTh G6RKdXIvaw+GnaGyT1JhsFMU8GDFg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrjedugdehhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8285C103D1; Fri, 3 May 2019 08:27:02 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, stable@dpdk.org Date: Fri, 03 May 2019 14:26:59 +0200 Message-ID: <1975353.bbzngXfkKT@xps> In-Reply-To: <708fbde65c4d7eb3a93f957287caf564e363e33c.1556274407.git.anatoly.burakov@intel.com> References: <708fbde65c4d7eb3a93f957287caf564e363e33c.1556274407.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] ipc: fix send error handling X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 26/04/2019 12:27, Anatoly Burakov: > According to manpage, ENOBUFS error indicates that either the > input or the output queue is full. This should be considered > an error, but it is treated as an "ignore" condition. Fix the > code to report an error instead. > > Fixes: bacaa2754017 ("eal: add channel for multi-process communication") > Cc: stable@dpdk.org > > Signed-off-by: Anatoly Burakov Applied, thanks