Re: [dpdk-dev] [PATCH v1 12/38] net/mvpp2: save initial configuration
From: Jerin Jacob <hidden>
Date: 2021-01-11 15:01:21
From: Jerin Jacob <hidden>
Date: 2021-01-11 15:01:21
On Wed, Dec 2, 2020 at 3:46 PM [off-list ref] wrote:
From: Yuri Chipchev <redacted> save configuration that was done prior 'start' as only then the ppio is being configured. Signed-off-by: Yuri Chipchev <redacted> Reviewed-by: Liron Himi <redacted> --- drivers/net/mvpp2/mrvl_ethdev.c | 107 +++++++++++++++++++++++++++----- 1 file changed, 92 insertions(+), 15 deletions(-)diff --git a/drivers/net/mvpp2/mrvl_ethdev.c b/drivers/net/mvpp2/mrvl_ethdev.c index 76847b303..c70a8fe93 100644 --- a/drivers/net/mvpp2/mrvl_ethdev.c +++ b/drivers/net/mvpp2/mrvl_ethdev.c@@ -1,6 +1,6 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2017 Marvell International Ltd. - * Copyright(c) 2017 Semihalf. + * Copyright(c) 2018 Marvell International Ltd. + * Copyright(c) 2018 Semihalf.
Either change to 2021 or 2017-2021.