On 2020/12/17 3:38, Lorenzo Bianconi wrote:
Introduce xdp_build_skb_from_frame utility routine to build the skb
from xdp_frame. Respect to __xdp_build_skb_from_frame,
xdp_build_skb_from_frame will allocate the skb object. Rely on
xdp_build_skb_from_frame in veth driver.
Signed-off-by: Lorenzo Bianconi <lore...@kernel.org>
Thanks.
It seems you added missing metadata support in veth_xdp_rcv_one()?
It might be better to note that in the commitlog.
The code looks fine to me.
Reviewed-by: Toshiaki Makita <toshiaki.maki...@gmail.com>