Re: [PATCH v3 bpf-next 2/9] net: Refactor xdp_convert_buff_to_frame

2020-06-24 Thread Jesper Dangaard Brouer
On Tue, 23 Jun 2020 23:39:27 +0200 Lorenzo Bianconi wrote: > From: David Ahern > > Move the guts of xdp_convert_buff_to_frame to a new helper, > xdp_update_frame_from_buff so it can be reused removing code duplication > > Suggested-by: Jesper Dangaard Brouer > Co-developed-by: Lorenzo Biancon

[PATCH v3 bpf-next 2/9] net: Refactor xdp_convert_buff_to_frame

2020-06-23 Thread Lorenzo Bianconi
From: David Ahern Move the guts of xdp_convert_buff_to_frame to a new helper, xdp_update_frame_from_buff so it can be reused removing code duplication Suggested-by: Jesper Dangaard Brouer Co-developed-by: Lorenzo Bianconi Signed-off-by: Lorenzo Bianconi Signed-off-by: David Ahern --- includ