Re: [PATCH v2] vhost: decrease log level for unimplemented requests

2023-02-09 Thread Maxime Coquelin
On 2/6/23 16:07, Maxime Coquelin wrote: This patch changes VHOST_USER_SET_VRING_ERR and VHOST_USER_SET_LOG_FD "not implemented" log levels from INFO to DEBUG, as implementing these requests is not mandatory. Having them being displayed at INFO level may induce some confusion to the end-user.

Re: [PATCH v2] vhost: decrease log level for unimplemented requests

2023-02-07 Thread Kevin Traynor
On 06/02/2023 15:07, Maxime Coquelin wrote: This patch changes VHOST_USER_SET_VRING_ERR and VHOST_USER_SET_LOG_FD "not implemented" log levels from INFO to DEBUG, as implementing these requests is not mandatory. Having them being displayed at INFO level may induce some confusion to the end-user.

RE: [PATCH v2] vhost: decrease log level for unimplemented requests

2023-02-06 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Monday, February 6, 2023 11:08 PM > To: dev@dpdk.org; Xia, Chenbo ; ktray...@redhat.com; > david.march...@redhat.com > Cc: Maxime Coquelin ; sta...@dpdk.org > Subject: [PATCH v2] vhost: decrease log level for u

[PATCH v2] vhost: decrease log level for unimplemented requests

2023-02-06 Thread Maxime Coquelin
This patch changes VHOST_USER_SET_VRING_ERR and VHOST_USER_SET_LOG_FD "not implemented" log levels from INFO to DEBUG, as implementing these requests is not mandatory. Having them being displayed at INFO level may induce some confusion to the end-user. Fixes: fd29c33b651a ("vhost: handle unsupport