[dpdk-dev] [PATCH] vhost: Remove the check between mergeable and vector pmd

2014-10-30 Thread Ouyang Changchun
Since the commit 33e79bed3edc2bcf59 has fixed the issue in vector PMD, and then it can receive jumbo frame by scatter-gather mode, so remove this check. Signed-off-by: Changchun Ouyang --- examples/vhost/main.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/examples/vhost/main.c b/ex

[dpdk-dev] [PATCH] vhost: Remove the check between mergeable and vector pmd

2014-10-30 Thread Thomas Monjalon
> From: Ouyang Changchun > > Since the commit 33e79bed3edc2bcf59 has fixed the issue in vector PMD, > > and then it can receive jumbo frame by scatter-gather mode, so remove this > > check. > > > > Signed-off-by: Changchun Ouyang > > Acked-by: Huawei Xie Applied Thanks -- Thomas

[dpdk-dev] [PATCH] vhost: Remove the check between mergeable and vector pmd

2014-10-30 Thread Xie, Huawei
Acked-by Huawei Xie > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ouyang Changchun > Sent: Wednesday, October 29, 2014 7:11 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] vhost: Remove the check between mergeable and > vector