vpp/extras
Benoît Ganne f89bbbe300 vlib: refactor trajectory trace debug feature
trajectory trace has been broken for a while because we used to save the
buffer trajectory in a vector pointed to in opaque2. This does not work
well when opaque2 is copied (eg. because of a clone) as 2 buffers end up
sharing the same vector.
This dedicates a full cacheline in the buffer metadata instead when
trajectory is compiled in. No dynamic allocation, no sharing, no tears.

Type: refactor

Change-Id: I6a028ca1b48d38f393a36979e5e452c2dd48ad3f
Signed-off-by: Benoît Ganne <bganne@cisco.com>
2021-05-01 11:42:37 +00:00
..
2020-08-31 17:16:56 +00:00
2020-06-25 15:10:07 +00:00
2020-10-17 11:53:31 +02:00
2020-04-28 21:18:37 +00:00
2020-04-28 20:55:20 +00:00
2021-01-26 16:07:53 +00:00
2021-03-04 14:57:54 +00:00
2021-03-30 12:30:36 +00:00