> -Original Message-
> From: Konstantin Ananyev
> Sent: Friday, October 11, 2024 14:54
> To: Dariusz Sosnowski ; NBU-Contact-Thomas
> Monjalon (EXTERNAL) ; Ferruh Yigit
> ; Andrew Rybchenko
> Cc: dev@dpdk.org
> Subject: RE: [PATCH v2 2/4] ethdev: add get resto
> Before this patch, ethdev layer assumed that all drivers require that
> it has to forcefully restore:
>
> - MAC addresses
> - promiscuous mode setting
> - all multicast mode setting
>
> upon rte_eth_dev_start().
>
> This patch introduces a new callback to eth_dev_ops -
> get_restore_flags()
Before this patch, ethdev layer assumed that all drivers require that
it has to forcefully restore:
- MAC addresses
- promiscuous mode setting
- all multicast mode setting
upon rte_eth_dev_start().
This patch introduces a new callback to eth_dev_ops -
get_restore_flags().
Drivers implementing th
3 matches
Mail list logo