[dpdk-dev] [PATCH v5 00/51] net/bnxt: add features for host-based flow management
Ferruh Yigit
ferruh.yigit at intel.com
Mon Jul 6 12:10:47 CEST 2020
On 7/3/2020 10:01 PM, Ajit Khaparde wrote:
> v1->v2:
> - update commit message
> - rebase patches against latest changes in the tree
> - fix signed-off-by tags
> - update release notes
>
> v2->v3:
> - fix compilation issues
>
> v3->v4:
> - rebase against latest dpdk-next-net
>
> v4->v5:
> - fix uninitlalized variable in patch [29/51]
> - rebase against latest dpdk-next-net
>
> Ajit Khaparde (1):
> doc: update release notes
>
> Jay Ding (5):
> net/bnxt: implement support for TCAM access
> net/bnxt: support two level priority for TCAMs
> net/bnxt: add external action alloc and free
> net/bnxt: implement IF tables set and get
> net/bnxt: add global config set and get APIs
>
> Kishore Padmanabha (8):
> net/bnxt: integrate with the latest tf core changes
> net/bnxt: add support for if table processing
> net/bnxt: disable Tx vector mode if truflow is enabled
> net/bnxt: add index opcode and operand to mapper table
> net/bnxt: add support for global resource templates
> net/bnxt: add support for internal exact match entries
> net/bnxt: add support for conditional execution of mapper tables
> net/bnxt: add VF-rep and stat templates
>
> Lance Richardson (1):
> net/bnxt: initialize parent PF information
>
> Michael Wildt (7):
> net/bnxt: add multi device support
> net/bnxt: update multi device design support
> net/bnxt: multiple device implementation
> net/bnxt: update identifier with remap support
> net/bnxt: update RM with residual checker
> net/bnxt: update table get to use new design
> net/bnxt: add TF register and unregister
>
> Mike Baucom (1):
> net/bnxt: add support for internal encap records
>
> Peter Spreadborough (7):
> net/bnxt: add support for exact match
> net/bnxt: modify EM insert and delete to use HWRM direct
> net/bnxt: add HCAPI interface support
> net/bnxt: support EM and TCAM lookup with table scope
> net/bnxt: update RM to support HCAPI only
> net/bnxt: remove table scope from session
> net/bnxt: add support for EEM System memory
>
> Randy Schacher (2):
> net/bnxt: add core changes for EM and EEM lookups
> net/bnxt: align CFA resources with RM
>
> Shahaji Bhosle (2):
> net/bnxt: support bulk table get and mirror
> net/bnxt: support two-level priority for TCAMs
>
> Somnath Kotur (7):
> net/bnxt: add basic infrastructure for VF reps
> net/bnxt: add support for VF-reps data path
> net/bnxt: get IDs for VF-Rep endpoint
> net/bnxt: parse reps along with other dev-args
> net/bnxt: create default flow rules for the VF-rep
> net/bnxt: add ULP Flow counter Manager
> net/bnxt: add support for count action in flow query
>
> Venkat Duvvuru (10):
> net/bnxt: modify port db dev interface
> net/bnxt: get port and function info
> net/bnxt: add support for hwrm port phy qcaps
> net/bnxt: modify port db to handle more info
> net/bnxt: enable port MAC qcfg command for trusted VF
> net/bnxt: enhancements for port db
> net/bnxt: manage VF to VFR conduit
> net/bnxt: fill mapper parameters with default rules
> net/bnxt: add port default rules for ingress and egress
> net/bnxt: fill cfa action in the Tx descriptor
Hi Ajit,
There are checkpatch warnings and some spelling errors (checkpatch will show
them by default when 'codespell' is installed), can you please check them?
More information about the dev
mailing list