From patchwork Tue May 14 08:41:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Loftus, Ciara" X-Patchwork-Id: 924 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 679134402A; Tue, 14 May 2024 10:42:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0D0F0402E4; Tue, 14 May 2024 10:42:50 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.16]) by mails.dpdk.org (Postfix) with ESMTP id 5C45A402AE for ; Tue, 14 May 2024 10:42:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1715676169; x=1747212169; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=KJUGnYil0+RIgibe9s6g4h0tNPGYC2vAD8rYLD7QFTM=; b=G7xl1N4CRP0S3rrK3ESS99HjOeF7uZQ1eceoZpe9Q6/ue2FNUYdAqTOW ig//c8n+WqS7jN+UVzLZfNMTGqhi+Y6Ty7cyCpJmaYm03ObKg5LFLIJLU HJI2q2w+trkoANYx7cchHpZBkuQiycPEw/YX5n0UDrw1hts/wxkZs4TPc T0hSiP60/onth3vXsu1R48pv53pd3M/7Um6jIiZVbHiBzDJ7ezvNk1uro 0xi2thepGQz+ew8UWMvMq4rFKz8kFx+2MqK9ZkYHuVopR0dtDmfib6q3c ED3PDlZud11OVCi5fcHQa54JelMcmBkPrLRIvVugZybWJWSsJ1tStSdw+ A==; X-CSE-ConnectionGUID: uHpyQeHXTYSqO040Gr9JiQ== X-CSE-MsgGUID: oGZOt9NsQiC9BJigP+8rPw== X-IronPort-AV: E=McAfee;i="6600,9927,11072"; a="11513801" X-IronPort-AV: E=Sophos;i="6.08,159,1712646000"; d="scan'208";a="11513801" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by fmvoesa110.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 May 2024 01:42:47 -0700 X-CSE-ConnectionGUID: 5RvaTgCyRWiSDY+imPgopw== X-CSE-MsgGUID: NTtV4M1cT/2/JN5tu96nVg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,159,1712646000"; d="scan'208";a="30657367" Received: from silpixa00401177.ir.intel.com (HELO vm177..) ([10.55.128.139]) by fmviesa006.fm.intel.com with ESMTP; 14 May 2024 01:42:46 -0700 From: Ciara Loftus To: dev@dpdk.org Cc: Ciara Loftus Subject: [PATCH v2 0/4] AF_XDP PMD Bugfixes Date: Tue, 14 May 2024 08:41:51 +0000 Message-Id: <20240514084155.50673-1-ciara.loftus@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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 Series of fixes for the AF_XDP PMD. Ciara Loftus (4): net/af_xdp: fix port ID not set in Rx mbuf net/af_xdp: fix mbuf alloc failed statistic net/af_xdp: fix stats reset net/af_xdp: remove unused local statistic drivers/net/af_xdp/rte_eth_af_xdp.c | 30 +++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-)