Re: [PATCH net] inet: tcp: fix inetpeer_set_addr_v4()

2015-12-15 Thread David Miller
From: Eric Dumazet Date: Tue, 15 Dec 2015 20:56:44 -0800 > From: Eric Dumazet > > David Ahern added a vif field in the a4 part of inetpeer_addr struct. > > This broke IPv4 TCP fast open client side and more generally tcp metrics > cache, because inetpeer_addr_cmp() is now comparing two u32 ins

[PATCH net] inet: tcp: fix inetpeer_set_addr_v4()

2015-12-15 Thread Eric Dumazet
From: Eric Dumazet David Ahern added a vif field in the a4 part of inetpeer_addr struct. This broke IPv4 TCP fast open client side and more generally tcp metrics cache, because inetpeer_addr_cmp() is now comparing two u32 instead of one. inetpeer_set_addr_v4() needs to properly init vif field,