summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorJohn Fastabend <john.r.fastabend@intel.com>2011-04-26 07:26:08 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-06-21 01:20:13 -0700
commite901acd6fa5538436e08e8a862dd2c080297f852 (patch)
tree13e5f80f1aebbecbc2b95de238e2a415677b6d64 /include/linux/debugobjects.h
parent8b1c0b24d9afd4a59a8aa9c778253bcff949395a (diff)
downloadkernel-e901acd6fa5538436e08e8a862dd2c080297f852.tar.gz
ixgbe: DCB use existing TX and RX queues
The number of TX and RX queues allocated depends on the device type, the current features set, online CPUs, and various compile flags. To enable DCB with multiple queues and allow it to coexist with all the features currently implemented it has to setup a valid queue count. This is done at init time using the FDIR and RSS max queue counts and allowing each TC to allocate a queue per CPU. DCB will now use available queues up to (8 x TCs) this is somewhat arbitrary cap but allows DCB to use up to 64 queues. Its easy to increase this later if that is needed. This is prep work to enable Flow Director with DCB. After this DCB can easily coexist with existing features and no longer needs its own DCB feature ring. Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Tested-by: Ross Brattain <ross.b.brattain@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions
>Pierre-Eric Pelloux-Prayer 2024-09-27[tree-wide] finally take no_llseek outAl Viro 2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds 2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner 2024-08-26accel: Use XArray instead of IDR for minorsMichał Winiarski 2024-08-26drm: Fix kerneldoc for "Returns" sectionrenjun wang 2024-08-13drm: Remove struct drm_driver.lastcloseThomas Zimmermann 2024-08-13drm: Do delayed switcheroo in drm_lastclose()Thomas Zimmermann 2024-06-28drm/drm_file: Fix pid refcounting raceJann Horn 2024-02-16drm: update drm_show_memory_stats() for dma-bufsAlex Deucher 2023-12-07drm/drm_file: fix use of uninitialized variableTomi Valkeinen 2023-12-06drm: Remove support for legacy driversThomas Zimmermann 2023-11-06drm: Do not round to megabytes for greater than 1MiB sizes in fdinfo statsTvrtko Ursulin 2023-10-04drm/drm_file: Add DRM obj's RSS reporting function for fdinfoAdrián Larumbe 2023-09-20drm: Update file owner during useTvrtko Ursulin 2023-05-24drm: Add fdinfo memory statsRob Clark 2023-05-24drm: Add common fdinfo helperRob Clark