From: Dave Barach Date: Wed, 25 Jul 2018 20:56:38 +0000 (-0400) Subject: Improve the sample plugin node dispatch function X-Git-Tag: v18.10-rc1~532 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=9594b56e6f795751cfef562920ded7874376e91c;hp=9594b56e6f795751cfef562920ded7874376e91c;p=vpp.git Improve the sample plugin node dispatch function Three separate implementations, which vary by nearly a factor of two in performance. Most of the performance difference is due to swapping the src/dst mac addresses with an avx2 vector shuffle instruction. Change-Id: Ieb36546d6074e4ac720d452a99d013c698135c57 Signed-off-by: Dave Barach ---