[PATCH bpf-next v2 0/3] xsk: build skb by page

2021-01-19 Thread Xuan Zhuo
v2: 1. add priv_flags IFF_TX_SKB_NO_LINEAR instead of netdev_feature 2. split the patch to three: a. add priv_flags IFF_TX_SKB_NO_LINEAR b. virtio net add priv_flags IFF_TX_SKB_NO_LINEAR c. When there is support this flag, construct skb without linear space 3. us

Re: [PATCH bpf-next v2 0/3] xsk: build skb by page

2021-01-19 Thread Michael S. Tsirkin
On Tue, Jan 19, 2021 at 05:45:09PM +0800, Xuan Zhuo wrote: > v2: > 1. add priv_flags IFF_TX_SKB_NO_LINEAR instead of netdev_feature > 2. split the patch to three: > a. add priv_flags IFF_TX_SKB_NO_LINEAR > b. virtio net add priv_flags IFF_TX_SKB_NO_LINEAR > c. When t

Re: [PATCH bpf-next v2 0/3] xsk: build skb by page

2021-01-19 Thread Michael S. Tsirkin
On Tue, Jan 19, 2021 at 06:53:29PM +0800, Xuan Zhuo wrote: > On Tue, 19 Jan 2021 04:50:30 -0500, Michael S. Tsirkin > wrote: > > On Tue, Jan 19, 2021 at 05:45:09PM +0800, Xuan Zhuo wrote: > > > v2: > > > 1. add priv_flags IFF_TX_SKB_NO_LINEAR instead of netdev_feature > > > 2. split the p