Received: by 2002:a05:6a10:a852:0:0:0:0 with SMTP id d18csp1261166pxy; Thu, 6 May 2021 04:21:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw7EIM4h+mCcSroVv7kKNc7XXvBjUQVrdbRbewOSOECCbKxGQjoC63MlU09s/nVP5355pHy X-Received: by 2002:a65:4986:: with SMTP id r6mr3894980pgs.392.1620300115511; Thu, 06 May 2021 04:21:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620300115; cv=none; d=google.com; s=arc-20160816; b=Gt+im+9JGc+NIuQRB0vu+KltRY31Ad3ItaH6RQsDuw8vzVNCjboz1cs1Ppi6C4RgsJ YebViPmB42ZHQDYmRVldi3kTL7IcbcQKVDS5yBd2QgtGsYLplIQTliBVZQNd/8XGBVYd DosSoGE/oNUT/N5+pMiXGq5tO+ZbI480ztLOHcULgCTLuhWp2A7p1j59wFohcHyF/EX3 mSyxpw5cnZzVcF6FY9z4ftJogZkdh7NHlbOUNUm10XAxPntQhiUBzE8kb8udKhysy+Zr FMXWMfX9EAWA9NZc3+0C93XTaO6ZtwZEK4OWb24tY2uz1uX2l57WHGGH5HC8kWfNkxJn Yb5A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=u3d3fBxx1OiaTalrTcWnU6hEXGZZt/hRv3Q+ikiW8Lc=; b=PaIjZEbNMbdM+pnlduAEtWiN9GulXLmhIW7XE5syTnXeqgR7luXx14KLyeJ8TQbIiy EYYhGyk1ZceCb7WVJDrighluCURpkZ7UYmdEMfNhwbV/Zqh7v6aFycD71wGbkp2GFT8S 8kB7ttwYxrVOajs9BiCNFgCM8bhKeesjKM1iUtOenlGYMk/luXqlc2AMCjQAKCdn/Mtk QGAoLVODRee2GpvXM8BVJ7EmrCr5hwg62v0fSqSBYX3GRlZzhGDug4XONV77GHcVEPlO w4+I1MOTWCUxUz9fqu0HHHpBVOTGgehAwkf0oGc2xgRla+v0l851jgxSCa0zTVxWnjoy AZeA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e4si2832910plt.45.2021.05.06.04.21.42; Thu, 06 May 2021 04:21:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234732AbhEFLVX (ORCPT + 99 others); Thu, 6 May 2021 07:21:23 -0400 Received: from smtp03.smtpout.orange.fr ([80.12.242.125]:58308 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234706AbhEFLVV (ORCPT ); Thu, 6 May 2021 07:21:21 -0400 Received: from tomoyo.flets-east.jp ([153.202.107.157]) by mwinf5d58 with ME id 1PLC2500T3PnFJp03PLKjj; Thu, 06 May 2021 13:20:23 +0200 X-ME-Helo: tomoyo.flets-east.jp X-ME-Auth: bWFpbGhvbC52aW5jZW50QHdhbmFkb28uZnI= X-ME-Date: Thu, 06 May 2021 13:20:23 +0200 X-ME-IP: 153.202.107.157 From: Vincent Mailhol To: Marc Kleine-Budde , linux-can@vger.kernel.org Cc: Oliver Hartkopp , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Mailhol Subject: [RFC PATCH v1 0/1] add commandline support for Transmitter Delay Compensation (TDC) in iproute Date: Thu, 6 May 2021 20:20:06 +0900 Message-Id: <20210506112007.1666738-1-mailhol.vincent@wanadoo.fr> X-Mailer: git-send-email 2.26.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This additional patch adds command line support for the TDC in iproute and goes together with below series: https://lore.kernel.org/linux-can/20210506111412.1665835-1-mailhol.vincent@wanadoo.fr/T/#t For now, I am only sending the patch to the CAN mailing list. Vincent Mailhol (1): iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC) include/uapi/linux/can/netlink.h | 25 +++++++++-- ip/iplink_can.c | 72 ++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 3 deletions(-) -- 2.26.3