summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorKohei Enju <enjuk@amazon.com>2025-06-13 01:13:40 +0900
committerTony Nguyen <anthony.l.nguyen@intel.com>2025-07-03 09:39:04 -0700
commit9ebca2374dbb194a358bdd8a32c1cf9227a7a490 (patch)
tree02aabffbd86c7fd137a57d62a2bf62cf8631cb8c /net/unix/af_unix.c
parentb91c0e4d63d99c8816f1a29d2be9ca42d8792e63 (diff)
igbvf: remove unused interrupt counter fields from struct igbvf_adapter
Remove `int_counter0` and `int_counter1` from struct igbvf_adapter since they are only incremented in interrupt handlers igbvf_intr_msix_rx() and igbvf_msix_other(), but never read or used anywhere in the driver. Note that igbvf_intr_msix_tx() does not have similar counter increments, suggesting that these were likely overlooked during development. Eliminate the fields and their unnecessary accesses in interrupt handlers. Tested-by: Kohei Enju <enjuk@amazon.com> Signed-off-by: Kohei Enju <enjuk@amazon.com> Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions