xdp: move struct xdp_buff from filter.h to xdp.h
authorJesper Dangaard Brouer <brouer@redhat.com>
Tue, 17 Apr 2018 14:45:37 +0000 (16:45 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Apr 2018 14:50:28 +0000 (10:50 -0400)
commit106ca27f2922e8de820d1bd3d79b1cbdf2d78eea
treea8df6f30bfcd2dafe6d0dd436f2b8088b2006873
parent189ead81a83eba5f5c5ce56c45620e51abcb5cb8
xdp: move struct xdp_buff from filter.h to xdp.h

This is done to prepare for the next patch, and it is also
nice to move this XDP related struct out of filter.h.

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/filter.h
include/net/xdp.h