mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-21 15:29:56 +02:00
Merge branch 'cansequence' of github.com:marckleinebudde/can-utils into master
The PTX flavour canutils have a useful utility for generating a sequence of CAN frames with an incrementing payload and checking such a sequence for missed and reordered frames. Recently, it has helped finding a regression in the kernel pfifo_fast qdisc, which led to reordered frames. To bring the utility to a greater audience, import the current state, including its history, into the linux-can set of utilities. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
@@ -33,6 +33,7 @@ set(PROGRAMS_CANLIB
|
||||
canlogserver
|
||||
canplayer
|
||||
cansend
|
||||
cansequence
|
||||
log2asc
|
||||
log2long
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user