From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stable-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 9FFFAA04AB
	for <public@inbox.dpdk.org>; Wed,  6 Nov 2019 20:02:50 +0100 (CET)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id C885A1E8D6;
	Wed,  6 Nov 2019 20:02:43 +0100 (CET)
Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com
 [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 05E9F1E899
 for <stable@dpdk.org>; Wed,  6 Nov 2019 20:02:34 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;
 s=mimecast20190719; t=1573066954;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=9r7qfXMbobtBtIVGlgzdYQNTc30h04PwyeABaO5SF+s=;
 b=NW3fQ3+k8UezuO8DnKlkTJSgMBSEEV6w6I1aO5kG7m1V1qQfUE+m6vgcmB1vE4ZQFaxSU+
 jXPvMHxIDwjFVsEgcvK6na7V5uMbeqV/3bIoxWtUuCub1IE0HqjpS7drQdmXUGgY574Exi
 hUqyFncrCKs/+cUan9wQbn0nHqHFs/A=
Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com
 [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id
 us-mta-148-kd--ZT7bOse1zN3GsD4w4Q-1; Wed, 06 Nov 2019 14:02:32 -0500
Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com
 [10.5.11.22])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 62AEB477;
 Wed,  6 Nov 2019 19:02:31 +0000 (UTC)
Received: from rh.redhat.com (unknown [10.36.118.56])
 by smtp.corp.redhat.com (Postfix) with ESMTP id 140561001B35;
 Wed,  6 Nov 2019 19:02:29 +0000 (UTC)
From: Kevin Traynor <ktraynor@redhat.com>
To: dev@dpdk.org
Cc: david.marchand@redhat.com, Kevin Traynor <ktraynor@redhat.com>,
 ssahu@marvell.com, stable@dpdk.org
Date: Wed,  6 Nov 2019 19:02:01 +0000
Message-Id: <20191106190203.10750-7-ktraynor@redhat.com>
In-Reply-To: <20191106190203.10750-1-ktraynor@redhat.com>
References: <20191001125315.6191-1-ktraynor@redhat.com>
 <20191106190203.10750-1-ktraynor@redhat.com>
MIME-Version: 1.0
X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22
X-MC-Unique: kd--ZT7bOse1zN3GsD4w4Q-1
X-Mimecast-Spam-Score: 0
Content-Type: text/plain; charset=WINDOWS-1252
Content-Transfer-Encoding: quoted-printable
Subject: [dpdk-stable] [v2 PATCH 6/8] compress/octeontx: remove commented
	out code
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
Errors-To: stable-bounces@dpdk.org
Sender: "stable" <stable-bounces@dpdk.org>

This code is commented out. Remove it.

Fixes: 43e610bb8565 ("compress/octeontx: introduce octeontx zip PMD")
Cc: ssahu@marvell.com
Cc: stable@dpdk.org

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
---
 drivers/compress/octeontx/include/zip_regs.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/compress/octeontx/include/zip_regs.h b/drivers/compres=
s/octeontx/include/zip_regs.h
index 04c3d75e9..96e538bb7 100644
--- a/drivers/compress/octeontx/include/zip_regs.h
+++ b/drivers/compress/octeontx/include/zip_regs.h
@@ -37,5 +37,4 @@ typedef union {
 #endif /* Word 0 - End */
 =09} s;
-=09/* struct zip_vqx_ena_s cn; */
 } zip_vqx_ena_t;
=20
@@ -65,5 +64,4 @@ typedef union {
 #endif /* Word 0 - End */
 =09} s;
-=09/* struct zip_vqx_sbuf_addr_s cn; */
 } zip_vqx_sbuf_addr_t;
=20
@@ -85,5 +83,4 @@ typedef union {
 #endif /* Word 0 - End */
 =09} s;
-=09/* struct zip_quex_doorbell_s cn; */
 } zip_quex_doorbell_t;
=20
@@ -105,5 +102,4 @@ union zip_nptr_s {
 #endif /* Word 0 - End */
 =09} s;
-=09/* struct zip_nptr_s_s cn83xx; */
 };
=20
@@ -198,5 +194,4 @@ union zip_inst_s {
 =09=09/** Beginning of file */
 =09=09uint64_t bf                    : 1;
-=09=09// uint64_t reserved_3_4          : 2;
 =09=09/** Comp/decomp operation */
 =09=09uint64_t op                    : 2;
@@ -211,5 +206,4 @@ union zip_inst_s {
 =09=09uint64_t dg                    : 1;
 =09=09uint64_t ds                    : 1;
-=09=09//uint64_t reserved_3_4          : 2;
 =09=09uint64_t op                    : 2;
 =09=09uint64_t bf                    : 1;
@@ -616,6 +610,4 @@ union zip_zres_s {
 #endif /* Word 7 - End */
 =09} /** ZIP Result Structure */s;
-
-=09/* struct zip_zres_s_s cn83xx; */
 };
=20
--=20
2.21.0