Re: [PATCH net-next v4 2/2] virtio-net: add cond_resched() to the command waiting loop

2023-07-23 Thread Jason Wang
On Mon, Jul 24, 2023 at 2:46 PM Michael S. Tsirkin wrote: > > On Fri, Jul 21, 2023 at 10:18:03PM +0200, Maxime Coquelin wrote: > > > > > > On 7/21/23 17:10, Michael S. Tsirkin wrote: > > > On Fri, Jul 21, 2023 at 04:58:04PM +0200, Maxime Coquelin wrote: > > > > > > > > > > > > On 7/21/23 16:45, Mi

Re: [PATCH net-next v4 2/2] virtio-net: add cond_resched() to the command waiting loop

2023-07-23 Thread Jason Wang
On Sat, Jul 22, 2023 at 4:18 AM Maxime Coquelin wrote: > > > > On 7/21/23 17:10, Michael S. Tsirkin wrote: > > On Fri, Jul 21, 2023 at 04:58:04PM +0200, Maxime Coquelin wrote: > >> > >> > >> On 7/21/23 16:45, Michael S. Tsirkin wrote: > >>> On Fri, Jul 21, 2023 at 04:37:00PM +0200, Maxime Coquelin

Re: [PATCH net-next v4 2/2] virtio-net: add cond_resched() to the command waiting loop

2023-07-23 Thread Michael S. Tsirkin
On Fri, Jul 21, 2023 at 10:18:03PM +0200, Maxime Coquelin wrote: > > > On 7/21/23 17:10, Michael S. Tsirkin wrote: > > On Fri, Jul 21, 2023 at 04:58:04PM +0200, Maxime Coquelin wrote: > > > > > > > > > On 7/21/23 16:45, Michael S. Tsirkin wrote: > > > > On Fri, Jul 21, 2023 at 04:37:00PM +0200,

ICITS'24 - The 2024 International Conference on Information Technology & Systems |Temuco, Chile

2023-07-23 Thread ICITS-24
* SCIMago H-Index = 27 * Google Scholar H5-Index = 19 * Indexed in WoS, Scopus, DBLP, Google Scholar, etc. -- -- -- -- ICITS'24 - 7th Int. Conference on Information Technology & Systems Univer

Re: [PATCH v1] vdpa: Complement vdpa_nl_policy for nlattr length check

2023-07-23 Thread Michael S. Tsirkin
On Sun, Jul 23, 2023 at 05:48:46PM +0800, Lin Ma wrote: > > > Sure, that is another undergoing task I'm working on. If the nlattr is > > parsed with > > NL_VALIDATE_UNSPEC, any forgotten nlattr will be rejected, therefore (which > > is the default > > for modern nla_parse). > > For the general

Re: [PATCH v1] vdpa: Complement vdpa_nl_policy for nlattr length check

2023-07-23 Thread Michael S. Tsirkin
On Sun, Jul 23, 2023 at 05:33:54PM +0800, Lin Ma wrote: > Hello Michael, > > > > > > > The vdpa_nl_policy structure is used to validate the nlattr when parsing > > > the incoming nlmsg. It will ensure the attribute being described produces > > > a valid nlattr pointer in info->attrs before enterin

Re: [PATCH v11 8/8] vhost: use vhost_tasks for worker threads

2023-07-23 Thread Michael S. Tsirkin
On Sat, Jul 22, 2023 at 11:03:29PM -0500, michael.chris...@oracle.com wrote: > On 7/20/23 8:06 AM, Michael S. Tsirkin wrote: > > On Thu, Feb 02, 2023 at 05:25:17PM -0600, Mike Christie wrote: > >> For vhost workers we use the kthread API which inherit's its values from > >> and checks against the k

Re: [PATCH v1] vdpa: Complement vdpa_nl_policy for nlattr length check

2023-07-23 Thread Michael S. Tsirkin
On Sun, Jul 23, 2023 at 04:05:07PM +0800, Lin Ma wrote: > The vdpa_nl_policy structure is used to validate the nlattr when parsing > the incoming nlmsg. It will ensure the attribute being described produces > a valid nlattr pointer in info->attrs before entering into each handler > in vdpa_nl_ops.