Re: [PATCH] inet_diag: fix reporting cgroup classid and fallback to priority

2019-02-13 Thread Konstantin Khlebnikov
On 12.02.2019 21:37, David Miller wrote: From: Konstantin Khlebnikov Date: Sat, 09 Feb 2019 13:35:52 +0300 Field idiag_ext in struct inet_diag_req_v2 used as bitmap of requested extensions has only 8 bits. Thus extensions starting from DCTCPINFO cannot be requested directly. Some of them

Re: [PATCH] inet_diag: fix reporting cgroup classid and fallback to priority

2019-02-12 Thread Eric Dumazet
On 02/09/2019 02:35 AM, Konstantin Khlebnikov wrote: > Field idiag_ext in struct inet_diag_req_v2 used as bitmap of requested > extensions has only 8 bits. Thus extensions starting from DCTCPINFO > cannot be requested directly. Some of them included into response > unconditionally or hook into

Re: [PATCH] inet_diag: fix reporting cgroup classid and fallback to priority

2019-02-12 Thread David Miller
From: Konstantin Khlebnikov Date: Sat, 09 Feb 2019 13:35:52 +0300 > Field idiag_ext in struct inet_diag_req_v2 used as bitmap of requested > extensions has only 8 bits. Thus extensions starting from DCTCPINFO > cannot be requested directly. Some of them included into response > unconditionally

[PATCH] inet_diag: fix reporting cgroup classid and fallback to priority

2019-02-09 Thread Konstantin Khlebnikov
Field idiag_ext in struct inet_diag_req_v2 used as bitmap of requested extensions has only 8 bits. Thus extensions starting from DCTCPINFO cannot be requested directly. Some of them included into response unconditionally or hook into some of lower 8 bits. Extension INET_DIAG_CLASS_ID has not way