All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/7][pull request] ice: Switch API optimizations
@ 2024-07-11 18:13 Tony Nguyen
  2024-07-11 18:13 ` [PATCH net-next 1/7] ice: Remove unused struct ice_prot_lkup_ext members Tony Nguyen
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Tony Nguyen @ 2024-07-11 18:13 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen, marcin.szycik

Marcin Szycik says:

Optimize the process of creating a recipe in the switch block by removing
duplicate switch ID words and changing how result indexes are fitted into
recipes. In many cases this can decrease the number of recipes required to
add a certain set of rules, potentially allowing a more varied set of rules
to be created. Total rule count will also increase, since less words will
be left unused/wasted. There are only 64 rules available in total, so every
one counts.

After this modification, many fields and some structs became unused or were
simplified, resulting in overall simpler implementation.

The following are changes since commit 58f9416d413aa2c20b2515233ce450a1607ef843:
  Merge branch 'ice-support-to-dump-phy-config-fec'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Marcin Szycik (4):
  ice: Remove unused struct ice_prot_lkup_ext members
  ice: Optimize switch recipe creation
  ice: Remove unused members from switch API
  ice: Add tracepoint for adding and removing switch rules

Michal Swiatkowski (3):
  ice: Remove reading all recipes before adding a new one
  ice: Simplify bitmap setting in adding recipe
  ice: remove unused recipe bookkeeping data

 drivers/net/ethernet/intel/ice/ice_common.c   |  11 +-
 .../ethernet/intel/ice/ice_protocol_type.h    |  43 +-
 drivers/net/ethernet/intel/ice/ice_switch.c   | 674 ++++++------------
 drivers/net/ethernet/intel/ice/ice_switch.h   |  20 +-
 drivers/net/ethernet/intel/ice/ice_trace.h    |  18 +
 drivers/net/ethernet/intel/ice/ice_type.h     |   2 +
 6 files changed, 272 insertions(+), 496 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2024-07-14 14:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11 18:13 [PATCH net-next 0/7][pull request] ice: Switch API optimizations Tony Nguyen
2024-07-11 18:13 ` [PATCH net-next 1/7] ice: Remove unused struct ice_prot_lkup_ext members Tony Nguyen
2024-07-11 18:13 ` [PATCH net-next 2/7] ice: Remove reading all recipes before adding a new one Tony Nguyen
2024-07-11 18:13 ` [PATCH net-next 3/7] ice: Simplify bitmap setting in adding recipe Tony Nguyen
2024-07-11 18:13 ` [PATCH net-next 4/7] ice: remove unused recipe bookkeeping data Tony Nguyen
2024-07-11 18:13 ` [PATCH net-next 5/7] ice: Optimize switch recipe creation Tony Nguyen
2024-07-11 18:13 ` [PATCH net-next 6/7] ice: Remove unused members from switch API Tony Nguyen
2024-07-11 18:13 ` [PATCH net-next 7/7] ice: Add tracepoint for adding and removing switch rules Tony Nguyen
2024-07-14 14:50 ` [PATCH net-next 0/7][pull request] ice: Switch API optimizations patchwork-bot+netdevbpf

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.