Re: [dpdk-dev] [PATCH v1 2/2] vhost: remove unused variable

2020-04-09 Thread Maxime Coquelin
On 3/7/20 2:22 PM, Xiaolong Ye wrote: > VHOST_FEATURES has been removed in previous refactor. > > Fixes: 0917f9d1f059 ("vhost: use new APIs to handle features") > Cc: sta...@dpdk.org > > Signed-off-by: Xiaolong Ye > --- > lib/librte_vhost/vhost.h | 1 - > 1 file changed, 1 deletion(-) > > d

[dpdk-dev] [PATCH v1 2/2] vhost: remove unused variable

2020-03-07 Thread Xiaolong Ye
VHOST_FEATURES has been removed in previous refactor. Fixes: 0917f9d1f059 ("vhost: use new APIs to handle features") Cc: sta...@dpdk.org Signed-off-by: Xiaolong Ye --- lib/librte_vhost/vhost.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_vhost/vhost.h b/lib/librte_vhost/vhost.h