diff options
author | Aloys Augustin <aloaugus@cisco.com> | 2021-04-15 18:12:51 +0200 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2021-04-19 17:32:05 +0000 |
commit | ac6c528fb22d427d7beacd73c247ffd97389dbfe (patch) | |
tree | 803ad12c9735b715deee9e9a69a77e4ecadec330 /src/vppinfra/tw_timer_template.c | |
parent | 8932e450224fccdd8dad8992eb90bfead0ae7a7d (diff) |
ip: fix offload flags handling
The per-protocol offload flags only make sense if F_OFFLOAD is set on
the vlib buffer main flags.
vnet_calc_checksums_inline is called from many places which should do
this check and don't, moving the check to this function is less error
prone and shouldn't have an impact on performance since the function
is always_inline.
Type: fix
Change-Id: I0297f109f31e409f07bfbaea3cd8b90c659658c4
Signed-off-by: Aloys Augustin <aloaugus@cisco.com>
Diffstat (limited to 'src/vppinfra/tw_timer_template.c')
0 files changed, 0 insertions, 0 deletions