numam-dpdk/drivers/net
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
..
af_packet mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
avp net/avp: handle interrupt migration 2017-04-04 19:02:19 +02:00
bnx2x net/bnx2x: fix transmit queue free threshold 2017-04-04 15:52:50 +02:00
bnxt mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
bonding net/bonding: reduce slave starvation on Rx poll 2017-04-04 18:59:45 +02:00
cxgbe mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
e1000 net/e1000: advertise offload capabilities for the EM PMD 2017-04-04 18:59:39 +02:00
ena net/ena: fix return of hash control flushing 2017-04-04 18:59:40 +02:00
enic mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
fm10k net/fm10k: fix pointer cast 2017-04-04 19:02:49 +02:00
i40e net/i40e: set TC strict priority mode 2017-04-04 18:59:50 +02:00
ixgbe net/ixgbe: fix TC bandwidth setting 2017-04-04 18:59:47 +02:00
kni net/kni: add KNI PMD 2017-04-04 15:52:50 +02:00
liquidio net/liquidio: add API to add and remove VLAN port 2017-04-04 18:59:50 +02:00
mlx4 net/mlx4: fix returned values upon failed probing 2017-04-04 18:59:51 +02:00
mlx5 net/mlx5: fix returned values upon failed probing 2017-04-04 18:59:51 +02:00
nfp net/nfp: fix Rx interrupt 2017-04-04 18:59:45 +02:00
null mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
pcap net/pcap: fix using mbuf after freeing it 2017-04-04 18:59:39 +02:00
qede net/qede/base: multi-Txq support on same queue-zone for VFs 2017-04-04 19:02:54 +02:00
ring ring: return remaining entry count when dequeuing 2017-03-29 22:32:20 +02:00
sfc net/sfc: implement simple EF10 native Tx datapath 2017-04-04 18:59:43 +02:00
szedata2 mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
tap net/tap: add link status notification 2017-04-04 18:59:47 +02:00
thunderx net/thunderx: sync mailbox definitions with Linux PF driver 2017-04-04 18:59:46 +02:00
vhost mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
virtio mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
vmxnet3 net/vmxnet3: fix queue size changes 2017-04-04 18:59:41 +02:00
xenvirt mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
Makefile net/avp: add base files 2017-04-04 19:02:07 +02:00