X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvnet%2Fipsec%2Fesp_encrypt.c;h=c76fccc718e744c724c1a4f5a4ab52cf845f1bd5;hb=aa7d7662f63bfe6643b193f74288aea67f883744;hp=e64de26327f59b870e37c475ea90b0137aada78a;hpb=088bf1dcc32fcd26dac312a5561e0f263fa401d9;p=vpp.git diff --git a/src/vnet/ipsec/esp_encrypt.c b/src/vnet/ipsec/esp_encrypt.c index e64de26327f..c76fccc718e 100644 --- a/src/vnet/ipsec/esp_encrypt.c +++ b/src/vnet/ipsec/esp_encrypt.c @@ -685,6 +685,7 @@ esp_encrypt_inline (vlib_main_t *vm, vlib_node_runtime_t *node, if (PREDICT_FALSE (thread_index != sa0->thread_index)) { + vnet_buffer (b[0])->ipsec.thread_index = sa0->thread_index; esp_set_next_index (is_async, from, nexts, from[b - bufs], &n_async_drop, handoff_next, next); goto trace;