Re: [dpdk-dev] [PATCH v2 3/7] ethdev: make device operations struct private

2020-09-08 Thread Ferruh Yigit
On 9/3/2020 10:09 PM, Ferruh Yigit wrote: > Hiding the 'struct eth_dev_ops' from applications. > > Removing relevant deprecation notice. > > Signed-off-by: Ferruh Yigit > Acked-by: Andrew Rybchenko Hi Thomas and all, If there is no objection I am willing to merge this series soon to prevent m

[dpdk-dev] [PATCH v2 3/7] ethdev: make device operations struct private

2020-09-03 Thread Ferruh Yigit
Hiding the 'struct eth_dev_ops' from applications. Removing relevant deprecation notice. Signed-off-by: Ferruh Yigit Acked-by: Andrew Rybchenko --- doc/guides/rel_notes/deprecation.rst | 9 - drivers/net/i40e/i40e_vf_representor.c | 1 + drivers/net/ixgbe/ixgbe_vf_representor.c | 1