[dpdk-dev] [PATCH RFC v2 07/12] lib/librte_vhost: async event and callback

2014-12-17 Thread Xie, Huawei
> > I got error from checkpatch.pl like followings. > > ERROR: trailing statements should be on next line > #74: FILE: lib/librte_vhost/vhost_user/fd_man.c:61: > + for (i = 0; i < pfdset->num && pfdset->fd[i].fd != fd; i++); Thanks. This is RFC, so maybe it is far from perfection, :). > > +

[dpdk-dev] [PATCH RFC v2 07/12] lib/librte_vhost: async event and callback

2014-12-15 Thread Tetsuya Mukawa
(2014/12/11 6:37), Huawei Xie wrote: > Signed-off-by: Huawei Xie > --- > lib/librte_vhost/vhost_user/fd_man.c | 205 > +++ > lib/librte_vhost/vhost_user/fd_man.h | 64 +++ > 2 files changed, 269 insertions(+) > create mode 100644

[dpdk-dev] [PATCH RFC v2 07/12] lib/librte_vhost: async event and callback

2014-12-11 Thread Huawei Xie
Signed-off-by: Huawei Xie --- lib/librte_vhost/vhost_user/fd_man.c | 205 +++ lib/librte_vhost/vhost_user/fd_man.h | 64 +++ 2 files changed, 269 insertions(+) create mode 100644 lib/librte_vhost/vhost_user/fd_man.c create mode 100644