Re: [PATCH net 2/3] net: mvpp2: fix invalid parameters order when calling the tcam init

2017-10-26 Thread David Miller
From: Antoine Tenart Date: Tue, 24 Oct 2017 11:41:27 +0200 > When calling mvpp2_prs_mac_multi_set() from mvpp2_prs_mac_init(), two > parameters (the port index and the table index) are inverted. Fixes > this. > > Fixes: 3f518509dedc ("ethernet: Add new driver for Marvell Armada 375 network > un

[PATCH net 2/3] net: mvpp2: fix invalid parameters order when calling the tcam init

2017-10-24 Thread Antoine Tenart
When calling mvpp2_prs_mac_multi_set() from mvpp2_prs_mac_init(), two parameters (the port index and the table index) are inverted. Fixes this. Fixes: 3f518509dedc ("ethernet: Add new driver for Marvell Armada 375 network unit") Signed-off-by: Antoine Tenart --- drivers/net/ethernet/marvell/mvp