Re: [PATCH net-next v2 1/6] net: dsa: comment hot path requirements

2017-05-30 Thread Florian Fainelli
On 05/30/2017 11:33 AM, Vivien Didelot wrote: > The DSA layer uses inline helpers and copies of the tagging functions > for faster access in hot path. Add comments to detail that. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli

Re: [PATCH net-next v2 1/6] net: dsa: comment hot path requirements

2017-05-30 Thread Florian Fainelli
On 05/30/2017 11:33 AM, Vivien Didelot wrote: > The DSA layer uses inline helpers and copies of the tagging functions > for faster access in hot path. Add comments to detail that. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian

[PATCH net-next v2 1/6] net: dsa: comment hot path requirements

2017-05-30 Thread Vivien Didelot
The DSA layer uses inline helpers and copies of the tagging functions for faster access in hot path. Add comments to detail that. Signed-off-by: Vivien Didelot --- include/net/dsa.h | 3 +++ net/dsa/dsa_priv.h | 1 + 2 files changed, 4 insertions(+) diff

[PATCH net-next v2 1/6] net: dsa: comment hot path requirements

2017-05-30 Thread Vivien Didelot
The DSA layer uses inline helpers and copies of the tagging functions for faster access in hot path. Add comments to detail that. Signed-off-by: Vivien Didelot --- include/net/dsa.h | 3 +++ net/dsa/dsa_priv.h | 1 + 2 files changed, 4 insertions(+) diff --git a/include/net/dsa.h