mbox series

[RFC,v2,0/2] add commandline support for Transmitter Delay Compensation (TDC) in iproute

Message ID 20210507102819.1932386-1-mailhol.vincent@wanadoo.fr
Headers show
Series add commandline support for Transmitter Delay Compensation (TDC) in iproute | expand

Message

Vincent MAILHOL May 7, 2021, 10:28 a.m. UTC
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 **