From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 718161B550 for ; Thu, 12 Jul 2018 09:46:46 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 05F7D21893; Thu, 12 Jul 2018 03:46:46 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 12 Jul 2018 03:46:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=3v/2dkdPBbUlkyr5xVWf4B3xte qokNow8VBqPVYn/KM=; b=fCRvGmi+HPK8NpLSCrxXBrrvLogvyZZvw5oJJoAYps +6XQltAxVfdRcUZtvUEjWfc6BPtWgSHN8DoqgPTgLpVdS9dk/KOQAQ1fGO+YIm8a ACB/q+hfXQCdiiN27MpsiKC54uwyf7EWvnGPxDwpYbB44E+83GgOFZB9dyz23UP0 A= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=3v/2dk dPBbUlkyr5xVWf4B3xteqokNow8VBqPVYn/KM=; b=sgKJJlYdtJLBby5deZfomE UTZ9W+U3PPQ8oJ8GoGswX+0HEyl/xbicWJD4zbKRP/EPtfbvRGhD/fknTNxh+rKR lVvtEacPGPNB1wDhUPQi7b7KCAtzOonCPSdaGzwfn51RO/LGdnbn0nfyDnkAX7wI bjZVM0NUkwNECvYn6bY7e21kfcl7FpxhoO5VGTBU669KzOUKH8j+u20Qiz03xhQ4 twXTmk1Drhv5heCZoGmoWxnK68AtPgA+XpbHBTvmGwz+2tYRSTIV77sklYFgNDU+ uLsF6/mGaIURUGOORb4HsSIxaM1ckNTjZbPteIT5XJ1qyumOU8EW5QqCUk7ECcGw == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4A1C010277; Thu, 12 Jul 2018 03:46:45 -0400 (EDT) From: Thomas Monjalon To: Konstantin Ananyev Cc: dev@dpdk.org Date: Thu, 12 Jul 2018 09:46:44 +0200 Message-ID: <90082046.iEO039iHFo@xps> In-Reply-To: <1528447355-29411-1-git-send-email-konstantin.ananyev@intel.com> References: <1528447355-29411-1-git-send-email-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/3] bpf: extend validation of input BPF programs 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: Thu, 12 Jul 2018 07:46:46 -0000 > Konstantin Ananyev (3): > bpf: add extra information for external symbol definitions > bpf: add extra validation for input BPF program > test/bpf: add new test-case for external function call Applied, thanks