Re: [PATCH net-next 0/2] Minor cleanup in devlink

2019-08-31 Thread David Miller
From: Jakub Kicinski Date: Fri, 30 Aug 2019 23:14:36 -0700 > On Fri, 30 Aug 2019 05:39:43 -0500, Parav Pandit wrote: >> Two minor cleanup in devlink. >> >> Patch-1 Explicitly defines devlink port index as unsigned int >> Patch-2 Uses switch-case to handle different port flavours attributes > >

Re: [PATCH net-next 0/2] Minor cleanup in devlink

2019-08-30 Thread Jakub Kicinski
On Fri, 30 Aug 2019 05:39:43 -0500, Parav Pandit wrote: > Two minor cleanup in devlink. > > Patch-1 Explicitly defines devlink port index as unsigned int > Patch-2 Uses switch-case to handle different port flavours attributes Always nice to see one's comment addressed, even if it takes a while :)

[PATCH net-next 0/2] Minor cleanup in devlink

2019-08-30 Thread Parav Pandit
Two minor cleanup in devlink. Patch-1 Explicitly defines devlink port index as unsigned int Patch-2 Uses switch-case to handle different port flavours attributes Parav Pandit (2): devlink: Make port index data type as unsigned int devlink: Use switch-case instead of if-else include/net/dev