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:
Marc Kleine-Budde
2020-10-19 13:44:16 +02:00
7 changed files with 403 additions and 0 deletions
+3
View File
@@ -89,6 +89,7 @@ PROGRAMS := \
candump \
canfdtest \
cangen \
cansequence \
canlogserver \
canplayer \
cansend \
@@ -116,6 +117,7 @@ cangen.o: lib.h
canlogserver.o: lib.h
canplayer.o: lib.h
cansend.o: lib.h
cansequence.o: lib.h
log2asc.o: lib.h
log2long.o: lib.h
j1939acd.o: libj1939.h
@@ -131,6 +133,7 @@ cangen: cangen.o lib.o
canlogserver: canlogserver.o lib.o
canplayer: canplayer.o lib.o
cansend: cansend.o lib.o
cansequence: cansequence.o lib.o
log2asc: log2asc.o lib.o
log2long: log2long.o lib.o
j1939acd: j1939acd.o libj1939.o