On Mon, Jan 23, 2023 at 04:00:17PM +0200, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxx> > > Rely on extack to return failure reason. > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leon@xxxxxxxxxx> Ohh, I need to fix my scripts. <...> > break; > default: > - netdev_info(netdev, "Unsupported xfrm offload type %d\n", > - x->xso.type); > + NL_SET_ERR_MSG_MOD(extackx, "Unsupported xfrm offload type"); It is rebase error, will resend. Thanks