netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] flow_offload: include linux/kernel.h from flow_offload.h
@ 2019-05-31 21:47 Edward Cree
  2019-06-03 21:57 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Edward Cree @ 2019-05-31 21:47 UTC (permalink / raw)
  To: David Miller
  Cc: Jamal Hadi Salim, Jiri Pirko, Pablo Neira Ayuso, netdev, Cong Wang

flow_stats_update() uses max_t, so ensure we have that defined.

Signed-off-by: Edward Cree <ecree@solarflare.com>
---
 include/net/flow_offload.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h
index ae7cf27cd5e3..7554e88581d2 100644
--- a/include/net/flow_offload.h
+++ b/include/net/flow_offload.h
@@ -1,6 +1,7 @@
 #ifndef _NET_FLOW_OFFLOAD_H
 #define _NET_FLOW_OFFLOAD_H
 
+#include <linux/kernel.h>
 #include <net/flow_dissector.h>
 
 struct flow_match {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] flow_offload: include linux/kernel.h from flow_offload.h
  2019-05-31 21:47 [PATCH net-next] flow_offload: include linux/kernel.h from flow_offload.h Edward Cree
@ 2019-06-03 21:57 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-06-03 21:57 UTC (permalink / raw)
  To: ecree; +Cc: jhs, jiri, pablo, netdev, xiyou.wangcong

From: Edward Cree <ecree@solarflare.com>
Date: Fri, 31 May 2019 22:47:21 +0100

> flow_stats_update() uses max_t, so ensure we have that defined.
> 
> Signed-off-by: Edward Cree <ecree@solarflare.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-03 21:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-31 21:47 [PATCH net-next] flow_offload: include linux/kernel.h from flow_offload.h Edward Cree
2019-06-03 21:57 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).