On 1/25/2022 4:21 PM, Namburu, Chandu-babu wrote:
[Public]
Moving ack down, please don't top post.
-----Original Message-----
From: sseba...@amd.com <sseba...@amd.com>
Sent: Tuesday, January 25, 2022 5:48 PM
To: dev@dpdk.org
Subject: [PATCH v2 6/6] net/axgbe: alter the port speed bit range
From: Selwin Sebastian <selwin.sebast...@amd.com>
Newer generation Hardware uses the slightly different port speed bit widths, so
alter the existing port speed bit range to extend support to the newer
generation hardware while maintaining the backward compatibility with older
generation hardware.
The previously reserved bits are now being used which then requires the
adjustment to the BIT values, e.g.:
Before:
PORT_PROPERTY_0[22:21] - Reserved
PORT_PROPERTY_0[26:23] - Supported Speeds
After:
PORT_PROPERTY_0[21] - Reserved
PORT_PROPERTY_0[26:22] - Supported Speeds
To make this backwards compatible, the existing BIT definitions for the port
speeds are incremented by one to maintain the original position.
Signed-off-by: Selwin Sebastian <selwin.sebast...@amd.com>
For series,
Acked-by: Chandubabu Namburu <cha...@amd.com>
Series applied to dpdk-next-net/main, thanks.