Re: [dpdk-dev] [PATCH] vhost: prefix vDPA enum value for PCI address type

2020-04-10 Thread Maxime Coquelin
On 3/26/20 3:14 PM, Maxime Coquelin wrote: > In order to avoid potential conflicts, rename the PCI_ADDR > enum value to VDPA_ADDR_PCI in vdpa_addr_type_enum. > > All symbols referencing this enum are experimental, so it > does not break API policy. > > Signed-off-by: Maxime Coquelin > --- >

Re: [dpdk-dev] [PATCH] vhost: prefix vDPA enum value for PCI address type

2020-03-26 Thread Maxime Coquelin
On 3/26/20 5:33 PM, Matan Azrad wrote: > Hi > > From: Maxime Coquelin >> In order to avoid potential conflicts, rename the PCI_ADDR enum value to >> VDPA_ADDR_PCI in vdpa_addr_type_enum. >> >> All symbols referencing this enum are experimental, so it does not break API >> policy. >> >> Signed-o

Re: [dpdk-dev] [PATCH] vhost: prefix vDPA enum value for PCI address type

2020-03-26 Thread Matan Azrad
Hi From: Maxime Coquelin > In order to avoid potential conflicts, rename the PCI_ADDR enum value to > VDPA_ADDR_PCI in vdpa_addr_type_enum. > > All symbols referencing this enum are experimental, so it does not break API > policy. > > Signed-off-by: Maxime Coquelin Acked-by: Matan Azrad I thi

[dpdk-dev] [PATCH] vhost: prefix vDPA enum value for PCI address type

2020-03-26 Thread Maxime Coquelin
In order to avoid potential conflicts, rename the PCI_ADDR enum value to VDPA_ADDR_PCI in vdpa_addr_type_enum. All symbols referencing this enum are experimental, so it does not break API policy. Signed-off-by: Maxime Coquelin --- drivers/vdpa/ifc/ifcvf_vdpa.c | 2 +- drivers/vdpa/mlx5/mlx5_vdp