From: David S. Miller Date: Thu, 18 Feb 2016 03:08:34 +0000 (-0500) Subject: Merge branch 'xgene-multiq' X-Git-Tag: v4.6-rc1~91^2~243 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b1e0b1241a09c5b51624072a36b8a3f17600053f;p=linux.git Merge branch 'xgene-multiq' Iyappan Subramanian says: ==================== Add support for Classifier and RSS This patch set enables, (i) Classifier engine that is used for parsing through the packet and extracting a search string that is then used to search a database to find associative data. (ii) Receive Side Scaling (RSS) that does dynamic load balancing of the CPUs by controlling the number of messages enqueued per CPU though the help of Toeplitz Hash function of 4-tuple of source TCP/UDP port, destination TCP/UDP port, source IPV4 address and destination IPV4 address. (iii) Multi queue, to make advantage of RSS v3: Address review comments from v2 - reordered local variables from longest to shortlest line v2: Address review comments from v1 - fix kbuild warning - add default coalescing v1: - Initial version ==================== Signed-off-by: Iyappan Subramanian Signed-off-by: David S. Miller --- b1e0b1241a09c5b51624072a36b8a3f17600053f