Re: [dpdk-dev] [PATCH] doc: fix a typo in ntb guide

2020-01-20 Thread Thomas Monjalon
23/12/2019 03:39, Wu, Jingjing: > From: Li, Xiaoyun > > In prerequisites of ntb guide, the correct flag when loading igb_uio > > module should be `wc_activate=1`, not `wc_active=1`. > > > > Fixes: 11b5c7daf019 ("raw/ntb: add enqueue and dequeue functions") > > Cc: sta...@dpdk.org > > > > Signed-

Re: [dpdk-dev] [PATCH] doc: fix a typo in ntb guide

2019-12-22 Thread Wu, Jingjing
> -Original Message- > From: Li, Xiaoyun > Sent: Wednesday, December 4, 2019 11:20 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Li, Xiaoyun ; sta...@dpdk.org > Subject: [PATCH] doc: fix a typo in ntb guide > > In prerequisites of ntb guide, the correct flag when loading igb_uio > module

[dpdk-dev] [PATCH] doc: fix a typo in ntb guide

2019-12-04 Thread Xiaoyun Li
In prerequisites of ntb guide, the correct flag when loading igb_uio module should be `wc_activate=1`, not `wc_active=1`. Fixes: 11b5c7daf019 ("raw/ntb: add enqueue and dequeue functions") Cc: sta...@dpdk.org Signed-off-by: Xiaoyun Li --- doc/guides/rawdevs/ntb.rst | 4 ++-- 1 file changed, 2 i