netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/8] be2net: small structures clean-up
@ 2018-07-10 20:59 Ivan Vecera
  2018-07-10 20:59 ` [PATCH net-next v2 1/8] be2net: remove unused old AIC info Ivan Vecera
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Ivan Vecera @ 2018-07-10 20:59 UTC (permalink / raw)
  To: netdev; +Cc: sathya.perla, sriharsha.basavapatna

The series:
- removes unused / unneccessary fields in several be2net structures
- re-order fields in some structures to eliminate holes, cache-lines
  crosses
- as result reduces size of main struct be_adapter by 4kB

Ivan Vecera (8):
  be2net: remove unused old AIC info
  be2net: remove unused old custom busy-poll fields
  be2net: remove desc field from be_eq_obj
  be2net: reorder fields in be_eq_obj structure
  be2net: move txcp field in be_tx_obj to eliminate holes in the struct
  be2net: remove unused tx_jiffies field from be_tx_stats
  be2net: re-order fields in be_error_recovert to avoid hole
  be2net: move rss_flags field in rss_info to ensure proper alignment

 drivers/net/ethernet/emulex/benet/be.h      | 39 +++++++----------------------
 drivers/net/ethernet/emulex/benet/be_main.c |  6 +++--
 2 files changed, 13 insertions(+), 32 deletions(-)

-- 
2.16.4

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

end of thread, other threads:[~2018-07-12  7:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-10 20:59 [PATCH net-next v2 0/8] be2net: small structures clean-up Ivan Vecera
2018-07-10 20:59 ` [PATCH net-next v2 1/8] be2net: remove unused old AIC info Ivan Vecera
2018-07-10 20:59 ` [PATCH net-next v2 2/8] be2net: remove unused old custom busy-poll fields Ivan Vecera
2018-07-10 20:59 ` [PATCH net-next v2 3/8] be2net: remove desc field from be_eq_obj Ivan Vecera
2018-07-10 20:59 ` [PATCH net-next v2 4/8] be2net: reorder fields in be_eq_obj structure Ivan Vecera
2018-07-10 20:59 ` [PATCH net-next v2 5/8] be2net: move txcp field in be_tx_obj to eliminate holes in the struct Ivan Vecera
2018-07-10 20:59 ` [PATCH net-next v2 6/8] be2net: remove unused tx_jiffies field from be_tx_stats Ivan Vecera
2018-07-10 20:59 ` [PATCH net-next v2 7/8] be2net: re-order fields in be_error_recovert to avoid hole Ivan Vecera
2018-07-10 20:59 ` [PATCH net-next v2 8/8] be2net: move rss_flags field in rss_info to ensure proper alignment Ivan Vecera
2018-07-12  7:03 ` [PATCH net-next v2 0/8] be2net: small structures clean-up David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).