[dpdk-dev] [PATCH v5] ethdev: fix MAC address replay

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jan 30 10:21:44 CET 2017


2017-01-27 09:57, Steve Shin:
> This patch fixes a bug in replaying MAC address to the hardware
> in rte_eth_dev_config_restore() routine. Added default MAC replay as well.
> 
> Fixes: 4bdefaade6d1 ("ethdev: VMDQ enhancements")
> 
> ---
> v2: Added default MAC replay & Code optimization.
> v3: Covered a case (ex, SR-IOV) where multiple pools
>     exist in the mac_pool_sel array.
> v4: removed a coding style warning.
> v5: Added default MAC replay with dev_ops->mac_addr_add.

The changelog should be after the SoB,
because everything after --- is removed when applying.

> Signed-off-by: Steve Shin <jonshin at cisco.com>

I've added 
Reviewed-by: Igor Ryzhov <iryzhov at nfware.com>

Applied, thanks


More information about the dev mailing list