git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
972bf36
)
ethdev: fix missing include in flow API
author
Adrien Mazarguil
<adrien.mazarguil@6wind.com>
Thu, 19 Apr 2018 10:07:45 +0000
(12:07 +0200)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Fri, 27 Apr 2018 14:54:56 +0000
(15:54 +0100)
Fixes:
b1a4b4cbc0a8
("ethdev: introduce generic flow API")
Cc: stable@dpdk.org
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_ether/rte_flow.h
patch
|
blob
|
history
diff --git
a/lib/librte_ether/rte_flow.h
b/lib/librte_ether/rte_flow.h
index
56c7334
..
44ae19d
100644
(file)
--- a/
lib/librte_ether/rte_flow.h
+++ b/
lib/librte_ether/rte_flow.h
@@
-14,6
+14,8
@@
* associated actions in hardware through flow rules.
*/
+#include <stdint.h>
+
#include <rte_arp.h>
#include <rte_ether.h>
#include <rte_icmp.h>