Re: [PATCH net-next 09/14] net: dsa: mv88e6xxx: rename the port vector member

2017-03-09 Thread Andrew Lunn
On Thu, Mar 09, 2017 at 06:33:19PM -0500, Vivien Didelot wrote: > Not all Marvell switch chips support port trunking, which is embedded in > the port vector data for ATU operations. > > Rename the portv_trunkid member of the mv88e6xxx_atu_entry structure to > portvec to be more concise and consist

[PATCH net-next 09/14] net: dsa: mv88e6xxx: rename the port vector member

2017-03-09 Thread Vivien Didelot
Not all Marvell switch chips support port trunking, which is embedded in the port vector data for ATU operations. Rename the portv_trunkid member of the mv88e6xxx_atu_entry structure to portvec to be more concise and consistent with the different chips. Signed-off-by: Vivien Didelot --- drivers