linux_dsm_epyc7002/drivers/net/ethernet/qlogic/qed
Sudarsana Reddy Kalluru c63b096894 qed: Optimize execution time for nvm attributes configuration.
Current implementation for nvm_attr configuration instructs the management
FW to load/unload the nvm-cfg image for each user-provided attribute in
the input file. This consumes lot of cycles even for few tens of
attributes.
This patch updates the implementation to perform load/commit of the config
for every 50 attributes. After loading the nvm-image, MFW expects that
config should be committed in a predefined timer value (5 sec), hence it's
not possible to write large number of attributes in a single load/commit
window. Hence performing the commits in chunks.

Fixes: 0dabbe1bb3 ("qed: Add driver API for flashing the config attributes.")
Signed-off-by: Sudarsana Reddy Kalluru <skalluru@marvell.com>
Signed-off-by: Ariel Elior <aelior@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-10-30 11:57:14 -07:00
..
Makefile
qed_cxt.c qed: Modify api for performing a dmae to another PF 2019-05-26 13:04:11 -07:00
qed_cxt.h
qed_dcbx.c
qed_dcbx.h
qed_debug.c qed: Add APIs for configuring grc dump config flags. 2019-08-31 13:32:30 -07:00
qed_debug.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440 2019-06-05 17:37:17 +02:00
qed_dev_api.h qed: Add llh ppfid interface and 100g support for offload protocols 2019-05-26 13:04:11 -07:00
qed_dev.c qed: Fix -Wmaybe-uninitialized false positive 2019-06-18 10:44:21 -07:00
qed_fcoe.c qed: Modify offload protocols to use the affined engine 2019-05-26 13:04:11 -07:00
qed_fcoe.h
qed_hsi.h qed: Add APIs for configuring grc dump config flags. 2019-08-31 13:32:30 -07:00
qed_hw.c qed: Modify api for performing a dmae to another PF 2019-05-26 13:04:11 -07:00
qed_hw.h
qed_init_fw_funcs.c
qed_init_ops.c qed: Modify api for performing a dmae to another PF 2019-05-26 13:04:11 -07:00
qed_init_ops.h
qed_int.c net/ethernet/qlogic/qed: force the string buffer NULL-terminated 2019-08-02 17:57:18 -07:00
qed_int.h
qed_iscsi.c qed: Modify offload protocols to use the affined engine 2019-05-26 13:04:11 -07:00
qed_iscsi.h
qed_iwarp.c net: qed: Move static keyword to the front of declaration 2019-09-05 12:38:22 +02:00
qed_iwarp.h qed: Add llh ppfid interface and 100g support for offload protocols 2019-05-26 13:04:11 -07:00
qed_l2.c qed: reduce maximum stack frame size 2019-07-24 15:46:11 -07:00
qed_l2.h
qed_ll2.c qedr: Change the MSI-X vectors selection to be based on affined engine 2019-05-26 13:04:11 -07:00
qed_ll2.h
qed_main.c qed: Optimize execution time for nvm attributes configuration. 2019-10-30 11:57:14 -07:00
qed_mcp.c qed: Add APIs for reading config id attributes. 2019-08-31 13:32:30 -07:00
qed_mcp.h qed: Add APIs for reading config id attributes. 2019-08-31 13:32:30 -07:00
qed_mng_tlv.c
qed_ooo.c
qed_ooo.h
qed_ptp.c qed: Add support for Timestamping the unicast PTP packets. 2019-07-03 11:30:41 -07:00
qed_rdma.c Merge branch 'odp_fixes' into rdma.git for-next 2019-08-21 14:10:36 -03:00
qed_rdma.h
qed_reg_addr.h qed: Add llh ppfid interface and 100g support for offload protocols 2019-05-26 13:04:11 -07:00
qed_roce.c
qed_roce.h
qed_selftest.c
qed_selftest.h
qed_sp_commands.c qed: remove redundant assignment to rc 2019-06-02 17:51:03 -07:00
qed_sp.h
qed_spq.c
qed_sriov.c qed: fix spelling mistake "queuess" -> "queues" 2019-10-30 11:39:05 -07:00
qed_sriov.h
qed_vf.c qed: fix spelling mistake "fullill" -> "fulfill" 2019-09-16 09:06:54 +02:00
qed_vf.h
qed.h qed: Add qed devlink parameters table 2019-05-26 13:04:12 -07:00