Re: [PATCH iproute2] ss: 64bit inode numbers

2016-04-13 Thread Eric Dumazet
On Wed, 2016-04-13 at 13:55 -0700, Stephen Hemminger wrote: > On Tue, 12 Apr 2016 15:22:29 -0700 > Eric Dumazet wrote: > > > From: Eric Dumazet > > > > Lets prepare for a possibility to have 64bit inode numbers for sockets, > > even if the kernel currently enforces 32bit numbers. > > > > Presu

Re: [PATCH iproute2] ss: 64bit inode numbers

2016-04-13 Thread Stephen Hemminger
On Tue, 12 Apr 2016 15:22:29 -0700 Eric Dumazet wrote: > From: Eric Dumazet > > Lets prepare for a possibility to have 64bit inode numbers for sockets, > even if the kernel currently enforces 32bit numbers. > > Presumably, if both kernel and userland are 64bit (no 32bit emulation), > kernel co

[PATCH iproute2] ss: 64bit inode numbers

2016-04-12 Thread Eric Dumazet
From: Eric Dumazet Lets prepare for a possibility to have 64bit inode numbers for sockets, even if the kernel currently enforces 32bit numbers. Presumably, if both kernel and userland are 64bit (no 32bit emulation), kernel could switch to 64bit inode numbers soon. Signed-off-by: Eric Dumazet -