netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] llc2: Simplify llc_station
@ 2012-09-16  3:09 Ben Hutchings
  2012-09-16  3:10 ` [PATCH net-next 1/6] llc2: Remove pointless indirection through llc_stat_state_trans_end Ben Hutchings
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Ben Hutchings @ 2012-09-16  3:09 UTC (permalink / raw)
  To: David S. Miller, Arnaldo Carvalho de Melo; +Cc: netdev

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]

There seem to have been some grand plans for llc_station, but as they
haven't been fulfilled it's just unnecessarily complicated.

Ben.

Ben Hutchings (6):
  llc2: Remove pointless indirection through llc_stat_state_trans_end
  llc2: Remove dead code for state machine
  llc2: Collapse the station event receive path
  llc2: Remove the station send queue
  llc2: Remove explicit indexing of state action arrays
  llc2: Collapse remainder of state machine into simple if-else
    if-statement

 net/llc/llc_station.c |  600 +------------------------------------------------
 1 file changed, 9 insertions(+), 591 deletions(-)


-- 
Ben Hutchings
Experience is what causes a person to make new mistakes instead of old ones.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

end of thread, other threads:[~2012-09-18 17:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-16  3:09 [PATCH 0/6] llc2: Simplify llc_station Ben Hutchings
2012-09-16  3:10 ` [PATCH net-next 1/6] llc2: Remove pointless indirection through llc_stat_state_trans_end Ben Hutchings
2012-09-16  3:11 ` [PATCH net-next 2/6] llc2: Remove dead code for state machine Ben Hutchings
2012-09-16  3:11 ` [PATCH net-next 3/6] llc2: Collapse the station event receive path Ben Hutchings
2012-09-16  3:11 ` [PATCH net-next 4/6] llc2: Remove the station send queue Ben Hutchings
2012-09-16  3:11 ` [PATCH net-next 5/6] llc2: Remove explicit indexing of state action arrays Ben Hutchings
2012-09-16  3:11 ` [PATCH net-next 6/6] llc2: Collapse remainder of state machine into simple if-else if-statement Ben Hutchings
2012-09-16  3:13 ` [PATCH 0/6] llc2: Simplify llc_station Ben Hutchings
2012-09-17 17:05 ` David Miller
2012-09-17 17:10   ` David Miller
2012-09-17 17:12     ` David Miller
2012-09-18 17:49       ` Ben Hutchings
2012-09-18 17:29     ` Ben Hutchings

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).