numam-dpdk/drivers/net/qede/base
Rasesh Mody eb8e81ad0d net/qede/base: multi-Txq support on same queue-zone for VFs
A step toward having multi-Txq support on same queue-zone for VFs.

This change takes care of:

 - VFs assume a single CID per-queue, where queue X receives CID X.
   Switch to a model similar to that of PF - I.e., Use different CIDs
   for Rx/Tx, and use mapping to acquire/release those. Each VF
   currently will have 32 CIDs available for it [for its possible 16
   Rx & 16 Tx queues].

 - To retain the same interface for PFs/VFs when initializing queues,
   the base driver would have to retain a unique number per-each queue
   that would be communicated in some extended TLV [current TLV
   interface allows the PF to send only the queue-id]. The new TLV isn't
   part of the current change but base driver would now start adding
   such unique keys internally to queue_cids. This would also force
   us to start having alloc/setup/free for L2 [we've refrained from
   doing so until now]
   The limit would be no-more than 64 queues per qzone [This could be
   changed if needed, but hopefully no one needs so many queues]

 - In IOV, Add infrastructure for up to 64 qids per-qzone, although
   at the moment hard-code '0' for Rx and '1' for Tx [Since VF still
   isn't communicating via new TLV which index to associate with a
   given queue in its queue-zone].

Signed-off-by: Rasesh Mody <rasesh.mody@cavium.com>
2017-04-04 19:02:54 +02:00
..
bcm_osal.c
bcm_osal.h net/qede/base: change valloc to vzalloc 2017-04-04 19:02:53 +02:00
common_hsi.h net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00
ecore_attn_values.h
ecore_chain.h net/qede/base: optimize cache-line access 2017-04-04 19:02:52 +02:00
ecore_cxt_api.h net/qede/base: multi-Txq support on same queue-zone for VFs 2017-04-04 19:02:54 +02:00
ecore_cxt.c net/qede/base: multi-Txq support on same queue-zone for VFs 2017-04-04 19:02:54 +02:00
ecore_cxt.h net/qede/base: multi-Txq support on same queue-zone for VFs 2017-04-04 19:02:54 +02:00
ecore_dcbx_api.h net/qede/base: support non-L2 dcbx tlv application 2017-04-04 19:02:53 +02:00
ecore_dcbx.c net/qede/base: support non-L2 dcbx tlv application 2017-04-04 19:02:53 +02:00
ecore_dcbx.h net/qede/base: support non-L2 dcbx tlv application 2017-04-04 19:02:53 +02:00
ecore_dev_api.h net/qede/base: support coalescing for VF 2017-04-04 19:02:53 +02:00
ecore_dev.c net/qede/base: multi-Txq support on same queue-zone for VFs 2017-04-04 19:02:54 +02:00
ecore_gtt_reg_addr.h net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00
ecore_gtt_values.h
ecore_hsi_common.h net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00
ecore_hsi_debug_tools.h net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00
ecore_hsi_eth.h net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00
ecore_hsi_init_func.h
ecore_hsi_init_tool.h net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00
ecore_hw_defs.h
ecore_hw.c net/qede/base: prevent DMAE transactions during recovery 2017-04-04 19:02:54 +02:00
ecore_hw.h
ecore_init_fw_funcs.c net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00
ecore_init_fw_funcs.h net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00
ecore_init_ops.c
ecore_init_ops.h
ecore_int_api.h net/qede/base: print various indication on Tx-timeouts 2017-04-04 19:02:49 +02:00
ecore_int.c net/qede/base: make L2 queues handle based 2017-04-04 19:02:51 +02:00
ecore_int.h net/qede/base: make L2 queues handle based 2017-04-04 19:02:51 +02:00
ecore_iov_api.h net/qede/base: add UDP ports in bulletin board message 2017-04-04 19:02:54 +02:00
ecore_iro_values.h net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00
ecore_iro.h net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00
ecore_l2_api.h net/qede/base: use L2-handles for RSS configuration 2017-04-04 19:02:53 +02:00
ecore_l2.c net/qede/base: multi-Txq support on same queue-zone for VFs 2017-04-04 19:02:54 +02:00
ecore_l2.h net/qede/base: multi-Txq support on same queue-zone for VFs 2017-04-04 19:02:54 +02:00
ecore_mcp_api.h net/qede/base: support handling TLV request from MFW 2017-04-04 19:02:51 +02:00
ecore_mcp.c net/qede/base: zero out MFW mailbox data 2017-04-04 19:02:54 +02:00
ecore_mcp.h net/qede/base: zero out MFW mailbox data 2017-04-04 19:02:54 +02:00
ecore_mng_tlv.c net/qede/base: change valloc to vzalloc 2017-04-04 19:02:53 +02:00
ecore_proto_if.h net/qede/base: add PF parameter 2017-04-04 19:02:54 +02:00
ecore_rt_defs.h net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00
ecore_sp_api.h net/qede/base: revise tunnel APIs/structs 2017-04-04 19:02:52 +02:00
ecore_sp_commands.c net/qede/base: support tunnelling for VF 2017-04-04 19:02:52 +02:00
ecore_sp_commands.h net/qede/base: revise tunnel APIs/structs 2017-04-04 19:02:52 +02:00
ecore_spq.c net/qede/base: refactor code of SP queues 2017-04-04 19:02:51 +02:00
ecore_spq.h net/qede/base: refactor code of SP queues 2017-04-04 19:02:51 +02:00
ecore_sriov.c net/qede/base: multi-Txq support on same queue-zone for VFs 2017-04-04 19:02:54 +02:00
ecore_sriov.h net/qede/base: multi-Txq support on same queue-zone for VFs 2017-04-04 19:02:54 +02:00
ecore_status.h
ecore_utils.h
ecore_vf_api.h net/qede/base: multi-Txq support on same queue-zone for VFs 2017-04-04 19:02:54 +02:00
ecore_vf.c net/qede/base: multi-Txq support on same queue-zone for VFs 2017-04-04 19:02:54 +02:00
ecore_vf.h net/qede/base: move code bits 2017-04-04 19:02:54 +02:00
ecore_vfpf_if.h net/qede/base: add UDP ports in bulletin board message 2017-04-04 19:02:54 +02:00
ecore.h net/qede/base: multi-Txq support on same queue-zone for VFs 2017-04-04 19:02:54 +02:00
eth_common.h net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00
mcp_public.h net/qede/base: add macro for unsupported command 2017-04-04 19:02:53 +02:00
nvm_cfg.h net/qede/base: remove clock slowdown option 2017-04-04 19:02:52 +02:00
reg_addr.h net/qede: upgrade the FW to 8.18.9.0 2017-04-04 19:02:50 +02:00