summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorMateusz Polchlopek <mateusz.polchlopek@intel.com>2024-11-06 20:37:27 +0300
committerTony Nguyen <anthony.l.nguyen@intel.com>2025-02-14 21:58:08 +0300
commite9f476d7b39ce1aecc4913eda1562e87113df185 (patch)
tree11d0c7fdd4e0cc1c5a15070720b20ad36eea343e /tools/perf/scripts/python/exported-sql-viewer.py
parentce5cf4af7ceb6c1350c7ae788659c1f0696b2267 (diff)
downloadlinux-e9f476d7b39ce1aecc4913eda1562e87113df185.tar.xz
iavf: define Rx descriptors as qwords
The union iavf_32byte_rx_desc consists of two unnamed structs defined inside. One of them represents legacy 32 byte descriptor and second the 16 byte descriptor (extended to 32 byte). Each of them consists of bunch of unions, structs and __le fields that represent specific fields in descriptor. This commit changes the representation of iavf_32byte_rx_desc union to store four __le64 fields (qw0, qw1, qw2, qw3) that represent quad-words. Those quad-words will be then accessed by calling leXY_get_bits macros in upcoming commits. Suggested-by: Alexander Lobakin <aleksander.lobakin@intel.com> Tested-by: Rafal Romanowski <rafal.romanowski@intel.com> Signed-off-by: Mateusz Polchlopek <mateusz.polchlopek@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions