From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 77D31A0487 for ; Thu, 4 Jul 2019 11:07:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5009C1B993; Thu, 4 Jul 2019 11:07:52 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 3E1D41B955 for ; Thu, 4 Jul 2019 11:07:51 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D3D71216CA; Thu, 4 Jul 2019 05:07:50 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 04 Jul 2019 05:07:50 -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=WSzRZauWKHPSrq60S8cKFoxNv0xAKmeO0SaVb5kzaF8=; b=d25xxQbngX42 3SdOYwwAzyXZjJ5T23diTLJh0rsirAKxRsO6lUPfOjz7YMVs+SW5OdEORJJ+Kutg 3iZNepvzOe/xR/zAzR9AgKCp3Uh7SbugU6OJEsVLCTm1G6tJ2e8PjAN1LeFVeCIO yCY6qZeOtIQBZb5VZQs8ozEOzlqD7jw= 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=fm3; bh=WSzRZauWKHPSrq60S8cKFoxNv0xAKmeO0SaVb5kza F8=; b=Fzw3BTSohTduVX8iYghpJiNR8JKmfnN+jGF4cEVyMDcnCe7kBP11xqc8w zSc/sEp7rssFNqmVCf7E7pFW2ITbIX/BLBGMPEECMxEthbickZ/qyXHholw1CTsz h1LL0NJPUTtosxhDOFRro+zPoFoy7IxHgolDv9b992J2neodsKAzoGJsSOJYpmLF IRxDjyTkDddIR9dJ4u4CvOmOiJxjtOvg453Zsj9fa+lzPhEZ4AFbwQHO0Ekx7mrN igq6xhpHlw6LlMVrn8CJWAfe55eGzs7r/4ef6OGlToVVvcmBs3di/vzZcTvXW5Yo wJIxwZhw3995HiFwD0iWwCoU5LLmg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfedvgddufecutefuodetggdotefrodftvf 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 9C93E8005B; Thu, 4 Jul 2019 05:07:49 -0400 (EDT) From: Thomas Monjalon To: Konstantin Ananyev Cc: dev@dpdk.org, michel@digirati.com.br Date: Thu, 04 Jul 2019 11:07:47 +0200 Message-ID: <5057238.Nbb03l48as@xps> In-Reply-To: <20190703134035.4773-1-konstantin.ananyev@intel.com> References: <20190703134035.4773-1-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/2] bpf: fix and new test-case 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/07/2019 15:40, Konstantin Ananyev: > Fixes problem in validate part for function return value checking > and adds new test-case to cover that. > > Konstantin Ananyev (2): > bpf: fix validate for function return value > test/bpf: add test-case for function return value Applied, thanks