Re: [PATCH net] devlink: Remove redundant free on error path

2018-03-20 Thread David Miller
From: Arkadi Sharshevsky Date: Sun, 18 Mar 2018 17:37:22 +0200 > The current code performs unneeded free. Remove the redundant skb freeing > during the error path. > > Fixes: 1555d204e743 ("devlink: Support for pipeline debug (dpipe)") > Signed-off-by: Arkadi Sharshevsky

Re: [PATCH net] devlink: Remove redundant free on error path

2018-03-19 Thread Jiri Pirko
Sun, Mar 18, 2018 at 04:37:22PM CET, arka...@mellanox.com wrote: >The current code performs unneeded free. Remove the redundant skb freeing >during the error path. > >Fixes: 1555d204e743 ("devlink: Support for pipeline debug (dpipe)") >Signed-off-by: Arkadi Sharshevsky

[PATCH net] devlink: Remove redundant free on error path

2018-03-18 Thread Arkadi Sharshevsky
The current code performs unneeded free. Remove the redundant skb freeing during the error path. Fixes: 1555d204e743 ("devlink: Support for pipeline debug (dpipe)") Signed-off-by: Arkadi Sharshevsky --- net/core/devlink.c | 16 1 file changed, 4