Re: [PATCH net-next v3 0/5] net: dsa: tagger simplification

2017-06-01 Thread David Miller
From: Vivien Didelot Date: Thu, 1 Jun 2017 16:07:10 -0400 > This series clarifies the hot path, removes the labels in tagging > implementations, and frees the original SKB in the xmit caller. > > Changes in v3: > - drop removal of usused rcv arguments

Re: [PATCH net-next v3 0/5] net: dsa: tagger simplification

2017-06-01 Thread David Miller
From: Vivien Didelot Date: Thu, 1 Jun 2017 16:07:10 -0400 > This series clarifies the hot path, removes the labels in tagging > implementations, and frees the original SKB in the xmit caller. > > Changes in v3: > - drop removal of usused rcv arguments because they will be used later > -

[PATCH net-next v3 0/5] net: dsa: tagger simplification

2017-06-01 Thread Vivien Didelot
This series clarifies the hot path, removes the labels in tagging implementations, and frees the original SKB in the xmit caller. Changes in v3: - drop removal of usused rcv arguments because they will be used later - include the new ksz tagging implementation - add reviewers' tags Changes

[PATCH net-next v3 0/5] net: dsa: tagger simplification

2017-06-01 Thread Vivien Didelot
This series clarifies the hot path, removes the labels in tagging implementations, and frees the original SKB in the xmit caller. Changes in v3: - drop removal of usused rcv arguments because they will be used later - include the new ksz tagging implementation - add reviewers' tags Changes