Message ID | 20250204220622.156061-1-ahmed.zaki@intel.com (mailing list archive) |
---|---|
Headers | show
Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A0A2F25A623 for <netdev@vger.kernel.org>; Tue, 4 Feb 2025 22:06:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.14 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738706799; cv=none; b=ekrSZVnK43qcaMab5aDaq6Woo39AaLhyHesphQnJ3KAeYcU9elMflZOXCbgyFxy8t2WdhgWf6cBfu3zBroze0FHKARgroq8/dfd/4d6IjqPUI7WS3j+nxhlYLG6yQx2PflL4tszzQ9tEMXfMvxVcFg9QUxiN6lcnv0qsU8gvY28= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738706799; c=relaxed/simple; bh=a/CitE48ivMMjOFdZfilEb8WarjRDAAXO/Eqizt7faA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=EKuDLJkMOTQzgUka2L6OpFN81HG6r8PqHPe3Yh3j9xIEZ+EYb+3MU5SdBERGShuSX6A/PPgNu07zz1aTF9g+wf9gpPJB6OLxyn78Pxcz+s1BZf6ifl6YuG/JSCDqIMWO+JzlBon0SR+dKZCXP1t1D9Cumlp0l/o93LeGkLiAkec= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=mtq+P3QG; arc=none smtp.client-ip=198.175.65.14 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="mtq+P3QG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1738706796; x=1770242796; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=a/CitE48ivMMjOFdZfilEb8WarjRDAAXO/Eqizt7faA=; b=mtq+P3QGnimpitD4wFCii9btvEm16cmpwa52vvJFZC1tt5HWUGxaaOQq knAxirMI1jOVuWNOZ7v9tBiI9iubNeEWI9lJCDjNMyCa+3k++m8TKaJl8 QZxY7cO5jeBAPiqqSnEW/5GP5thpwkimiYs8R/D3KrdssM0EGHJhnpeWY vIKQoSgZKaZrz61oI0qpSXRyz2fX6zB80bMxXiuQul3LHaPZcLWyNy5Pv cPdTa+wOtxhHgYvda0MweBPqhgT3v0ApEiHvDpC0p8as4/NK6SgzzAc2e SE+LgRsxv/f/9J54muJFGhp+hYsg4OrzhHYSRJrGCoAFLinHEhnBGabow w==; X-CSE-ConnectionGUID: PQ/24L9PRT+ehVuxo47koA== X-CSE-MsgGUID: yC4SLtolTqqA7fHSR90+9g== X-IronPort-AV: E=McAfee;i="6700,10204,11336"; a="43003365" X-IronPort-AV: E=Sophos;i="6.13,259,1732608000"; d="scan'208";a="43003365" Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2025 14:06:36 -0800 X-CSE-ConnectionGUID: gDBmcFePT/igTwICSYS2GA== X-CSE-MsgGUID: 9FE2diyoSFiTRbv7s6za2w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,224,1728975600"; d="scan'208";a="114771261" Received: from dwoodwor-mobl2.amr.corp.intel.com (HELO azaki-desk1.intel.com) ([10.125.110.39]) by fmviesa003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2025 14:06:30 -0800 From: Ahmed Zaki <ahmed.zaki@intel.com> To: netdev@vger.kernel.org Cc: intel-wired-lan@lists.osuosl.org, andrew+netdev@lunn.ch, edumazet@google.com, kuba@kernel.org, horms@kernel.org, pabeni@redhat.com, davem@davemloft.net, michael.chan@broadcom.com, tariqt@nvidia.com, anthony.l.nguyen@intel.com, przemyslaw.kitszel@intel.com, jdamato@fastly.com, shayd@nvidia.com, akpm@linux-foundation.org, shayagr@amazon.com, kalesh-anakkur.purayil@broadcom.com, Ahmed Zaki <ahmed.zaki@intel.com> Subject: [PATCH net-next v7 0/5] net: napi: add CPU affinity to napi->config Date: Tue, 4 Feb 2025 15:06:17 -0700 Message-ID: <20250204220622.156061-1-ahmed.zaki@intel.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Delegate: kuba@kernel.org |
Series |
net: napi: add CPU affinity to napi->config
|
expand
|