Merge branch 'Support-of-Flow-Director-in-HNS3-Ethernet-Driver-for-HiP08-Rev2-SoC'
authorDavid S. Miller <davem@davemloft.net>
Tue, 2 Oct 2018 05:57:46 +0000 (22:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Oct 2018 05:57:46 +0000 (22:57 -0700)
commit6140cc20caf7da861fb113a707e0acc36bd358ec
tree35dcd22ad3b5592933bd3779853a6c016f1438f4
parent26cf48a66868a6701b2403e13aa52ee91a204785
parentc17852a8932f70d5ba3a487f52a7379e3b73cf30
Merge branch 'Support-of-Flow-Director-in-HNS3-Ethernet-Driver-for-HiP08-Rev2-SoC'

Salil Mehta says:

====================
Support of Flow Director in HNS3 Ethernet Driver for HiP08 Rev2 SoC

This patch-set adds the support of FD(Flow Director) in the HNS3 PF driver
for HiP08 Rev2(0x21) SoC of Hisilicon. FD can be used in filtering the flows
and deciding to drop the flow or forward it to paricular queue.

Configuration consists of rules with input keys and actions. The rules are
stored in TCAM.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>