On 10/29/2024 4:41 PM, Serhii Iliushyk wrote:
> The list of updates provided by the patchset:
>   - FW version
>   - Speed capabilities
>   - Link status (Link update only)
>   - Unicast MAC filter
>   - Multicast MAC filter
>   - Promiscuous mode (Enable only. The device always run promiscuous mode)
>   - Multiple TX and RX queues.
>   - Scattered and gather for TX and RX.
>   - RSS hash
>   - RSS key update
>   - RSS based on VLAN or 5-tuple.
>   - RSS using different combinations of fields: L3 only, L4 only or both, and
>       source only, destination only or both.
>   - Several RSS hash keys, one for each flow type.
>   - Default RSS operation with no hash key specification.
>   - VLAN filtering.
>   - RX VLAN stripping via raw decap.
>   - TX VLAN insertion via raw encap.
>   - Flow API.
>   - Multiple process.
>   - Tunnel types: GTP.
>   - Tunnel HW offload: Packet type, inner/outer RSS, IP and UDP checksum
>       verification.
>   - Support for multiple rte_flow groups.
>   - Encapsulation and decapsulation of GTP data.
>   - Packet modification: NAT, TTL decrement, DSCP tagging
>   - Traffic mirroring.
>   - Jumbo frame support.
>   - Port and queue statistics.
>   - RMON statistics in extended stats.
>   - Flow metering, including meter policy API.
>   - Link state information.
>   - CAM and TCAM based matching.
>   - Exact match of 140 million flows and policies.
>   - Basic stats
>   - Extended stats
>   - Flow metering, including meter policy API.
>   - Flow update. Update of the action list for specific flow
>   - Asynchronous flow API
>   - MTU update
> 
> Update: the pthread API was replaced with RTE spinlock in the separate patch.
> 
> Danylo Vodopianov (43):
>   net/ntnic: add API for configuration NT flow dev
>   net/ntnic: add item UDP
>   net/ntnic: add action TCP
>   net/ntnic: add action VLAN
>   net/ntnic: add item SCTP
>   net/ntnic: add items IPv6 and ICMPv6
>   net/ntnic: add action modify filed
>   net/ntnic: add items gtp and actions raw encap/decap
>   net/ntnic: add cat module
>   net/ntnic: add SLC LR module
>   net/ntnic: add PDB module
>   net/ntnic: add QSL module
>   net/ntnic: add KM module
>   net/ntnic: add hash API
>   net/ntnic: add TPE module
>   net/ntnic: add FLM module
>   net/ntnic: add flm rcp module
>   net/ntnic: add learn flow queue handling
>   net/ntnic: match and action db attributes were added
>   net/ntnic: add statistics API
>   net/ntnic: add rpf module
>   net/ntnic: add statistics poll
>   net/ntnic: added flm stat interface
>   net/ntnic: add tsm module
>   net/ntnic: add xstats
>   net/ntnic: added flow statistics
>   net/ntnic: add scrub registers
>   net/ntnic: add flow aging API
>   net/ntnic: add aging API to the inline profile
>   net/ntnic: add flow info and flow configure APIs
>   net/ntnic: add flow aging event
>   net/ntnic: add termination thread
>   net/ntnic: add aging documentation
>   net/ntnic: add meter API
>   net/ntnic: add meter module
>   net/ntnic: update meter documentation
>   net/ntnic: add action update
>   net/ntnic: add flow action update
>   net/ntnic: flow update was added
>   net/ntnic: add async create/destroy API declaration
>   net/ntnic: add async template API declaration
>   net/ntnic: add async flow create/delete API implementation
>   net/ntnic: add async template APIs implementation
> 
> Oleksandr Kolomeiets (18):
>   net/ntnic: add flow dump feature
>   net/ntnic: add flow flush
>   net/ntnic: sort FPGA registers alphanumerically
>   net/ntnic: add CSU module registers
>   net/ntnic: add FLM module registers
>   net/ntnic: add HFU module registers
>   net/ntnic: add IFR module registers
>   net/ntnic: add MAC Rx module registers
>   net/ntnic: add MAC Tx module registers
>   net/ntnic: add RPP LR module registers
>   net/ntnic: add SLC LR module registers
>   net/ntnic: add Tx CPY module registers
>   net/ntnic: add Tx INS module registers
>   net/ntnic: add Tx RPL module registers
>   net/ntnic: add STA module
>   net/ntnic: add TSM module
>   net/ntnic: update documentation
>   net/ntnic: add MTU configuration
> 
> Serhii Iliushyk (25):
>   net/ntnic: add flow filter API
>   net/ntnic: add minimal create/destroy flow operations
>   net/ntnic: add internal flow create/destroy API
>   net/ntnic: add minimal NT flow inline profile
>   net/ntnic: add management API for NT flow profile
>   net/ntnic: add NT flow profile management implementation
>   net/ntnic: add create/destroy implementation for NT flows
>   net/ntnic: add infrastructure for for flow actions and items
>   net/ntnic: add action queue
>   net/ntnic: add action mark
>   net/ntnic: add ation jump
>   net/ntnic: add action drop
>   net/ntnic: add item eth
>   net/ntnic: add item IPv4
>   net/ntnic: add item ICMP
>   net/ntnic: add item port ID
>   net/ntnic: add item void
>   net/ntnic: add GMF (Generic MAC Feeder) module
>   net/ntnic: update alignment for virt queue structs
>   net/ntnic: enable RSS feature
>   net/ntnic: update documentation for flow actions update
>   net/ntnic: migrate to the RTE spinlock
>   net/ntnic: remove unnecessary type cast
>   net/ntnic: update async flow API documentation
>   net/ntnic: update documentation for set MTU
>

Hi Serhii,

After each patch, driver should build fine, this is required for git
bisect testing, but in this patch series build fails after some patches,
can you please check?

Also a minor comment, in some patch titles 'API' is used, in DPDK scope
API is functions exposed from library to application use, so almost all
use of API is wrong, can you please update them?
Like "net/ntnic: add flow filter API" can become "net/ntnic: support
flow filter"


Reply via email to