[PATCH] examples/l3fwd: fix conf propagation to RX queues
Thomas Monjalon
thomas at monjalon.net
Thu Mar 7 16:03:03 CET 2024
07/03/2024 11:14, Konstantin Ananyev:
>
> > When configuring RX queues, the default port configuration was used,
> > even though it was modified before. This results in the
> > 'relax-rx-offload' not being respected for RX queues.
> > This commit uses 'rte_eth_dev_conf_get()' to obtain the device
> > configuration structure instead.
> >
> > Fixes: 4b01cabfb0 ("examples/l3fwd: add option to relax Rx offload")
> > Signed-off-by: Kamil Vojanec <vojanec at cesnet.cz>
>
> LGTM
> Acked-by: Konstantin Ananyev <konstantin.ananyev at huawei.com>
Applied, thanks.
More information about the dev
mailing list