vxlan:optimize cached entry compare 56/13856/2
authorEyal Bari <ebari@cisco.com>
Wed, 1 Aug 2018 07:25:50 +0000 (10:25 +0300)
committerJohn Lo <loj@cisco.com>
Wed, 1 Aug 2018 18:37:57 +0000 (18:37 +0000)
commite126cc53317fcc38970d244bea2ddaf11e47702f
tree38b550f5473d6db65a584281d0a23c092d15c1b3
parent5f21e1bd613b372ea6f8be6423894548dae59bdc
vxlan:optimize cached entry compare

the bihash key compare was doing the extra step of loading both keys into
vector regs and comparing those - instead of using the temporary values
created.

Change-Id: Ic557bfa56cd6aa60c71e7f28c880f85e1eb1e6ec
Signed-off-by: Eyal Bari <ebari@cisco.com>
src/vnet/vxlan/decap.c