Initial working version of RSS 20/2620/3
authorMohammad Abdul Awal <mohammad.abdul.awal@intel.com>
Wed, 15 Jun 2016 08:21:55 +0000 (09:21 +0100)
committerMohammad Abdul Awal <mohammad.abdul.awal@intel.com>
Tue, 6 Sep 2016 12:16:52 +0000 (13:16 +0100)
commit8ae38dfb285ab9843312964b3081b2c52ba857dc
tree87dd74f1ca5668df4b859fdb7633ac7f83bbf75e
parent58a3674671da166ff3e3ec4dd552eb60adf3652b
Initial working version of RSS

The patch enables RSS support for TLDK udpfwd application.
The number of rx queues and tx queues are equal to the number of lcore
enabled for backend operation. NICs calculate the RSS hash based on the
UDP dest port only. The RSS hash key is calculated at runtime based on
the number of queues enebaled.

Change-Id: I06006a4606f8faad8f16241348b2ce19b70335e5
Signed-off-by: Mohammad Abdul Awal <mohammad.abdul.awal@intel.com>
examples/udpfwd/Makefile
examples/udpfwd/README
examples/udpfwd/main.c
examples/udpfwd/netbe.h
examples/udpfwd/parse.c
examples/udpfwd/parse.h
examples/udpfwd/pkt.c
lib/libtle_udp/tle_udp_impl.h
lib/libtle_udp/udp_ctl.c