On Wed, 27 Apr 2022 13:34:29 +0300 Vasily Averin wrote: > Subject: [PATCH] memcg: enable accounting for veth queues This is a pure networking patch, right? The prefix should be "net: ", I think. > veth netdevice defines own rx queues and allocates array containing > up to 4095 ~750-bytes-long 'struct veth_rq' elements. Such allocation > is quite huge and should be accounted to memcg. > > Signed-off-by: Vasily Averin <vvs@xxxxxxxxxx>