i40e: Store the irq number in i40e_q_vector
authorJoe Damato <jdamato@fastly.com>
Fri, 7 Oct 2022 21:38:40 +0000 (14:38 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 2 Nov 2022 16:05:55 +0000 (09:05 -0700)
commit6b85a4f39ff7177b2428d4deab1151a31754e391
treed43151cb530314174d8169c77ffe50827f7f0af3
parentef2dd61af7366e5a42e828fff04932e32eb0eacc
i40e: Store the irq number in i40e_q_vector

Make it easy to figure out the IRQ number for a particular i40e_q_vector by
storing the assigned IRQ in the structure itself.

Signed-off-by: Joe Damato <jdamato@fastly.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Acked-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/i40e/i40e.h
drivers/net/ethernet/intel/i40e/i40e_main.c