Hi Andy, > -----Original Message----- > From: Pei, Andy <andy....@intel.com> > Sent: Tuesday, January 25, 2022 5:37 PM > To: dev@dpdk.org > Cc: Xia, Chenbo <chenbo....@intel.com>; maxime.coque...@redhat.com; Cao, Gang > <gang....@intel.com>; Liu, Changpeng <changpeng....@intel.com> > Subject: [PATCH v2 15/15] vhost: make sure each queue callfd is configured > > During the vhost data path building process, qemu will create > a call fd at first, and create another call fd in the end. > The final call fd will be used to relay notify. > In the original code, after kick fd is set, dev_conf will > set the first call fd. Even though the actual call fd will set, > the data path will not work correctly. > > Signed-off-by: Andy Pei <andy....@intel.com> > --- > lib/vhost/vhost_user.c | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > 1.8.3.1
Please fix all reported error on patchwork first. http://patchwork.dpdk.org/project/dpdk/patch/1643103437-118618-16-git-send-email-andy....@intel.com/ Thanks, Chenbo