From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (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 994F033ADA9 for ; Mon, 19 Jan 2026 15:36:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768836998; cv=none; b=eVfHaCFp1EYFf8/D2+xwSj1tIc26mWs2kgKvrgXpbcdKfFzbkV4xN7ZH+JB41Zse+nT6h6s72oathezX7Xp/sM/PN0yTtx2nwW0FdGfpPFscu8AQxuBpPUHPWY0v4lYf/ph8jjIzF1OK4K1wJ6VUpQkfka88EfiTJzSKZtC57ec= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768836998; c=relaxed/simple; bh=e88EAJWlPwazHImhiAb0XFQNxdwL8O9wnAEVl5EVpDQ=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=DPocCtpRgL+an/FGmjE80zHCsm4UwhnKpyI0Ot5Cb/jLp5cpimQM42wZuH26BcFiNK+cdVEXwNRB3b8Rc5z7oIew/rAoM5oYy512lVcISOmF2sbNqtHJdwFkX3NKf7jU4e/YPBSPRtoOHXwM6eH/et0pdX4Gmp5x/P4A3hpZeL0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=Y6behdOw; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="Y6behdOw" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id CE114C214CC; Mon, 19 Jan 2026 15:36:07 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id C710660731; Mon, 19 Jan 2026 15:36:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 69AF310B6B147; Mon, 19 Jan 2026 16:36:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1768836993; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=e88EAJWlPwazHImhiAb0XFQNxdwL8O9wnAEVl5EVpDQ=; b=Y6behdOw9Tape1gyqVI8+dOtAddglnwZP/wAIEjt38AZDN72qmzY1J0hjo6HxqENO+0CY4 DjF24GLVXRsJQZFyQYaSatGbICfmSf8IanPVBSPjO5y1QAnS9avpFt97gju8+/q9iX+7UE eEL8f0gdLqpD22oNWlQX5ahCbM5X0mZyKfONRlXRzyUk+6G0pIZw0bFKmYvg4EVowyoiFH x4MO9PlAu89Po3wyWUC6WOoh2/GME51ixbHO31BAx3LaSr7Ilnwim4CpTlfmqo27c2dbep jZUzCDk8GCfo/zAQbHMzW0CKEzDaK5c+l5+ikBIcBKQezAF/UWE+9dCDikgkxQ== Date: Mon, 19 Jan 2026 16:36:29 +0100 From: Kory Maincent To: Vadim Fedorenko Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Richard Cochran , Simon Horman , Shuah Khan , Stanislav Fomichev , Tariq Toukan , Leon Romanovsky , linux-rdma@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next v2 1/2] net: remove legacy way to get/set HW timestamp config Message-ID: <20260119163629.2e626ec8@kmaincent-XPS-13-7390> In-Reply-To: <20260116062121.1230184-1-vadim.fedorenko@linux.dev> References: <20260116062121.1230184-1-vadim.fedorenko@linux.dev> Organization: bootlin X-Mailer: Claws Mail 4.2.0 (GTK 3.24.41; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 On Fri, 16 Jan 2026 06:21:20 +0000 Vadim Fedorenko wrote: > With all drivers converted to use ndo_hwstamp callbacks the legacy way > can be removed, marking ioctl interface as deprecated. >=20 > Signed-off-by: Vadim Fedorenko Reviewed-by: Kory Maincent Thank you! --=20 K=C3=B6ry Maincent, Bootlin Embedded Linux and kernel engineering https://bootlin.com