Home
last modified time | relevance | path

Searched hist:"9 ce4e3d6d85600153e61c4b8c3c346bd84d84470" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dvirtio_net.cdiff 9ce4e3d6d85600153e61c4b8c3c346bd84d84470 Sat Sep 18 01:06:15 CDT 2021 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio_net: use netdev_warn_once to output warn when without enough queues

This warning is output when virtnet does not have enough queues, but it
only needs to be printed once to inform the user of this situation. It
is not necessary to print it every time. If the user loads xdp
frequently, this log appears too much.

Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>