Files
vpp/test
Mohsin Kazmi 6809538e64 vlib: refactor checksum offload support
Type: refactor

This patch refactors the offload flags in vlib_buffer_t.
There are two main reasons behind this refactoring.
First, offload flags are insufficient to represent outer
and inner headers offloads. Second, room for these flags
in first cacheline of vlib_buffer_t is also limited.

This patch introduces a generic offload flag in first
cacheline. And detailed offload flags in 2nd cacheline
of the structure for performance optimization.

Change-Id: Icc363a142fb9208ec7113ab5bbfc8230181f6004
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
2021-02-15 20:32:56 +00:00
..
2018-03-21 00:01:44 +00:00
2019-11-05 21:08:59 +00:00
2021-02-15 17:27:48 +00:00
2021-02-15 17:27:48 +00:00
2021-01-07 15:48:43 +00:00
2020-12-08 09:00:24 +00:00
2020-03-27 12:46:42 +00:00
2019-12-11 15:23:55 +00:00
2020-12-18 17:20:28 +00:00
2019-03-21 20:33:30 +00:00
2021-02-15 17:27:48 +00:00
2019-07-31 16:17:36 +00:00
2018-04-13 08:48:00 +00:00