History log of /dpdk/drivers/net/ntnic/nthw/flow_api/flow_km.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 7fa0bf29 30-Oct-2024 Danylo Vodopianov <dvo-plv@napatech.com>

net/ntnic: add hash module

The Hasher module calculates a configurable hash value to be used
internally by the FPGA.
The module support both Toeplitz and NT-hash.

Signed-off-by: Danylo Vodopianov <

net/ntnic: add hash module

The Hasher module calculates a configurable hash value to be used
internally by the FPGA.
The module support both Toeplitz and NT-hash.

Signed-off-by: Danylo Vodopianov <dvo-plv@napatech.com>
Acked-by: Serhii Iliushyk <sil-plv@napatech.com>

show more ...


# 9bd46cf2 30-Oct-2024 Danylo Vodopianov <dvo-plv@napatech.com>

net/ntnic: add KM module

The Key Matcher module checks the values of individual fields of a
packet.
It supports both exact match which is implemented with a CAM, and
wildcards which is implemented w

net/ntnic: add KM module

The Key Matcher module checks the values of individual fields of a
packet.
It supports both exact match which is implemented with a CAM, and
wildcards which is implemented with a TCAM.

Signed-off-by: Danylo Vodopianov <dvo-plv@napatech.com>
Acked-by: Serhii Iliushyk <sil-plv@napatech.com>

show more ...


# 6fec9a9a 30-Oct-2024 Serhii Iliushyk <sil-plv@napatech.com>

net/ntnic: add infrastructure for flow actions and items

Add entities(utilities, structures, etc) required for flow support

Signed-off-by: Serhii Iliushyk <sil-plv@napatech.com>


# 1d3f62a0 10-Oct-2024 Oleksandr Kolomeiets <okl-plv@napatech.com>

net/ntnic: add base init and deinit of flow API

Add basic API for initialization resources required by flow filter API

Signed-off-by: Oleksandr Kolomeiets <okl-plv@napatech.com>
Acked-by: Serhii Il

net/ntnic: add base init and deinit of flow API

Add basic API for initialization resources required by flow filter API

Signed-off-by: Oleksandr Kolomeiets <okl-plv@napatech.com>
Acked-by: Serhii Iliushyk <sil-plv@napatech.com>

show more ...