linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/2] add commandline support for Transmitter Delay Compensation (TDC) in iproute
@ 2021-05-07 10:28 Vincent Mailhol
  2021-05-07 10:28 ` [RFC PATCH v2 1/2] iplink_can: use PRINT_ANY to factorize code and fix signedness Vincent Mailhol
  2021-05-07 10:28 ` [RFC PATCH v2 2/2] iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC) Vincent Mailhol
  0 siblings, 2 replies; 3+ messages in thread
From: Vincent Mailhol @ 2021-05-07 10:28 UTC (permalink / raw)
  To: Marc Kleine-Budde, linux-can
  Cc: Stephen Hemminger, Oliver Hartkopp, netdev, linux-kernel,
	Vincent Mailhol

This patch series contains two patches which respectively:
  1. factorize the many print_*(PRINT_JSON, ...) and fprintf
  occurrences in a single print_*(PRINT_ANY, ...) call and fix the
  signedness while doing that.
  2. adds command line support for the TDC in iproute and goes together
  with below series in the kernel:
  https://lore.kernel.org/linux-can/20210506111412.1665835-1-mailhol.vincent@wanadoo.fr/T/#t

For now, I am only sending the kernel mailing list as an RFC. The
patch will be sent to iproute maintainers after the kernel patches
get accepted.


** Changelog **

From RFC v1 to RFC v2:
  * Add an additional patch to the series to fix the issues reported
    by Stephen Hemminger
    Ref: https://lore.kernel.org/linux-can/20210506112007.1666738-1-mailhol.vincent@wanadoo.fr/T/#t

Vincent Mailhol (2):
  iplink_can: use PRINT_ANY to factorize code and fix signedness
  iplink_can: add new CAN FD bittiming parameters: Transmitter Delay
    Compensation (TDC)

 include/uapi/linux/can/netlink.h |  25 +-
 ip/iplink_can.c                  | 402 ++++++++++++++++---------------
 2 files changed, 224 insertions(+), 203 deletions(-)

-- 
2.26.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-07 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-07 10:28 [RFC PATCH v2 0/2] add commandline support for Transmitter Delay Compensation (TDC) in iproute Vincent Mailhol
2021-05-07 10:28 ` [RFC PATCH v2 1/2] iplink_can: use PRINT_ANY to factorize code and fix signedness Vincent Mailhol
2021-05-07 10:28 ` [RFC PATCH v2 2/2] iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC) Vincent Mailhol

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).