Skip to content

Commit

Permalink
MEPA-2024.09 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijith-mchp committed Sep 27, 2024
1 parent 303b6ac commit 54cf414
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .cmake/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ conf:
#
# MANDATORY.
friendly_name_prv: MEPA-2024.03
friendly_name_cur: MEPA-2024.06
friendly_name_cur: MEPA-2024.09

# Disclaimer input file. Will be added as is between a small header and the
# new-features section of the release note.
Expand Down
130 changes: 52 additions & 78 deletions mepa/docs/release-notes/mepa-2024.09.adoc
Original file line number Diff line number Diff line change
@@ -1,88 +1,62 @@
Version: MEPA-2024.09
Previous Version: MEPA-2023.09
Date: 2024-09-20
Code Revision: 6cf64f7
Description: Pre-release
// Copyright (c) 2004-2020 Microchip Technology Inc. and its subsidiaries.
// SPDX-License-Identifier: MIT

Pre-release
===========
This is a pre-release not ready for mass production and shall be considered as
an alpha release meant for preview and testing.
This pre-release shall not be supported through any bug fix patch or similar.
Note that not all features are fully implemented/tested.
= MEPA-2024.09

PHY architecture name conversion table:
=======================================
== MEPA-2024.09

* Cobra <=> VSC8211, VSC8221
* Quatro <=> VSC8224, VSC8244
* Nano <=> VSC8501, VSC8502
* Tesla <=> VSC8504, VSC8552, VSC8572, VSC8574
* Atom12 <=> VSC8512, VSC8522
* Elise <=> VSC8514
* Malibu <=> VSC8256, VSC8257, VSC8258
* Venice <=> VSC8489, VSC8490, VSC8491
* Viper <=> VSC8562, VSC8564, VSC8575, VSC8582, VSC8584
* 8488 <=> VSC8487, VSC8488, VSC8487-15, VSC8488-15
* LAN8814 <=> LAN8814
* Others <=> VSC8484, VSC8486
|===
|Version: |MEPA-2024.09
|Previous Version: |MEPA-2023.09
|Date: |2024-09-27
|Description: |Release Notes
|===

General
=======

This is a maintenance release providing bug fixes but no significant new
features added.
=== Bug Status

Please notice that the LAN969x family is still considered in BETA and is not
ready for production.
==== Fixed:
* MEPA-503: LAN8814 100M mode link failure
* MEPA-584: MEPA Reset sequence for VSC8258 (Malibu10) and general MEPA configuration calls for the Malibu10 PHY
* MEPA-600: Timestamp Origin Field Not Updated for HSR encapsulated Packets in Egress BC2Step E2E Mode
* MEPA-603: VSC8574 ANEG not completing successfully with Link Partner LAN8740, causing Link Down Issue
* MEPA-698: MACsec Application Bug - Packet Number Configuration is not reflecting the Actual value configured
* MEPA-729: Loopback not get configured


Bug Status
==========
Fixed:
MEPA-503: LAN8814 100M mode link failure
MEPA-584: MEPA Reset sequence for VSC8258 (Malibu10) and general MEPA configuration calls for the Malibu10 PHY
MEPA-600: Timestamp Origin Field Not Updated for HSR encapsulated Packets in Egress BC2Step E2E Mode
MEPA-603: VSC8574 ANEG not completing successfully with Link Partner LAN8740, causing Link Down Issue
MEPA-698: MACsec Application Bug - Packet Number Configuration is not reflecting the Actual value configured
MEPA-729: Loopback not get configured

Fixed but not verified:
None.

New features:
MEPA-305: Create MACSec KAT demo Sample Application using MEPA API
MEPA-364: phy_10g_conf_get for Malibu 10G
MEPA-496: LAN887X driver(advanced) merge to master branch
MEPA-497: LAN887X updates for B0
MEPA-546: Auto-downshift feature LAN8814
MEPA-557: Macsec operational DEMO sample application
MEPA-558: GPIO sample application for EDSx
MEPA-571: MACsec Block dropping packet when LSB 32 bit PN rollover to 0 in XPN Cipher suit
MEPA-585: create edsx configuration inside mscc brsdk to build edsx images with jenkins for sw-mepa
MEPA-588: SYNCe sample application
MEPA-589: COMA mode sample application
MEPA-592: Moving m25g7.master code changes from sw-mesa to sw-mepa
MEPA-593: Moving mepa-demo and EDSX MEBA code from sw-mesa to sw-mepa
MEPA-598: Port the recent mepa changes done on sw-mesa to sw-mepa repository
MEPA-599: Create separate target for meba and mepa_demo
MEPA-609: SW-MEPA cleanup work
MEPA-610: [MACSec UNH Compliance] Sample Application has to support two more commands ( SecTag Field Config and to enable 128 Bit AES Encryption)
MEPA-616: Replicating MEPA-584 reset changes for M10G in mepa-demo application
MEPA-621: 25G support to be added mepa-demo
MEPA-632: User Guide for Port Config Sample App on EDS X Platform
MEPA-633: User Guide for KAT MACsec Demo Sample App on EDS X Platform.
MEPA-634: User Guide for MACsec Demo Sample App on EDS X Platform
MEPA-636: User Guide for SyncE Sample App on EDS X Platform.
MEPA-642: Port config sample application modification for 10g conf set and reset
MEPA-645: definition of T_E need to be change in vtss_private.h due to redefinition issue
MEPA-704: CLONE - API Guide for Indy Chip Specific APIs
MEPA-711: Adding the Control Frame Configuration Support in MACsec Application for Malibu25G PHY and Change the Ethertype and MAC address display from Decimal to Hexadecimal

New features (implemented but not verified):
==== Fixed but not verified:
None.

Known issues:
MEPA-124: [Viper] vtss_phy_sd6g_patch_private() corrections and enhancement - NOKIA QSGMII killer patterns
MEPA-506: BC/TC 1-step E2E: Reserved field, CF values and origin timestamp is not updating in some of the delay request and Sync packets
==== New features:
* MEPA-305: Create MACSec KAT demo Sample Application using MEPA API
* MEPA-364: phy_10g_conf_get for Malibu 10G
* MEPA-496: LAN887X driver(advanced) merge to master branch
* MEPA-497: LAN887X updates for B0
* MEPA-546: Auto-downshift feature LAN8814
* MEPA-557: Macsec operational DEMO sample application
* MEPA-558: GPIO sample application for EDSx
* MEPA-571: MACsec Block dropping packet when LSB 32 bit PN rollover to 0 in XPN Cipher suit
* MEPA-585: create edsx configuration inside mscc brsdk to build edsx images with jenkins for sw-mepa
* MEPA-588: SYNCe sample application
* MEPA-589: COMA mode sample application
* MEPA-592: Moving m25g7.master code changes from sw-mesa to sw-mepa
* MEPA-593: Moving mepa-demo and EDSX MEBA code from sw-mesa to sw-mepa
* MEPA-598: Port the recent mepa changes done on sw-mesa to sw-mepa repository
* MEPA-599: Create separate target for meba and mepa_demo
* MEPA-609: SW-MEPA cleanup work
* MEPA-610: [MACSec UNH Compliance] Sample Application has to support two more commands ( SecTag Field Config and to enable 128 Bit AES Encryption)
* MEPA-616: Replicating MEPA-584 reset changes for M10G in mepa-demo application
* MEPA-621: 25G support to be added mepa-demo
* MEPA-632: User Guide for Port Config Sample App on EDS X Platform
* MEPA-633: User Guide for KAT MACsec Demo Sample App on EDS X Platform.
* MEPA-634: User Guide for MACsec Demo Sample App on EDS X Platform
* MEPA-636: User Guide for SyncE Sample App on EDS X Platform.
* MEPA-642: Port config sample application modification for 10g conf set and reset
* MEPA-645: definition of T_E need to be change in vtss_private.h due to redefinition issue
* MEPA-704: CLONE - API Guide for Indy Chip Specific APIs
* MEPA-711: Adding the Control Frame Configuration Support in MACsec Application for Malibu25G PHY and Change the Ethertype and MAC address display from Decimal to Hexadecimal


==== Known issues:
* MEPA-124: [Viper] vtss_phy_sd6g_patch_private() corrections and enhancement.
* MEPA-506: BC/TC 1-step E2E: Reserved field, CF values and origin timestamp is not updating in some of the delay request and Sync packets

4 changes: 3 additions & 1 deletion mepa/docs/sitemap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

---
conf:
rel_name: "MEPA-2023.03"
rel_name: "MEPA-2024.09"

pages:
- name: "README"
Expand All @@ -23,6 +23,8 @@ pages:
src: "mepa/docs/release-notes/mepa-2023.03.adoc"
- name: "MEPA-2023.09"
src: "mepa/docs/release-notes/mepa-2023.09.adoc"
- name: "MEPA-2024.09"
src: "mepa/docs/release-notes/mepa-2024.09.adoc"


- name: "Introduction"
Expand Down

0 comments on commit 54cf414

Please sign in to comment.