Re: [dpdk-dev] [PATCH v6 4/8] ethdev: make driver-only headers private

2021-01-28 Thread Webster, Steven
> -Original Message- > From: Bruce Richardson > Sent: Wednesday, January 27, 2021 12:33 PM > Subject: [PATCH v6 4/8] ethdev: make driver-only headers private > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > The rte_ethdev_driver.h, rte_ethdev_vdev.h and rte_ethdev_pc

Re: [dpdk-dev] [PATCH v6 4/8] ethdev: make driver-only headers private

2021-01-28 Thread David Marchand
On Wed, Jan 27, 2021 at 6:34 PM Bruce Richardson wrote: > diff --git a/doc/guides/rel_notes/release_21_02.rst > b/doc/guides/rel_notes/release_21_02.rst > index ae36b6a3fa..33bac4fff8 100644 > --- a/doc/guides/rel_notes/release_21_02.rst > +++ b/doc/guides/rel_notes/release_21_02.rst > @@ -140,6

Re: [dpdk-dev] [PATCH v6 4/8] ethdev: make driver-only headers private

2021-01-28 Thread Thomas Monjalon
27/01/2021 18:33, Bruce Richardson: > The rte_ethdev_driver.h, rte_ethdev_vdev.h and rte_ethdev_pci.h files are > for drivers only and should be a private to DPDK and not installed. > > Signed-off-by: Bruce Richardson Acked-by: Thomas Monjalon Such change was not possible (or very difficult) w

Re: [dpdk-dev] [PATCH v6 4/8] ethdev: make driver-only headers private

2021-01-27 Thread Maxime Coquelin
Hi Bruce, On 1/27/21 6:33 PM, Bruce Richardson wrote: > |drivers/net/vhost/rte_eth_vhost.c | 4 ++-- > drivers/net/virtio/virtio_ethdev.c | 4 ++-- > drivers/net/virtio/virtio_pci.h | 2 +- drivers/net/virtio/virtio_rxtx.c > | 2 +- drivers/net/virtio/virtio_rxtx_simple.c | 2 +- > drivers/net/virtio/v

[dpdk-dev] [PATCH v6 4/8] ethdev: make driver-only headers private

2021-01-27 Thread Bruce Richardson
The rte_ethdev_driver.h, rte_ethdev_vdev.h and rte_ethdev_pci.h files are for drivers only and should be a private to DPDK and not installed. Signed-off-by: Bruce Richardson --- app/test/test_link_bonding.c | 2 +- app/test/test_pdump.c