From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 77F5B45502; Thu, 27 Jun 2024 13:58:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCC254278A; Thu, 27 Jun 2024 13:58:28 +0200 (CEST) Received: from forward102b.mail.yandex.net (forward102b.mail.yandex.net [178.154.239.149]) by mails.dpdk.org (Postfix) with ESMTP id E71C540B8F for ; Thu, 27 Jun 2024 13:55:40 +0200 (CEST) Received: from mail-nwsmtp-smtp-production-main-91.sas.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-91.sas.yp-c.yandex.net [IPv6:2a02:6b8:c23:222b:0:640:695f:0]) by forward102b.mail.yandex.net (Yandex) with ESMTPS id 1307260A25; Thu, 27 Jun 2024 14:55:40 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-91.sas.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id YtPWcA4Mi8c0-PD8waxcm; Thu, 27 Jun 2024 14:55:39 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1719489339; bh=I1JuEiF7wlhM68pz1EIG/WEIZL6ZNkaEtvgABD1Im7s=; h=Message-Id:Date:Cc:Subject:To:From; b=cPHoF+2Mufqk9ggS54ujxoRyLSv+SZjMkPSHksx8X+3PoVqR0oAkWn94qooJbrUeX h5tQDhbgumWrqXdcNsMDEgK1xWYqDdx7UFBCTg6TllrSCsDFOaKR67CZBUhoJKUGhl nE6GYu7SMfcHqjde1g/2LqDqki3l0uqHBXujOox8= Authentication-Results: mail-nwsmtp-smtp-production-main-91.sas.yp-c.yandex.net; dkim=pass header.i=@yandex.ru From: Konstantin Ananyev To: dev@dpdk.org Cc: stephen@networkplumber.org, Konstantin Ananyev Subject: [PATCH 0/3] fix bpf load hangs with six IPv6 addresses Date: Thu, 27 Jun 2024 12:55:28 +0100 Message-Id: <20240627115531.1440-1-konstantin.v.ananyev@yandex.ru> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org From: Konstantin Ananyev Konstantin Ananyev (3): bfp: fix MOV instruction evaluation bfp: fix load hangs with six IPv6 addresses test/bpf: add extra test cases for bpf convert app/test/test_bpf.c | 6 + lib/bpf/bpf_validate.c | 314 ++++++++++++++++++++++++++++++++++------- 2 files changed, 266 insertions(+), 54 deletions(-) -- 2.35.3