nvethernetrm: Enable key program through TZ

Enabling macsec key's programming using TZ

Bug 3246511

Change-Id: I1e7633b042e1ebedef78fff9812aeaaa2480a1c4
Signed-off-by: Mahesh Patil <maheshp@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2478489
Reviewed-by: Bhadram Varka <vbhadram@nvidia.com>
This commit is contained in:
Mahesh Patil
2021-02-01 11:37:15 -08:00
committed by Bhadram Varka
parent 17756932dc
commit 4562e552e4
5 changed files with 103 additions and 1140 deletions

View File

@@ -580,6 +580,7 @@ struct osi_xtra_stat_counters {
nveu64_t link_disconnect_count;
};
#ifdef MACSEC_SUPPORT
/**
* @brief The structure hold macsec statistics counters
*/
@@ -624,5 +625,5 @@ struct osi_macsec_mmc_counters {
/** This counter provides the number of out octets protected */
unsigned long long tx_octets_protected;
};
#endif
#endif /* MACSEC_SUPPORT */
#endif /* INCLUDED_MMC_H */