]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
ice: Move support DDP code out of ice_flex_pipe.c
authorSergey Temerkhanov <sergey.temerkhanov@intel.com>
Tue, 20 Dec 2022 15:01:14 +0000 (16:01 +0100)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 19 Jan 2023 16:18:03 +0000 (08:18 -0800)
commit2ffd87d38d6b9dd8575e4b763ead7127c2695bcb
treeeaa246108df34f96452d7a9751907722d97d833b
parentdf2a4c3f653088c20e7c998acbd959338631f1d8
ice: Move support DDP code out of ice_flex_pipe.c

Currently, ice_flex_pipe.c includes the DDP loading functions
and has grown large. Although flexible processing support
code is related to DDP loading, these parts are distinct.
Move the DDP loading functionality from ice_flex_pipe.c to
a separate file.

Signed-off-by: Sergey Temerkhanov <sergey.temerkhanov@intel.com>
Tested-by: Gurucharan G <gurucharanx.g@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/Makefile
drivers/net/ethernet/intel/ice/ice_ddp.c [new file with mode: 0644]
drivers/net/ethernet/intel/ice/ice_ddp.h [new file with mode: 0644]
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
drivers/net/ethernet/intel/ice/ice_flex_pipe.h
drivers/net/ethernet/intel/ice/ice_flex_type.h