[dpdk-dev] [PATCH v2 0/7] add MACSEC hw offload to atlantic PMD
Igor Russkikh
Igor.Russkikh at aquantia.com
Wed Apr 17 17:45:25 CEST 2019
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.
v2 changes:
- Removed public API changes for macsec, leave only PMD experimental
API for MACSEC in a form, similar to what ixgbe driver provides.
- Joined doc and features update into commit where macsec features
gets actually enabled
Igor Russkikh (2):
net/atlantic: bump internal driver version
net/atlantic: public experimental macsec API
Pavel Belous (5):
net/atlantic: macsec hardware structures declaration
net/atlantic: enable macsec configuration
net/atlantic: macsec firmware interface
net/atlantic: interrupt handling of macsec events
net/atlantic: implement macsec statistics
doc/guides/nics/atlantic.rst | 6 +
doc/guides/nics/features/atlantic.ini | 1 +
drivers/net/atlantic/Makefile | 1 +
drivers/net/atlantic/atl_common.h | 2 +-
drivers/net/atlantic/atl_ethdev.c | 364 +++++++++++++++++-
drivers/net/atlantic/atl_ethdev.h | 14 +-
drivers/net/atlantic/atl_types.h | 39 ++
drivers/net/atlantic/hw_atl/hw_atl_utils.h | 148 +++++++
.../net/atlantic/hw_atl/hw_atl_utils_fw2x.c | 51 +++
drivers/net/atlantic/meson.build | 1 +
drivers/net/atlantic/rte_pmd_atlantic.c | 102 +++++
drivers/net/atlantic/rte_pmd_atlantic.h | 41 ++
.../net/atlantic/rte_pmd_atlantic_version.map | 12 +
13 files changed, 765 insertions(+), 17 deletions(-)
create mode 100644 drivers/net/atlantic/rte_pmd_atlantic.c
create mode 100644 drivers/net/atlantic/rte_pmd_atlantic.h
--
2.17.1
More information about the dev
mailing list