-----Original Message-----
From: Maxime Coquelin [mailto:maxime.coquelin@redhat.com]
Sent: Thursday, June 29, 2017 3:58 PM
To: dev@dpdk.org; yliu@fridaylinux.org
Cc: i.dyukov@samsung.com; Tan, Jianfeng; stable@dpdk.org; Maxime
Coquelin
Subject: [PATCH] vhost: fix MTU device feature check
The MTU feature support check has to be done against MTU
feature bit mask, and not bit position.
Cc: stable@dpdk.org
Fixes: 72e8543093df ("vhost: add API to get MTU value")
Signed-off-by: Maxime Coquelin <redacted>
Reviewed-by: Jianfeng Tan <redacted>