commit | d802c760ab87bc0d98e7517b766cf1b9f186fe65 | [log] [tgz] |
---|---|---|
author | Sylwia Wnuczko <sylwia.wnuczko@intel.com> | Tue Jul 23 06:01:34 2019 -0400 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Aug 22 13:24:13 2019 -0700 |
tree | 9e0de1537d3dd0c167ad21dc9c34f3557c373ac9 | |
parent | fb59826288a662e0a0c1934d7d068dc91f35764d [diff] |
i40e: Add drop mode parameter to set mac config This patch adds "drop mode" parameter to set mac config AQ command. This bit controls the behavior when a no-drop packet is blocking a TC queue. 0 – The PF driver is notified. 1 – The blocking packet is dropped and then the PF driver is notified. Signed-off-by: Sylwia Wnuczko <sylwia.wnuczko@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>