idpf: implement IDC vport aux driver MTU change handler
authorJoshua Hay <joshua.a.hay@intel.com>
Tue, 8 Jul 2025 21:05:53 +0000 (16:05 -0500)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 14 Jul 2025 17:57:51 +0000 (10:57 -0700)
commited6e1c8796a4fad45e61e3a0c4d9f90b62809052
tree566294e646c0e0d1d12fa52dcd87dc07ce496829
parentbf86a012e6762330cd78952330d4b7809976aa2f
idpf: implement IDC vport aux driver MTU change handler

The only event an RDMA vport aux driver cares about right now is an MTU
change on its underlying vport. Implement and plumb the handler to
signal the pre MTU change event and post MTU change events to the RDMA
vport aux driver.

Reviewed-by: Madhu Chittim <madhu.chittim@intel.com>
Signed-off-by: Joshua Hay <joshua.a.hay@intel.com>
Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/idpf/idpf.h
drivers/net/ethernet/intel/idpf/idpf_idc.c
drivers/net/ethernet/intel/idpf/idpf_lib.c