From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] vhost: fix packed ring defines declaration Date: Thu, 22 Nov 2018 22:14:26 +0000 Message-ID: References: <20181122170922.15007-1-maxime.coquelin@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Maxime Coquelin , dev@dpdk.org, thomas@monjalon.net, tiwei.bie@intel.com, zhihong.wang@intel.com, jfreiman@redhat.com Return-path: In-Reply-To: <20181122170922.15007-1-maxime.coquelin@redhat.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 unconditionally, which > fixes potential build issues. > > Fixes: 297b1e7350f6 ("vhost: add virtio packed virtqueue defines") > Cc: stable@dpdk.org > > Signed-off-by: Maxime Coquelin Applied to dpdk-next-net/master, thanks.