1. 12 7月, 2017 1 次提交
  2. 24 6月, 2017 2 次提交
  3. 08 6月, 2017 1 次提交
  4. 31 5月, 2017 8 次提交
  5. 18 5月, 2017 1 次提交
  6. 16 5月, 2017 1 次提交
  7. 09 5月, 2017 1 次提交
  8. 25 4月, 2017 3 次提交
  9. 05 4月, 2017 7 次提交
  10. 30 3月, 2017 3 次提交
  11. 16 3月, 2017 1 次提交
    • A
      mqprio: Modify mqprio to pass user parameters via ndo_setup_tc. · 56f36acd
      Amritha Nambiar 提交于
      The configurable priority to traffic class mapping and the user specified
      queue ranges are used to configure the traffic class, overriding the
      hardware defaults when the 'hw' option is set to 0. However, when the 'hw'
      option is non-zero, the hardware QOS defaults are used.
      
      This patch makes it so that we can pass the data the user provided to
      ndo_setup_tc. This allows us to pull in the queue configuration if the
      user requested it as well as any additional hardware offload type
      requested by using a value other than 1 for the hw value.
      
      Finally it also provides a means for the device driver to return the level
      supported for the offload type via the qopt->hw value. Previously we were
      just always assuming the value to be 1, in the future values beyond just 1
      may be supported.
      Signed-off-by: NAmritha Nambiar <amritha.nambiar@intel.com>
      Signed-off-by: NAlexander Duyck <alexander.h.duyck@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      56f36acd
  12. 10 3月, 2017 4 次提交
  13. 22 2月, 2017 1 次提交
  14. 21 2月, 2017 3 次提交
  15. 13 2月, 2017 3 次提交