summaryrefslogtreecommitdiffstats
path: root/net/llc/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-06-04 23:08:32 -0400
committerDavid S. Miller <davem@davemloft.net>2017-06-04 23:08:32 -0400
commitfc85c910aed30029a33179df873d930143acb1bc (patch)
treeeb6307a8f2b6374702d89fe85970a7720efb017f /net/llc/Makefile
parenta619cc8bedd0df6dfbc389f4c904070be87a0e5c (diff)
parente7b80dece83b86f8f630a47a9e0419051c7b1005 (diff)
downloadlinux-fc85c910aed30029a33179df873d930143acb1bc.tar.gz
linux-fc85c910aed30029a33179df873d930143acb1bc.tar.bz2
linux-fc85c910aed30029a33179df873d930143acb1bc.zip
Merge branch 'qed-vf-xdp'
Yuval Mintz says: qed*: Support VF XDP attachment ==================== Each driver queue [Rx, Tx, XDP-forwarding] requires an allocated HW/FW connection + configured queue-zone. VF handling by the PF has several limitations that prevented adding the capability to perform XDP at driver-level: - The VF assumes there's 1-to-1 correspondance between the VF queue and the used connection, meaning q<x> is always going to use cid<x>, whereas for its own queues the PF is acquiring a new cid per each new queue. - There's a 1-to-1 correspondate between the VF-queues and the HW queue zones. While this is necessary for Rx-queues [as the queue-zone contains the producer], transmission queues can share the underlaying queue-zone [only shared configuration is coalescing]. But all VF<->PF communication mechanisms assume there's a single identifier that identify a queue [as queue-zone == queue], while sharing queue-zones requires passing additional information. - VFs currently don't try mapping a doorbell bar - there's a small doorbell window in the regview allowing VFs to doorbell up to 16 connections; but this window isn's wide enough for the added XDP forwarding queues. This series is going to add the necessary infrastrucutre to finally let our VFs support XDP assuming both the PF and VF drivers are sufficiently new [Legacy support would be retained both for older VFs and older PFs, but both will be needed for this new support to work]. Basically, the various database driver maintains for its queue-cids would be revised, and queue-cids would be identified using the (queue-zone, unique index) pair. The TLV mechanism would then be extended to allow VFs to communicate that unique-index as well as the already provided queue-zone. Finally, the VFs would try to map their doorbell bar and inform their PF that they're using it. Almost all the changes are in qed, with exception of #3 [which does some cleanup in qede as well] and #11 that actually enables the feature. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/llc/Makefile')
0 files changed, 0 insertions, 0 deletions