All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] Removing more mbuf fields
@ 2020-11-04 23:42 Stephen Hemminger
  2020-11-05  7:20 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2020-11-04 23:42 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

Thanks for the work cleaning out some of the cruft in the mbuf to make space
for dynamic fields.

Are you going to breakup the hash union in mbuf?
There is some bits to be gained there for dynamic fields.

  - Flow director should be deprecated/gone/killed so hash.fdir can disappear.

  - QoS scheduling hash.sched should be a dynamic field.

  - Eventdev hash.tx_adapter.txq should be a dynamic field as  well.

  - hash.usr field is obviously an dynamic field candidate.

That leaves only hash.rss which is smaller (32 instead of 64 bits in union)
and should stay.


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

end of thread, other threads:[~2020-11-05  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-04 23:42 [dpdk-dev] Removing more mbuf fields Stephen Hemminger
2020-11-05  7:20 ` Thomas Monjalon

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.