From 9fa82a63e47e4ee274c54af366e6fce055a0cbab Mon Sep 17 00:00:00 2001 From: Reshma Pattan Date: Fri, 7 Apr 2017 16:51:27 +0100 Subject: * Add siphash file for calculating the sequence number. * l4fwd app changed to include new command line parameters hash and secret key for hash calculation. * Changed l4fwd library to integrate siphash support for calculating the sequence number. Change-Id: I29c60836c8b17a118d76b619fd79398fac200f67 Signed-off-by: Reshma Pattan --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') diff --git a/README b/README index f6ff9ed..d33b2df 100644 --- a/README +++ b/README @@ -33,6 +33,10 @@ to make the resulting host stack easily usable by existing non-vpp aware software. + The library uses siphash logic from the below source + https://github.com/veorq/SipHash + + 2. INSTALLATION GUIDE 1) Obtain latest DPDK and build it. -- cgit 1.2.3-korg