Re: [dpdk-dev] [PATCH v5 3/4] examples/ipsec-secgw: add frag TTL cmdline option

2019-09-30 Thread Ananyev, Konstantin
> > Due to fragment loss on highly saturated links and long fragment > lifetime, ipsec-secgw application quickly runs out of free reassembly > buckets. As a result new fragments are being dropped. > > Introduce --frag-ttl option which allow user to lower default fragment > lifitime which solve

[dpdk-dev] [PATCH v5 3/4] examples/ipsec-secgw: add frag TTL cmdline option

2019-09-27 Thread Marcin Smoczynski
Due to fragment loss on highly saturated links and long fragment lifetime, ipsec-secgw application quickly runs out of free reassembly buckets. As a result new fragments are being dropped. Introduce --frag-ttl option which allow user to lower default fragment lifitime which solves problem of satur