History log of /dpdk/drivers/common/sfc_efx/base/efx_table.c (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v24.07-rc2, v24.07-rc1, v24.03, v24.03-rc4, v24.03-rc3, v24.03-rc2, v24.03-rc1, v23.11, v23.11-rc4, v23.11-rc3, v23.11-rc2, v23.11-rc1, v23.07, v23.07-rc4, v23.07-rc3, v23.07-rc2, v23.07-rc1
# a5a8beb5 07-Jun-2023 Denis Pryazhennikov <denis.pryazhennikov@arknetworks.am>

common/sfc_efx/base: support to delete entry from HW table

API allows to delete entry from any supported HW table.

Signed-off-by: Denis Pryazhennikov <denis.pryazhennikov@arknetworks.am>
Reviewed-b

common/sfc_efx/base: support to delete entry from HW table

API allows to delete entry from any supported HW table.

Signed-off-by: Denis Pryazhennikov <denis.pryazhennikov@arknetworks.am>
Reviewed-by: Ivan Malov <ivan.malov@arknetworks.am>
Reviewed-by: Andy Moreton <amoreton@xilinx.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>

show more ...


# 8ee47d82 07-Jun-2023 Denis Pryazhennikov <denis.pryazhennikov@arknetworks.am>

common/sfc_efx/base: support to insert data to HW table

API allows to insert data to any supported HW table.

Signed-off-by: Denis Pryazhennikov <denis.pryazhennikov@arknetworks.am>
Reviewed-by: Iva

common/sfc_efx/base: support to insert data to HW table

API allows to insert data to any supported HW table.

Signed-off-by: Denis Pryazhennikov <denis.pryazhennikov@arknetworks.am>
Reviewed-by: Ivan Malov <ivan.malov@arknetworks.am>
Reviewed-by: Viacheslav Galaktionov <viacheslav.galaktionov@arknetworks.am>
Reviewed-by: Andy Moreton <amoreton@xilinx.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>

show more ...


# d51545f4 07-Jun-2023 Denis Pryazhennikov <denis.pryazhennikov@arknetworks.am>

common/sfc_efx/base: support to get HW table descriptor

Table's descriptor and fields' descriptors can be taken by table ID
using a new API.
In the near future, only the CT table is planned to be us

common/sfc_efx/base: support to get HW table descriptor

Table's descriptor and fields' descriptors can be taken by table ID
using a new API.
In the near future, only the CT table is planned to be used, so only
fields that are required for these purposes were added to the efx.

Signed-off-by: Denis Pryazhennikov <denis.pryazhennikov@arknetworks.am>
Reviewed-by: Viacheslav Galaktionov <viacheslav.galaktionov@arknetworks.am>
Reviewed-by: Andy Moreton <amoreton@xilinx.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>

show more ...


# 9e7941d7 07-Jun-2023 Denis Pryazhennikov <denis.pryazhennikov@arknetworks.am>

common/sfc_efx/base: support to list HW tables

New MCDI Table Access API allows management of the HW tables' content.
This part of API helps to list all supported tables.
In the near future, only th

common/sfc_efx/base: support to list HW tables

New MCDI Table Access API allows management of the HW tables' content.
This part of API helps to list all supported tables.
In the near future, only the CT table is planned to be used,
so only one identifier for this table was added to the efx.

New table IDs will be added as needed.

Signed-off-by: Denis Pryazhennikov <denis.pryazhennikov@arknetworks.am>
Reviewed-by: Andy Moreton <amoreton@xilinx.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>

show more ...