net/octeontx2: add flow operations
authorKiran Kumar K <kirankumark@marvell.com>
Sat, 29 Jun 2019 10:48:16 +0000 (16:18 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 4 Jul 2019 23:52:02 +0000 (01:52 +0200)
commit4092e4845dc1af56cb68f0b14a8b0b5c048aae04
tree5cafac41d9fa069751dc44816b8c2134d7944c8f
parent32e6aaa97c405ed5aa4232d90099437a1f89ba51
net/octeontx2: add flow operations

Adding the initial flow ops like flow_create and flow_validate.
These will be used to alloc and write flow rule to device and
validate the flow rule.

Signed-off-by: Kiran Kumar K <kirankumark@marvell.com>
Signed-off-by: Vivek Sharma <viveksharma@marvell.com>
drivers/net/octeontx2/Makefile
drivers/net/octeontx2/meson.build
drivers/net/octeontx2/otx2_flow.c [new file with mode: 0644]