Re: [dpdk-dev] [PATCH] vhost: fix packed ring defines declaration

2018-11-22 Thread Ferruh Yigit
On 11/22/2018 5:09 PM, Maxime Coquelin wrote: > The packed ring defines were declared only if kernel > header does not declare them. > The problem is that they are not applied in upstream kernel, > and some changes in the names have been required. > > This patch declares the defines unconditionall

Re: [dpdk-dev] [PATCH] vhost: fix packed ring defines declaration

2018-11-22 Thread Ferruh Yigit
On 11/22/2018 7:50 PM, Maxime Coquelin wrote: > > > On 11/22/18 8:20 PM, Ferruh Yigit wrote: >> On 11/22/2018 6:51 PM, Maxime Coquelin wrote: >>> >>> >>> On 11/22/18 7:23 PM, Ferruh Yigit wrote: On 11/22/2018 5:09 PM, Maxime Coquelin wrote: > The packed ring defines were declared only if

Re: [dpdk-dev] [PATCH] vhost: fix packed ring defines declaration

2018-11-22 Thread Maxime Coquelin
On 11/22/18 8:20 PM, Ferruh Yigit wrote: On 11/22/2018 6:51 PM, Maxime Coquelin wrote: On 11/22/18 7:23 PM, Ferruh Yigit wrote: On 11/22/2018 5:09 PM, Maxime Coquelin wrote: The packed ring defines were declared only if kernel header does not declare them. The problem is that they are not

Re: [dpdk-dev] [PATCH] vhost: fix packed ring defines declaration

2018-11-22 Thread Ferruh Yigit
On 11/22/2018 6:51 PM, Maxime Coquelin wrote: > > > On 11/22/18 7:23 PM, Ferruh Yigit wrote: >> On 11/22/2018 5:09 PM, Maxime Coquelin wrote: >>> The packed ring defines were declared only if kernel >>> header does not declare them. >>> The problem is that they are not applied in upstream kernel,

Re: [dpdk-dev] [PATCH] vhost: fix packed ring defines declaration

2018-11-22 Thread Maxime Coquelin
On 11/22/18 7:23 PM, Ferruh Yigit wrote: On 11/22/2018 5:09 PM, Maxime Coquelin wrote: The packed ring defines were declared only if kernel header does not declare them. The problem is that they are not applied in upstream kernel, and some changes in the names have been required. This patch

Re: [dpdk-dev] [PATCH] vhost: fix packed ring defines declaration

2018-11-22 Thread Ferruh Yigit
On 11/22/2018 5:09 PM, Maxime Coquelin wrote: > The packed ring defines were declared only if kernel > header does not declare them. > The problem is that they are not applied in upstream kernel, > and some changes in the names have been required. > > This patch declares the defines unconditionall

[dpdk-dev] [PATCH] vhost: fix packed ring defines declaration

2018-11-22 Thread Maxime Coquelin
The packed ring defines were declared only if kernel header does not declare them. The problem is that they are not applied in upstream kernel, and some changes in the names have been required. This patch declares the defines unconditionally, which fixes potential build issues. Fixes: 297b1e7350f