On Tue,  2 Jun 2026 23:52:34 +0800
[email protected] wrote:

> From: Jie Liu <[email protected]>
> 
> This patch adds a new shared header file 'sxe2_msg.h' which
> contains definitions for SFP/SFP+ modules. This file is shared across
> Firmware, Kernel driver, and DPDK PMD to ensure consistent protocol
> handling.
> 
> The header includes:
> - SFP EEPROM memory map offsets.
> - Module type encoding definitions.
> 
> By using this shared header, the PMD can correctly identify module
> capabilities and report diagnostic information in a way that is
> consistent with the underlying firmware logic.
> 
> Signed-off-by: Jie Liu <[email protected]>

You never answered the question of why this is in common directory?
It is only used by this driver sxe2.
Common directory is intended for drivers that share code across
multiple devices like net and crypto.

Reply via email to