Home
last modified time | relevance | path

Searched hist:"00765 f8ed74240419091a1708c195405b55fe243" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dvirtio_net.cdiff 00765f8ed74240419091a1708c195405b55fe243 Mon May 08 01:14:06 CDT 2023 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp

At present, we have two similar logic to perform the XDP prog.

Therefore, this patch separates the code of executing XDP, which is
conducive to later maintenance.

Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>