]> Git Repo - linux.git/commit
qed: Deprecate VF multiple queue-stop
authorMintz, Yuval <[email protected]>
Sun, 19 Mar 2017 11:08:17 +0000 (13:08 +0200)
committerDavid S. Miller <[email protected]>
Wed, 22 Mar 2017 02:02:37 +0000 (19:02 -0700)
commit4c4fa793002ea301421c029a72138576be213c19
tree63aab901616c21e4fea3df1d4806a3aafb2ebe5a
parentf109c240c419b73c4dccab820e3525ef8e922f51
qed: Deprecate VF multiple queue-stop

The PF<->VF interface allows for the VF to request
multiple queues closure via a single message, but this has
never been used by any official driver.

We now deprecate this option, forcing each queue close
to arrive via a different command; This would be required
for future TLVs that are going to extend the queue TLVs with
additional information on a per-queue basis.

Signed-off-by: Yuval Mintz <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/qlogic/qed/qed_sriov.c
drivers/net/ethernet/qlogic/qed/qed_vf.h
This page took 0.045626 seconds and 4 git commands to generate.