crypto error ipsec counter

2021-07-20 Thread Alexander Bluhm
Hi, Propagate the crypto errors and count them in ipsec. This is part of a larger diff where I disable the crypto queues for ipsec. I think it cannot happen, but errors should always be checked. tq is never NULL. I know that tdb->tdb_odrops++ is not MP safe. I have just copied the code. My p

Re: crypto error ipsec counter

2021-07-20 Thread Vitaliy Makkoveev
ok mvs@ > On 21 Jul 2021, at 02:13, Alexander Bluhm wrote: > > Hi, > > Propagate the crypto errors and count them in ipsec. This is part > of a larger diff where I disable the crypto queues for ipsec. I > think it cannot happen, but errors should always be checked. > > tq is never NULL. > >