[dpdk-dev] [PATCH v3 3/7] ethdev: make device operations struct private
Ferruh Yigit
ferruh.yigit at intel.com
Wed Sep 9 14:57:56 CEST 2020
On 9/9/2020 12:12 PM, Ferruh Yigit wrote:
> Hiding the 'struct eth_dev_ops' from applications.
>
> Removing relevant deprecation notice.
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> Acked-by: Andrew Rybchenko <arybchenko at solarflare.com>
<...>
> --- a/doc/guides/rel_notes/release_20_11.rst
> +++ b/doc/guides/rel_notes/release_20_11.rst
> @@ -111,6 +111,8 @@ ABI Changes
> * ``eth_rx_descriptor_status_t rx_descriptor_status;``
> * ``eth_tx_descriptor_status_t tx_descriptor_status;``
>
> + * ``struct eth_dev_ops`` is no more accessible by applications, which was already inline data structure.
>
s/inline/internal, will send a v4
More information about the dev
mailing list