net/igb: parse flow API n-tuple filter
authorWei Zhao <wei.zhao1@intel.com>
Mon, 12 Jun 2017 06:48:22 +0000 (14:48 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 12 Jun 2017 10:38:45 +0000 (11:38 +0100)
commitc0688ef1eded31def2e3373e23fe9ef2e1b454eb
tree7fb7ed6a34adb0ab82363cbd18a868558afc0171
parent69fdf74d8b871858c50e6ac9b5d4b6e9cee1ebec
net/igb: parse flow API n-tuple filter

Add rule validate function and check if the rule is a
n-tuple rule, and get the n-tuple info.

Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
drivers/net/e1000/Makefile
drivers/net/e1000/e1000_ethdev.h
drivers/net/e1000/igb_ethdev.c
drivers/net/e1000/igb_flow.c [new file with mode: 0644]