Re: [PATCH] net/sfc: do not spam logs on tunnel restore info errors

2022-03-08 Thread Ferruh Yigit
On 3/6/2022 4:12 PM, Ivan Malov wrote: OvS might invoke this API on its data path, out of sync with its control plane. If the control path has already deactivated the tunnel context entry, these invocations will produce quite a few error printouts. Suppress that. Fixes: 7e5b479803c3 ("net/sfc: i

[PATCH] net/sfc: do not spam logs on tunnel restore info errors

2022-03-06 Thread Ivan Malov
OvS might invoke this API on its data path, out of sync with its control plane. If the control path has already deactivated the tunnel context entry, these invocations will produce quite a few error printouts. Suppress that. Fixes: 7e5b479803c3 ("net/sfc: implement control path operations in tunne