Re: [PATCH net-next RFC v4] net: hdlc_x25: Queue outgoing LAPB frames
From: Leon Romanovsky <leon@kernel.org>
Date: 2021-02-21 06:40:40
Also in:
lkml, netdev
From: Leon Romanovsky <leon@kernel.org>
Date: 2021-02-21 06:40:40
Also in:
lkml, netdev
On Fri, Feb 19, 2021 at 12:28:12PM -0800, Xie He wrote:
On Fri, Feb 19, 2021 at 10:39 AM Jakub Kicinski [off-list ref] wrote:quoted
Not entirely sure what the argument is about but adding constants would certainly help.Leon wants me to replace this: dev->needed_headroom = 3 - 1; with this:
Leon wants this line to be written good enough:
/* 2 is the result of 3 - 1 */
And this line like you wrote here:
dev->needed_headroom = 2;
<...>
Yes, this patch will break backward compatibility. Users with old scripts will find them no longer working.
Did you search in debian/fedora code repositories to see if such scripts exist as part of any distro package? Thanks