On 03/07/2017 04:21 PM, Ferruh Yigit wrote:
On 3/2/2017 4:03 PM, Andrew Rybchenko wrote:
From: Roman Zhukov <[email protected]>
Only pattern items VOID, ETH and actions VOID, QUEUE is now
supported.
Signed-off-by: Roman Zhukov <[email protected]>
Signed-off-by: Andrew Rybchenko <[email protected]>
<...>
diff --git a/drivers/net/sfc/sfc_flow.c b/drivers/net/sfc/sfc_flow.c
new file mode 100644
index 0000000..0590756
--- /dev/null
+++ b/drivers/net/sfc/sfc_flow.c
@@ -0,0 +1,693 @@
+/*-
+ * Copyright (c) 2017 Solarflare Communications Inc.
+ * All rights reserved.
Missing "BSD LICENSE" line. This is same for all new files.
I think this discussed before, I don't know if that line is mandatory,
but can be good to have at least to be consistent to rest of the codes.
Since it is common for all our files, let me address is separately.
Thanks,
Andrew.