Re: [PATCH v6 0/3] add ec points to sm2 op

2024-10-22 Thread Stephen Hemminger
On Tue, 22 Oct 2024 20:05:57 +0100 Arkadiusz Kusztal wrote: > In the case when PMD cannot support the full process of the SM2, > but elliptic curve computation only, additional fields > are needed to handle such a case. > > v2: > - rebased against the 24.11 code > v3: > - added feature flag > -

[PATCH v6 0/3] add ec points to sm2 op

2024-10-22 Thread Arkadiusz Kusztal
In the case when PMD cannot support the full process of the SM2, but elliptic curve computation only, additional fields are needed to handle such a case. v2: - rebased against the 24.11 code v3: - added feature flag - added QAT patches - added test patches v4: - replaced feature flag with capabili