net/bnxt: remove commented out code

This commented out todo and code is old. Remove it.

Fixes: b7435d660a ("net/bnxt: add ntuple filtering support")
Cc: stable@dpdk.org

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
This commit is contained in:
Kevin Traynor 2019-11-06 19:02:03 +00:00 committed by Thomas Monjalon
parent 5a4374e14c
commit 41c59e1180

View File

@ -2616,9 +2616,6 @@ parse_ntuple_filter(struct bnxt *bp,
return -EINVAL;
}
//TODO Priority
//nfilter->priority = (uint8_t)filter->priority;
bfilter->enables = en;
return 0;
}