Re: [dpdk-dev] [PATCH v2 8/9] test/vfio_user: introduce functional test

2021-01-19 Thread David Christensen
On 1/18/21 7:27 PM, Xia, Chenbo wrote: Also, when running vfio_user_autotest_server, I'm unable to exit the application with CTRL-C directly. If a run a second test with vfio_user_autotest_client then the server test runs to completion without an error and I'm able to exit the test app normal

Re: [dpdk-dev] [PATCH v2 8/9] test/vfio_user: introduce functional test

2021-01-18 Thread Xia, Chenbo
Hi David, > -Original Message- > From: dev On Behalf Of David Christensen > Sent: Friday, January 15, 2021 3:03 AM > To: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 8/9] test/vfio_user: introduce functional > test > > > > On 1/13/21 10:14 PM, Ch

Re: [dpdk-dev] [PATCH v2 8/9] test/vfio_user: introduce functional test

2021-01-14 Thread David Christensen
On 1/13/21 10:14 PM, Chenbo Xia wrote: This patch introduces functional test for vfio_user client and server. Note that the test can only be run with server and client both started and server should be started first. Receiving a build warning on RHEL 8.3 (gcc 8.3.1) for POWER with this patch