Hi Ferruh, > > > Since both using the rte_security, for a PMD isn't there a way to say if it is > supporting any one of them or both? If so what do you think documenting it > too? > I think that is mentioned in the rte_security capabilities about the action types Which are supported by the driver. One of the dev->security_ctx->ops is to get the security Capabilities which will return the supported action type by the PMD.
I am not sure if we can add that here or not. It is your call. - Akhil