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

Temerkhanov, Sergey sergey.temerkhanov at intel.com
Mon Dec 19 16:52:19 UTC 2022


> -----Original Message-----
> From: Fijalkowski, Maciej <maciej.fijalkowski at intel.com>
> Sent: Monday, December 19, 2022 5:49 PM
> To: Temerkhanov, Sergey <sergey.temerkhanov at intel.com>
> Cc: intel-wired-lan at lists.osuosl.org
> Subject: Re: [Intel-wired-lan] [net-next v2 1/1] ice: Move support DDP code
> out of ice_flex_pipe.c
> 
> 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.

That essentially means the latest changes from ice_flex_pipe.c, this patch itself does not change any functionality
> 
> >
> > 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
> >
---------------------------------------------------------------------
Intel Technology Poland sp. z o.o.
ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN.
Spolka oswiadcza, ze posiada status duzego przedsiebiorcy w rozumieniu ustawy z dnia 8 marca 2013 r. o przeciwdzialaniu nadmiernym opoznieniom w transakcjach handlowych.

Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek przegladanie lub rozpowszechnianie jest zabronione.
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by others is strictly prohibited.



More information about the Intel-wired-lan mailing list