Message ID | 20231031222725.2819172-1-jacob.e.keller@intel.com (mailing list archive) |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 5D4024417 for <netdev@vger.kernel.org>; Tue, 31 Oct 2023 22:27:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="PtpWeLTF" Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83C61101 for <netdev@vger.kernel.org>; Tue, 31 Oct 2023 15:27:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1698791251; x=1730327251; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=56b5MfCFIFAlLzHYVZ+0IIbcoP+h5LznhRfG4s6vWUs=; b=PtpWeLTF2WsK8dsg/Qcdq1r4dC26x+HZJSSLhI23GlyvYRpYnQfV2Cdc Hm/wKFpd0z7ehCQXafqbezyQImfLyE+h/LQl3hyLfkhIbzf0ntGB+icC6 mM6KCAEwL7gtgabGmpI0WSfjvir9KIdCliPYfh0jEdD7jy2aq+bsQ7sr+ cUGi+IfKInpFisw1ljXWUTKtjkRWI13Z8LQFxZLvOUiCJXRNP3OFNovgl VLKDfc8XutTFkMVi2asjW4WHYmgoIUKoP7DIstOfrsEQHkX6pp4fXUeib ENrZSxY/032j7SaYVfZq1GuKern49k5AVo/z9SSVhUpkKRDkdz0GBDQa/ g==; X-IronPort-AV: E=McAfee;i="6600,9927,10880"; a="1236091" X-IronPort-AV: E=Sophos;i="6.03,266,1694761200"; d="scan'208";a="1236091" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Oct 2023 15:27:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.03,266,1694761200"; d="scan'208";a="1988797" Received: from jekeller-desk.amr.corp.intel.com (HELO jekeller-desk.jekeller.internal) ([10.166.241.1]) by fmviesa002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Oct 2023 15:27:31 -0700 From: Jacob Keller <jacob.e.keller@intel.com> To: netdev@vger.kernel.org, David Miller <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>, Jesse Brandeburg <jesse.brandeburg@intel.com> Cc: Karol Kolacinski <karol.kolacinski@intel.com>, Anthony Nguyen <anthony.l.nguyen@intel.com>, Jacob Keller <jacob.e.keller@intel.com> Subject: [PATCH net v2 0/3] ice: restore timestamp config after reset Date: Tue, 31 Oct 2023 15:27:22 -0700 Message-ID: <20231031222725.2819172-1-jacob.e.keller@intel.com> X-Mailer: git-send-email 2.41.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 |
ice: restore timestamp config after reset
|
expand
|