On Thu, Dec 21, 2023 at 7:18 PM Hanumanth Pothula <[email protected]> wrote: > > By default dmac control register is set to reject packets > on mac address match, leading all unicast packets to drop. > > Update DMAC control register to allow packets on MAC address > match rather than dropping. > > Signed-off-by: Hanumanth Pothula <[email protected]>
Updated the git commit as follows and applied to dpdk-next-net-mrvl/for-main. Thanks commit 39711235e17d204496445be57997ed09ef6df019 (HEAD -> for-main) Author: Hanumanth Pothula <[email protected]> Date: Thu Dec 21 16:49:59 2023 +0530 net/thunderx: fix dmac control register update By default dmac control register is set to reject packets on mac address match, leading all unicast packets to drop. Update DMAC control register to allow packets on MAC address match rather than dropping. Fixes: e438796617dc ("net/thunderx: add PMD skeleton") Cc: [email protected] Signed-off-by: Hanumanth Pothula <[email protected]>

