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 EFC094550E; Thu, 27 Jun 2024 20:05:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C084540E2A; Thu, 27 Jun 2024 20:05:19 +0200 (CEST) Received: from forward500a.mail.yandex.net (forward500a.mail.yandex.net [178.154.239.80]) by mails.dpdk.org (Postfix) with ESMTP id 0CF7B40E28 for ; Thu, 27 Jun 2024 20:05:18 +0200 (CEST) Received: from mail-nwsmtp-smtp-production-main-45.myt.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-45.myt.yp-c.yandex.net [IPv6:2a02:6b8:c12:28e:0:640:4e0e:0]) by forward500a.mail.yandex.net (Yandex) with ESMTPS id 5BCBC61FB1; Thu, 27 Jun 2024 21:05:16 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-45.myt.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id 55WIPZ5OoSw0-pkJWQHXg; Thu, 27 Jun 2024 21:05:15 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1719511515; bh=6k//baVjeXoOsW0nKDBOwJMt1aocYVnKsEA534hGPM8=; h=Message-Id:Date:In-Reply-To:Cc:Subject:References:To:From; b=HFENLoahF4zRTzo1w1m3Z9BuBOD6bp4Zc7JJjeCbqY/6khAHwE8YwWNgecATiD3dA ergADyNFogLQjAHKf3WNs8m5buJky/wKakh0v734IcI8/xIz8sXIyAaWe56KU+/CzZ Sdq7bmXP3mDF9ged81df0ZvtUa8EJUsYcMe3p+B4= Authentication-Results: mail-nwsmtp-smtp-production-main-45.myt.yp-c.yandex.net; dkim=pass header.i=@yandex.ru From: Konstantin Ananyev To: dev@dpdk.org Cc: Konstantin Ananyev Subject: [PATCH v2 0/3] fix bpf load hangs with six IPv6 addresses Date: Thu, 27 Jun 2024 19:04:39 +0100 Message-Id: <20240627180442.1602-1-konstantin.v.ananyev@yandex.ru> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240627115531.1440-1-konstantin.v.ananyev@yandex.ru> References: <20240627115531.1440-1-konstantin.v.ananyev@yandex.ru> 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 v2: - fix compilation warnings - fix nit in comments (Stephen) 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 | 315 ++++++++++++++++++++++++++++++++++------- 2 files changed, 267 insertions(+), 54 deletions(-) -- 2.35.3