[Intel-wired-lan] [net-next v2 1/1] ice: Move support DDP code out of ice_flex_pipe.c

Maciej Fijalkowski maciej.fijalkowski at intel.com
Mon Dec 19 16:48:36 UTC 2022


On Sat, Dec 17, 2022 at 11:09:47PM +0100, Sergey Temerkhanov wrote:
> 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 seperate file.
> 
> V2: Incorporate latest changes

Hi Sergey,

two things: versioning for single patches should go below --- line, second
thing is that this description tells us nothing. What are the 'latest
changes' ? :) I probably have to dig review on v1 to get the idea.

> 
> Signed-off-by: Sergey Temerkhanov <sergey.temerkhanov at intel.com>
> ---
>  drivers/net/ethernet/intel/ice/Makefile       |    1 +
>  drivers/net/ethernet/intel/ice/ice_ddp.c      | 1919 +++++++++++++++++
>  drivers/net/ethernet/intel/ice/ice_ddp.h      |  449 ++++
>  .../net/ethernet/intel/ice/ice_flex_pipe.c    | 1904 ----------------
>  .../net/ethernet/intel/ice/ice_flex_pipe.h    |   69 -
>  .../net/ethernet/intel/ice/ice_flex_type.h    |  328 +--
>  6 files changed, 2370 insertions(+), 2300 deletions(-)
>  create mode 100644 drivers/net/ethernet/intel/ice/ice_ddp.c
>  create mode 100644 drivers/net/ethernet/intel/ice/ice_ddp.h
> 


More information about the Intel-wired-lan mailing list