On 10/15/2019 9:22 AM, Alfredo Cardigliano wrote: > Add hardware structures and message commands definitions for > Pensando network adapters. > > Signed-off-by: Alfredo Cardigliano <cardigli...@ntop.org> > Reviewed-by: Shannon Nelson <snel...@pensando.io> > --- > drivers/net/ionic/ionic_if.h | 2491 ++++++++++++++++++++++++++++++++++ > 1 file changed, 2491 insertions(+) > create mode 100644 drivers/net/ionic/ionic_if.h > > diff --git a/drivers/net/ionic/ionic_if.h b/drivers/net/ionic/ionic_if.h > new file mode 100644 > index 000000000..5f31ec034 > --- /dev/null > +++ b/drivers/net/ionic/ionic_if.h > @@ -0,0 +1,2491 @@ > +/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB OR BSD-2-Clause */ > +/* Copyright (c) 2017-2019 Pensando Systems, Inc. All rights reserved. */ > +
Similar licensing concern here, this one seems multi licensed, and non are DPDK default BSD-3 license. Hemant, Can you please advise how to proceed on this case? Thanks, ferruh