[ovs-dev] [PATCH ovs] conntrack: Update the icmp stats accurately.

2020-12-23 Thread xiangxia . m . yue
From: Tonghao Zhang The same icmp packet may traverse conntrack module more than once. Or same icmp packets traverse contranck module in orderly. Don't change stats to CS_ESTABLISHED before receiving reply or related packets. Fixes: b269a1229df2 ("conntrack: Track ICMP type and code.") Cc: Dani

Re: [ovs-dev] [PATCH ovs] conntrack: Update the icmp stats accurately.

2021-01-14 Thread Ilya Maximets
On 12/23/20 12:23 PM, xiangxia.m@gmail.com wrote: > From: Tonghao Zhang > > The same icmp packet may traverse conntrack module more than once. > Or same icmp packets traverse contranck module in orderly. > > Don't change stats to CS_ESTABLISHED before receiving reply or related > packets. >

Re: [ovs-dev] [PATCH ovs] conntrack: Update the icmp stats accurately.

2021-01-14 Thread Aaron Conole
Ilya Maximets writes: > On 12/23/20 12:23 PM, xiangxia.m@gmail.com wrote: >> From: Tonghao Zhang >> >> The same icmp packet may traverse conntrack module more than once. >> Or same icmp packets traverse contranck module in orderly. >> >> Don't change stats to CS_ESTABLISHED before receivin

Re: [ovs-dev] [PATCH ovs] conntrack: Update the icmp stats accurately.

2021-01-14 Thread Aaron Conole
Hi Tonghao Xhang, xiangxia.m@gmail.com writes: > From: Tonghao Zhang > > The same icmp packet may traverse conntrack module more than once. > Or same icmp packets traverse contranck module in orderly. > > Don't change stats to CS_ESTABLISHED before receiving reply or related > packets. > >

Re: [ovs-dev] [PATCH ovs] conntrack: Update the icmp stats accurately.

2021-01-14 Thread Tonghao Zhang
On Fri, Jan 15, 2021 at 5:20 AM Aaron Conole wrote: > > Hi Tonghao Xhang, > > xiangxia.m@gmail.com writes: > > > From: Tonghao Zhang > > > > The same icmp packet may traverse conntrack module more than once. > > Or same icmp packets traverse contranck module in orderly. > > > > Don't change s

Re: [ovs-dev] [PATCH ovs] conntrack: Update the icmp stats accurately.

2021-01-19 Thread Aaron Conole
Tonghao Zhang writes: > On Fri, Jan 15, 2021 at 5:20 AM Aaron Conole wrote: >> >> Hi Tonghao Xhang, >> >> xiangxia.m@gmail.com writes: >> >> > From: Tonghao Zhang >> > >> > The same icmp packet may traverse conntrack module more than once. >> > Or same icmp packets traverse contranck module

Re: [ovs-dev] [PATCH ovs] conntrack: Update the icmp stats accurately.

2021-01-19 Thread Aaron Conole
Aaron Conole writes: > Tonghao Zhang writes: > >> On Fri, Jan 15, 2021 at 5:20 AM Aaron Conole wrote: >>> >>> Hi Tonghao Xhang, >>> >>> xiangxia.m@gmail.com writes: >>> >>> > From: Tonghao Zhang >>> > >>> > The same icmp packet may traverse conntrack module more than once. >>> > Or same ic

Re: [ovs-dev] [PATCH ovs] conntrack: Update the icmp stats accurately.

2021-01-19 Thread Yi-Hung Wei
On Tue, Jan 19, 2021 at 6:45 AM Aaron Conole wrote: > > The fixes tag for this should be: > > Fixes: a867c010ee91 ("conntrack: Fix conntrack new state") Yes, commit a867c010ee91 ("conntrack: Fix conntrack new state") is the right one to fix. Commit a867c010ee91 only takes care of TCP, UDP (connt

Re: [ovs-dev] [PATCH ovs] conntrack: Update the icmp stats accurately.

2021-01-21 Thread Tonghao Zhang
On Wed, Jan 20, 2021 at 4:17 AM Yi-Hung Wei wrote: > > On Tue, Jan 19, 2021 at 6:45 AM Aaron Conole wrote: > > > > The fixes tag for this should be: > > > > Fixes: a867c010ee91 ("conntrack: Fix conntrack new state") > > Yes, commit a867c010ee91 ("conntrack: Fix conntrack new state") is the > righ