Message ID | 20190927090433.32311-1-hemant.agrawal@nxp.com |
---|---|
State | New |
Headers | show |
Series | eal/ppc_64: add SPDX license tag | expand |
> Cc: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com> > > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> > --- > lib/librte_eal/common/arch/ppc_64/rte_cycles.c | 4 ++++ > 1 file changed, 4 insertions(+) Reviewed-by: David Christensen <drc@linux.vnet.ibm.com>
On Sat, Sep 28, 2019 at 1:45 AM David Christensen <drc@linux.vnet.ibm.com> wrote: > > > Cc: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com> > > > > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> > > --- > > lib/librte_eal/common/arch/ppc_64/rte_cycles.c | 4 ++++ > > 1 file changed, 4 insertions(+) > > Reviewed-by: David Christensen <drc@linux.vnet.ibm.com> As discussed offlist, changed this to an ack. Applied, thanks. -- David Marchand
diff --git a/lib/librte_eal/common/arch/ppc_64/rte_cycles.c b/lib/librte_eal/common/arch/ppc_64/rte_cycles.c index 851fd0255..c96a2143b 100644 --- a/lib/librte_eal/common/arch/ppc_64/rte_cycles.c +++ b/lib/librte_eal/common/arch/ppc_64/rte_cycles.c @@ -1,3 +1,7 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright (C) IBM Corporation 2019. + */ + #include "eal_private.h" uint64_t
Cc: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> --- lib/librte_eal/common/arch/ppc_64/rte_cycles.c | 4 ++++ 1 file changed, 4 insertions(+) -- 2.17.1