Home
last modified time | relevance | path

Searched hist:"961 c6136" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dveth.c961c6136 Fri Apr 29 00:17:35 CDT 2022 Vasily Averin <vvs@openvz.org> net: enable memcg accounting for veth queues

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@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>