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 5A13D4611C; Fri, 24 Jan 2025 10:44:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1FEF340ED4; Fri, 24 Jan 2025 10:44:46 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.18]) by mails.dpdk.org (Postfix) with ESMTP id 8C5BD402E9 for ; Fri, 24 Jan 2025 10:44:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1737711885; x=1769247885; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=DtpZtgK8+xQ+Jh66A3MD0hxkBC3ntCbrsIcbwQm+ZKA=; b=TJVXUW2pwZWPM2crZXD09Ink4zJr3RWdvih5q0QSgi3bvqW9NLVUYLBJ faNrStiDQpTUC90srEzPR6T+wy/XHymMr/9IQ6RNqbElVO1+q9FYeqWu/ 5FyJ5SogzLDHq1UnVpXOOqufqLIk0PxwesV5pgrY/gSWmAnm1XS8y3inB 5aufjbkBWZRjGbAZgdqyM73o6b6+vX6pqoCCuBllsd2IA/EuzpJp4gUnp vTGQK/tCIEfeTfHgQZ7c/wgOPP7kTentZJazEIC/X1YgBghjKrpRUHVhc twF0Pgo2abGdO4bXAg/OUGP/g8juEpvX2os0C6pGVF+V8HKVhxlo6I923 A==; X-CSE-ConnectionGUID: pVyEIp/1T+SiqnfzuYcX5A== X-CSE-MsgGUID: ZXge6sE5THe1ko9V4dlqDg== X-IronPort-AV: E=McAfee;i="6700,10204,11314"; a="38341306" X-IronPort-AV: E=Sophos;i="6.12,310,1728975600"; d="scan'208";a="38341306" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by orvoesa110.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jan 2025 01:44:44 -0800 X-CSE-ConnectionGUID: pl+tjNnsSvSrkWz74LpeTQ== X-CSE-MsgGUID: mPdtxeiYTMOcEH5Bl+L/2w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,224,1728975600"; d="scan'208";a="107568364" Received: from unknown (HELO localhost.localdomain) ([10.239.252.253]) by orviesa010-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jan 2025 01:44:43 -0800 From: Mingjin Ye To: dev@dpdk.org Cc: Mingjin Ye Subject: [PATCH v2 0/3] flexible IPv4 fragment action Date: Fri, 24 Jan 2025 09:13:20 +0000 Message-Id: <20250124091324.403435-1-mingjinx.ye@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20250122082310.380054-0-mingjinx.ye@intel.com> References: <20250122082310.380054-0-mingjinx.ye@intel.com> 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 Support for distributing the first and other segments of an IPv4 segmented packet to different RX queues. --- V2: All names standardised to *_IPV4_FRAG_OFS. Mingjin Ye (3): net/ice/base: add ipv4 fragment related field net/ice: FDIR support IPv4 fragment masks net/ice: ACL filter support for IPv4 fragment drivers/net/ice/base/ice_fdir.h | 2 + drivers/net/ice/base/ice_flow.c | 5 +++ drivers/net/ice/base/ice_flow.h | 1 + drivers/net/ice/ice_acl_filter.c | 61 +++++++++++++++++++++++++++--- drivers/net/ice/ice_ethdev.c | 1 - drivers/net/ice/ice_fdir_filter.c | 15 ++++++-- drivers/net/ice/ice_generic_flow.h | 2 + 7 files changed, 77 insertions(+), 10 deletions(-) -- 2.25.1