net/softnic: map flow attribute to pipeline table
authorReshma Pattan <reshma.pattan@intel.com>
Tue, 11 Sep 2018 14:20:32 +0000 (15:20 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Fri, 12 Oct 2018 15:58:57 +0000 (17:58 +0200)
commitc169b6a5888dd9e63703a09123e3702acc0c017a
treeeb3ba70b4011b5d3894578f0edfecc7cdc8bdf0f
parent90ec92a06d88a8d48ef135383a5fb7c7594d639f
net/softnic: map flow attribute to pipeline table

Added mapping support from rte_flow attributes
to softnic pipeline and table.

So added flow attribute map set and get functions
definition to new file rte_eth_sofnic_flow.c.

Added pmd flow internals with ingress and egress
flow attribute maps.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
drivers/net/softnic/Makefile
drivers/net/softnic/meson.build
drivers/net/softnic/rte_eth_softnic_flow.c [new file with mode: 0644]
drivers/net/softnic/rte_eth_softnic_internals.h