Re: [PATCH net-next v3 0/5] nfp: DMA flags, adjust head and fixes

2017-04-24 Thread David Miller
From: Jakub Kicinski Date: Sat, 22 Apr 2017 20:17:51 -0700 > This series takes advantage of Alex's DMA_ATTR_SKIP_CPU_SYNC to make > XDP packet modifications "correct" from DMA API point of view. It > also allows us to parse the metadata before we run XDP at no additional > DMA sync cost. That

[PATCH net-next v3 0/5] nfp: DMA flags, adjust head and fixes

2017-04-22 Thread Jakub Kicinski
Hi! This series takes advantage of Alex's DMA_ATTR_SKIP_CPU_SYNC to make XDP packet modifications "correct" from DMA API point of view. It also allows us to parse the metadata before we run XDP at no additional DMA sync cost. That way we can get rid of the metadata memcpy, and remove the last