On Tue, 27 Feb 2024 19:15:49 +0800 Chaoyong He <[email protected]> wrote:
> From: Peng Zhang <[email protected]> > > Add the elf module, which can get mip information from the > firmware ELF file. > > Signed-off-by: Peng Zhang <[email protected]> > Reviewed-by: Chaoyong He <[email protected]> > Reviewed-by: Long Wu <[email protected]> > --- Why are you rolling your own ELF parser? There are libraries to do this such as libelf. Libelf is already used in the BPF part of DPDK.

