[dpdk-dev] [PATCH] net/ice: fix missing spdx license identifier

Ye Xiaolong xiaolong.ye at intel.com
Thu Nov 14 07:46:47 CET 2019


On 11/14, Yahui Cao wrote:
>Fixes: 84dc7a95a2d3 ("net/ice: enable flow director engine")
>Cc: beilei.xing at intel.com
>
>Signed-off-by: Yahui Cao <yahui.cao at intel.com>
>---
> drivers/net/ice/ice_fdir_filter.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
>diff --git a/drivers/net/ice/ice_fdir_filter.c b/drivers/net/ice/ice_fdir_filter.c
>index dd0e1b0c9..7876f4bbc 100644
>--- a/drivers/net/ice/ice_fdir_filter.c
>+++ b/drivers/net/ice/ice_fdir_filter.c
>@@ -1,3 +1,7 @@
>+/* SPDX-License-Identifier: BSD-3-Clause
>+ * Copyright(c) 2019 Intel Corporation
>+ */
>+
> #include <stdio.h>
> #include <rte_flow.h>
> #include <rte_hash.h>
>-- 
>2.17.1
>

Acked-by: Xiaolong Ye <xiaolong.ye at intel.com>

Applied to dpdk-next-net-intel, Thanks.


More information about the dev mailing list