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 CE374A2EDB for ; Tue, 1 Oct 2019 17:42:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 90246CFA6; Tue, 1 Oct 2019 17:42:26 +0200 (CEST) Received: from mail-ot1-f66.google.com (mail-ot1-f66.google.com [209.85.210.66]) by dpdk.org (Postfix) with ESMTP id 7EED01B203 for ; Tue, 1 Oct 2019 17:42:25 +0200 (CEST) Received: by mail-ot1-f66.google.com with SMTP id 67so11962349oto.3 for ; Tue, 01 Oct 2019 08:42:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cgsqE5NADt43cigaZ+uo8qztWteHTi/Bzh/2TeuLWwQ=; b=bge976VqYd5niQea5tWCMEGa4HTbs4pwINcvqVluAnHMtVpZcvJg+aNO4TUIY3se08 ILoqddJHChRYbEEU0G1gtevB+pK4Yf/AWGrFIy/zp0lCSv7sWTJpA5in4Lz42VQ7aeY8 D+MPOb97KphO3RxmYgGdT7lQUuhL3fS9OzTQM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cgsqE5NADt43cigaZ+uo8qztWteHTi/Bzh/2TeuLWwQ=; b=CVYiV3hURcxJSuimFTlsjyp3emBstzTZkQJrmYa7Y1vvo1Eu3h5tway3k+63MtraLx 6Q3MfDW51iYYQ/ZuxGETpnclaTli9q05aa4JLG8mH7LPXULVm0VbIm6Pdh0X4hVM/mjV ZJMc2gL/23avXnwKwtGKrSaMieRM0jro0ED7oJBKfn9NKvqUPuR8hd1AjCFwTKTKHxiv kByv+32jH6DFVtT5IhLbhCroqay6c7bkTf3a9x6kZjn8mw4bgZR3QC8SMWEwZnmLQPXH UW3vWcr2XVDfrdiT+FcXbM4+vQ9VZS1Eo1WuhMt+F3d2eqtyDEBtvPqhLdGmRThsPjGi bO/g== X-Gm-Message-State: APjAAAU3kxOK4a3E3OiL741hpJkl4R04cmSkY4/yRMnLkGHuMfRl0k85 yy8RNTLfGt9yPJqECM7Pg4y2d/gVzNwnW9LBRPBMx4dcWs4= X-Google-Smtp-Source: APXvYqyv1DZL29MEfU8/n9dehbYZE1AYEDm8GjrabCwKRHMheQjZ3FbKl1thxwJBRHX9ZwJmoX3gss0TJpxh0S7NPj4= X-Received: by 2002:a05:6830:134b:: with SMTP id r11mr19511825otq.154.1569944544466; Tue, 01 Oct 2019 08:42:24 -0700 (PDT) MIME-Version: 1.0 References: <20191001125315.6191-1-ktraynor@redhat.com> <20191001130405.7076-1-ktraynor@redhat.com> <20191001130405.7076-8-ktraynor@redhat.com> In-Reply-To: <20191001130405.7076-8-ktraynor@redhat.com> From: Ajit Khaparde Date: Tue, 1 Oct 2019 08:42:07 -0700 Message-ID: To: Kevin Traynor Cc: dev@dpdk.org, dpdk stable Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 9/9] net/bnxt: remove commented out code 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" On Tue, Oct 1, 2019 at 6:04 AM Kevin Traynor wrote: > This commented out todo and code is old. Remove it. > > Fixes: b7435d660a8c ("net/bnxt: add ntuple filtering support") > Cc: ajit.khaparde@broadcom.com > Cc: stable@dpdk.org > > Signed-off-by: Kevin Traynor > Acked-by: Ajit Khaparde --- > drivers/net/bnxt/bnxt_ethdev.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/net/bnxt/bnxt_ethdev.c > b/drivers/net/bnxt/bnxt_ethdev.c > index 6685ee7d9..318d49857 100644 > --- a/drivers/net/bnxt/bnxt_ethdev.c > +++ b/drivers/net/bnxt/bnxt_ethdev.c > @@ -2239,7 +2239,4 @@ parse_ntuple_filter(struct bnxt *bp, > } > > - //TODO Priority > - //nfilter->priority = (uint8_t)filter->priority; > - > bfilter->enables = en; > return 0; > -- > 2.21.0 > >