net/octeontx2: add flow utility functions
authorKiran Kumar K <kirankumark@marvell.com>
Wed, 26 Jun 2019 10:25:03 +0000 (15:55 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 4 Jul 2019 23:52:02 +0000 (01:52 +0200)
commit57b316742d392dba3893359ef8068e316155439a
tree15a679a5fc7bc7274e256d7ad6a748ba76415015
parentdfe70e7116be38d0d60e5031b5189f27b0a10eda
net/octeontx2: add flow utility functions

First pass rte_flow utility functions for octeontx2.
These will be used to communicate with AF driver.

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_ethdev.h
drivers/net/octeontx2/otx2_flow.h
drivers/net/octeontx2/otx2_flow_utils.c [new file with mode: 0644]