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 8B1FDA2EDB for ; Tue, 1 Oct 2019 17:42:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 69BBB1BE8D; Tue, 1 Oct 2019 17:42:28 +0200 (CEST) Received: from mail-ot1-f65.google.com (mail-ot1-f65.google.com [209.85.210.65]) by dpdk.org (Postfix) with ESMTP id 69E028F96 for ; Tue, 1 Oct 2019 17:42:25 +0200 (CEST) Received: by mail-ot1-f65.google.com with SMTP id g13so11933948otp.8 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=o0+4KdUpP1Y/Wf6FeD8kbeJDhDEsp953IpNeOshzBQxHBfk9TLd5deiDXEM1trErMY GQ4KHP8delQwMLridPuKRMmKHtBqwP+5GUSr02Y8CGkzlQ1SYXHyhtdKswIFzq80emET dMs2BEtHVOTF6cDF/9PD73GHhaPt9SfnN+5CkQcN6WxzCBNVRCO055G2Ms7CQ1ofS1ad doGBhqy52osHZ5EKoltDp7tGR1leB3iyZsKdASCz7BJhN98EiUL5JPIGnNzSwYrDW7gi RU9YgCSuEItLzRIpVNNNaY+cCq6HzW4NWB/r4AH+XOGMWXDReGHW09lcKwHjkcxPHCSH Hw5g== X-Gm-Message-State: APjAAAWJ0UhMl4SfnFbSf0O2WRh7so1e//YSLcCHDpeF9Ujbu3GX9FaB wT93/dNi21zj4d38Ufup8fwaSyz1LcBgFhBdpYnD9Q== 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-stable] [PATCH 9/9] net/bnxt: remove commented out code X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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 > >