Re: [dpdk-dev] [PATCH v3 0/6] add MACSEC hw offload to atlantic PMD

2019-04-18 Thread Ferruh Yigit
On 4/18/2019 12:39 PM, Igor Russkikh wrote: > This patchset implements MACSEC hardware offload configuration in > Atlantic PMD via experimental PMD API. > > There is an agreement to work on 19.08 timeframe for the generic > MACSEC API inside of rte_security. > > v3 changes after Ferruh's comments

Re: [dpdk-dev] [PATCH v3 0/6] add MACSEC hw offload to atlantic PMD

2019-04-18 Thread Igor Russkikh
Hello Ferruh, >> Pavel Belous (5): >> net/atlantic: macsec hardware structures declaration >> net/atlantic: enable macsec configuration >> net/atlantic: macsec firmware interface >> net/atlantic: interrupt handling and macsec configuration >> net/atlantic: implement macsec statistics >

Re: [dpdk-dev] [PATCH v3 0/6] add MACSEC hw offload to atlantic PMD

2019-04-18 Thread Ferruh Yigit
On 4/18/2019 12:39 PM, Igor Russkikh wrote: > This patchset implements MACSEC hardware offload configuration in > Atlantic PMD via experimental PMD API. > > There is an agreement to work on 19.08 timeframe for the generic > MACSEC API inside of rte_security. > > v3 changes after Ferruh's comments

[dpdk-dev] [PATCH v3 0/6] add MACSEC hw offload to atlantic PMD

2019-04-18 Thread Igor Russkikh
This patchset implements MACSEC hardware offload configuration in Atlantic PMD via experimental PMD API. There is an agreement to work on 19.08 timeframe for the generic MACSEC API inside of rte_security. v3 changes after Ferruh's comments: - Fixed per-patch build by rearranging patch 2/4. - Adde