From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 47486A09E9; Tue, 8 Dec 2020 21:12:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 88DBAC9A0; Tue, 8 Dec 2020 21:11:49 +0100 (CET) Received: from mail-pl1-f194.google.com (mail-pl1-f194.google.com [209.85.214.194]) by dpdk.org (Postfix) with ESMTP id 48D85C92A for ; Tue, 8 Dec 2020 21:11:45 +0100 (CET) Received: by mail-pl1-f194.google.com with SMTP id p6so7552120plo.6 for ; Tue, 08 Dec 2020 12:11:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version; bh=iPKY+I8vFCYh1myr1EZSVoFbuBWp++vJfNBSDNXdKu4=; b=IvSzeFEaa2FAhT+PtZ89Im6WO6OJDxJyCFC2WEMMqQ+Ai++8j5VD/7N7DfoF+EV9me 1maY+7DIn5iQbu3zhPqj+3Pat8lvVAmUNejoM+jG95LfB1tVqSuvH6SqDvuYBtsxQpZk 1AN//qvnPYHTymAOrJR2JcsEcaCfdfr6ec99Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version; bh=iPKY+I8vFCYh1myr1EZSVoFbuBWp++vJfNBSDNXdKu4=; b=oudf1w+4rt6lV+R+5NGcQyC9FPQcpmj3uJZCE+pWX+tKv/qsSlBZJ339d5GOiCfB9x CH+TTiyzFiqz7QX8rhMiztEgbB20sr3a/1pbQBmOVCAsEODKA6zNthn9klNgiBXwpdwP PsPERErhg9S1QNraDGiCpsWKCORJTlKA05hjvQ0yoMVqf5p3aGia6wDj4hNiD26fDSp6 Wy2R6ll7d0wKDgsoOrk+ju5VFysGCKE9D0f2HE1PoYkq2FZgEJKVF55Y/phZZf/z8xQa +ZORTVNXteyKelkMgV8Jm1X2kJKirEMGsa24hb3rcm82Sbd6+DehkLoJBwh9tpGI0n2f ZLuQ== X-Gm-Message-State: AOAM532dxgUKW1OHbe3gVl2y+bXbbtc//B9BlbUmThyTEeUUcHWRVu63 Hd+2+DaygxFcJfFfGgpkNgapajm+xSQpmyHJFrAlcBhA5P4M5Y36CTbtqRkvxOyw2Tp7Oz+5r// ThYZbvRHquxxRx9qa9pd1Z/czpQGEQy5Zo6DrIsS6CnnG1zWVtyPHBkRa3XbGZVib3A== X-Google-Smtp-Source: ABdhPJwzmcOTj+8okjLSUuHorntCPLZOT0ruG82s1kFJ/mUpDrSZSftoHl03fkYGXEfEzypq70bRmQ== X-Received: by 2002:a17:902:ba8b:b029:d7:e6da:cd21 with SMTP id k11-20020a170902ba8bb02900d7e6dacd21mr22641624pls.38.1607458303107; Tue, 08 Dec 2020 12:11:43 -0800 (PST) Received: from localhost.localdomain ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id x10sm5729187pfc.157.2020.12.08.12.11.41 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Dec 2020 12:11:42 -0800 (PST) From: Ajit Khaparde To: dev@dpdk.org Date: Tue, 8 Dec 2020 12:11:20 -0800 Message-Id: <20201208201134.47844-4-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.21.1 (Apple Git-122.3) In-Reply-To: <20201208201134.47844-1-ajit.khaparde@broadcom.com> References: <20201208201134.47844-1-ajit.khaparde@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] [PATCH 03/17] net/bnxt: remove unused field X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Remove flow_xstat from bnxt structure. Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/bnxt/bnxt.h b/drivers/net/bnxt/bnxt.h index 9bd4f1da9..f13d586d4 100644 --- a/drivers/net/bnxt/bnxt.h +++ b/drivers/net/bnxt/bnxt.h @@ -818,7 +818,6 @@ struct bnxt { struct bnxt_dmabuf_info dmabuf; struct bnxt_ulp_context *ulp_ctx; struct bnxt_flow_stat_info *flow_stat; - uint8_t flow_xstat; uint16_t max_num_kflows; uint16_t tx_cfa_action; }; -- 2.21.1 (Apple Git-122.3) -- This electronic communication and the information and any files transmitted with it, or attached to it, are confidential and are intended solely for the use of the individual or entity to whom it is addressed and may contain information that is confidential, legally privileged, protected by privacy laws, or otherwise restricted from disclosure to anyone else. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, you are hereby notified that any use, copying, distributing, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. If you received this e-mail in error, please return the e-mail to the sender, delete it from your computer, and destroy any printed copy of it.