All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH net v4 0/2] Flow director support for IPv6 and VLAN field
@ 2020-12-18 10:36 Mateusz Palczewski
  2020-12-18 13:40 ` Maciej Fijalkowski
  0 siblings, 1 reply; 2+ messages in thread
From: Mateusz Palczewski @ 2020-12-18 10:36 UTC (permalink / raw)
  To: intel-wired-lan

This series focuses on adding flow director for both IPv6 support and
VLAN field.

Patch 1/2 focuses on implementing a flow director support for IPv6 by
adding packet templates, handlers and refactoring the code to make it
more generic.

Patch 2/2 allows user to specify VLAN field and add it to flow
director by showing vlan field in "ethtool -n ethx" command. It also
refactors static static arrays with runtime dummy packet creation.

v4: Changed the name of patch series to keep the upstream integrity

Przemyslaw Patynowski (2):
  i40e: Add flow director support for IPv6
  i40e: VLAN field for flow director

 drivers/net/ethernet/intel/i40e/i40e.h        |  11 +-
 .../net/ethernet/intel/i40e/i40e_ethtool.c    | 239 +++++++-
 drivers/net/ethernet/intel/i40e/i40e_main.c   |  79 ++-
 drivers/net/ethernet/intel/i40e/i40e_txrx.c   | 534 +++++++++++-------
 drivers/net/ethernet/intel/i40e/i40e_type.h   |   2 +
 5 files changed, 647 insertions(+), 218 deletions(-)

-- 
2.17.1

---------------------------------------------------------------------
Intel Technology Poland sp. z o.o.
ul. Sowackiego 173 | 80-298 Gdask | Sd Rejonowy Gdask Pnoc | VII Wydzia Gospodarczy Krajowego Rejestru Sdowego - KRS 101882 | NIP 957-07-52-316 | Kapita zakadowy 200.000 PLN.
Ta wiadomo wraz z zacznikami jest przeznaczona dla okrelonego adresata i moe zawiera informacje poufne. W razie przypadkowego otrzymania tej wiadomoci, prosimy o powiadomienie nadawcy oraz trwae jej usunicie; jakiekolwiek przegldanie 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.
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Intel-wired-lan] [PATCH net v4 0/2] Flow director support for IPv6 and VLAN field
  2020-12-18 10:36 [Intel-wired-lan] [PATCH net v4 0/2] Flow director support for IPv6 and VLAN field Mateusz Palczewski
@ 2020-12-18 13:40 ` Maciej Fijalkowski
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Fijalkowski @ 2020-12-18 13:40 UTC (permalink / raw)
  To: intel-wired-lan

On Fri, Dec 18, 2020 at 10:36:08AM +0000, Mateusz Palczewski wrote:
> This series focuses on adding flow director for both IPv6 support and
> VLAN field.
> 
> Patch 1/2 focuses on implementing a flow director support for IPv6 by
> adding packet templates, handlers and refactoring the code to make it
> more generic.
> 
> Patch 2/2 allows user to specify VLAN field and add it to flow
> director by showing vlan field in "ethtool -n ethx" command. It also
> refactors static static arrays with runtime dummy packet creation.
> 
> v4: Changed the name of patch series to keep the upstream integrity

Keep the whole history of revision changes. Also, in patch descriptions
you have a 'v2' change but it's v4 right now.

> 
> Przemyslaw Patynowski (2):
>   i40e: Add flow director support for IPv6
>   i40e: VLAN field for flow director
> 
>  drivers/net/ethernet/intel/i40e/i40e.h        |  11 +-
>  .../net/ethernet/intel/i40e/i40e_ethtool.c    | 239 +++++++-
>  drivers/net/ethernet/intel/i40e/i40e_main.c   |  79 ++-
>  drivers/net/ethernet/intel/i40e/i40e_txrx.c   | 534 +++++++++++-------
>  drivers/net/ethernet/intel/i40e/i40e_type.h   |   2 +
>  5 files changed, 647 insertions(+), 218 deletions(-)
> 
> -- 
> 2.17.1
> 
> ---------------------------------------------------------------------
> Intel Technology Poland sp. z o.o.
> ul. Sowackiego 173 | 80-298 Gdask | Sd Rejonowy Gdask Pnoc | VII Wydzia Gospodarczy Krajowego Rejestru Sdowego - KRS 101882 | NIP 957-07-52-316 | Kapita zakadowy 200.000 PLN.
> Ta wiadomo wraz z zacznikami jest przeznaczona dla okrelonego adresata i moe zawiera informacje poufne. W razie przypadkowego otrzymania tej wiadomoci, prosimy o powiadomienie nadawcy oraz trwae jej usunicie; jakiekolwiek przegldanie 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.
>  
> 
> _______________________________________________
> Intel-wired-lan mailing list
> Intel-wired-lan at osuosl.org
> https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-18 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 10:36 [Intel-wired-lan] [PATCH net v4 0/2] Flow director support for IPv6 and VLAN field Mateusz Palczewski
2020-12-18 13:40 ` Maciej Fijalkowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.