Re: [dpdk-dev] [PATCH] ethdev: fix compilation related to hairpin

2019-11-05 Thread Ferruh Yigit
On 11/5/2019 3:32 PM, Ori Kam wrote: > This patch solves a compilation issue that is caused due to using > internal function (is_rx_hairpin_queue) inside inline function. > > The solution is to remove the usage of the functions > from the burst functions. > > Fixes: 60b476d5da3c ("ethdev: add sup

[dpdk-dev] [PATCH] ethdev: fix compilation related to hairpin

2019-11-05 Thread Ori Kam
This patch solves a compilation issue that is caused due to using internal function (is_rx_hairpin_queue) inside inline function. The solution is to remove the usage of the functions from the burst functions. Fixes: 60b476d5da3c ("ethdev: add support for hairpin queue") Cc: or...@mellanox.com Si