linux_dsm_epyc7002/drivers/net/ethernet/cavium
Intiyaz Basha 7395a88455 liquidio: avoided acquiring post_lock for data only queues
All control commands (soft commands) goes through only Queue 0
(control and data queue). So only queue-0 needs post_lock,
other queues are only data queues and does not need post_lock

Added a flag to indicate the queue can be used for soft commands.

If this flag is set, post_lock must be acquired before posting
a command to the queue.
If this flag is clear, post_lock is invalid for the queue.

Signed-off-by: Intiyaz Basha <intiyaz.basha@cavium.com>
Signed-off-by: Felix Manlunas <felix.manlunas@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-08-07 12:40:43 -07:00
..
common net: cavium: use module_pci_driver to simplify the code 2018-03-29 14:36:33 -04:00
liquidio liquidio: avoided acquiring post_lock for data only queues 2018-08-07 12:40:43 -07:00
octeon octeon_mgmt: Fix MIX registers configuration on MTU setup 2018-07-18 13:13:07 +09:00
thunder xdp: don't make drivers report attachment mode 2018-07-13 20:26:35 +02:00
Kconfig Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux 2018-07-20 21:17:12 -07:00
Makefile net: add support for Cavium PTP coprocessor 2018-01-16 14:31:14 -05:00