Re: [PATCH] net: dsa: Implement flow_dissect callback for tag_dsa.

2019-02-15 Thread Andrew Lunn
On Fri, Feb 15, 2019 at 08:22:53AM +, Rundong Ge wrote: > RPS not work for DSA devices since the 'skb_get_hash' > will always get the invalid hash for dsa tagged packets. > > "[PATCH] tag_mtk: add flow_dissect callback to the ops struct" > introduced the flow_dissect callback to get the right

[PATCH] net: dsa: Implement flow_dissect callback for tag_dsa.

2019-02-15 Thread Rundong Ge
RPS not work for DSA devices since the 'skb_get_hash' will always get the invalid hash for dsa tagged packets. "[PATCH] tag_mtk: add flow_dissect callback to the ops struct" introduced the flow_dissect callback to get the right hash for MTK tagged packet. And tag_dsa also needs to implement the ca