Re: [PATCH resend] e100: switch from 'pci_' to 'dma_' API

2021-01-28 Thread Jakub Kicinski
On Thu, 28 Jan 2021 21:45:02 + Nguyen, Anthony L wrote: > > drivers/net/ethernet/intel/e100.c | 92 - > > My apologies, this patch slipped through the cracks for me. I will send > it in my next net-next 1GbE series or Jakub you can take it directly if > you'd like.

Re: [PATCH resend] e100: switch from 'pci_' to 'dma_' API

2021-01-28 Thread Nguyen, Anthony L
On Thu, 2021-01-28 at 22:07 +0100, Christophe JAILLET wrote: > The wrappers in include/linux/pci-dma-compat.h should go away. > > The patch has been generated with the coccinelle script below and has > been > hand modified to replace GFP_ with a correct flag. > It has been compile tested. > >

[PATCH resend] e100: switch from 'pci_' to 'dma_' API

2021-01-28 Thread Christophe JAILLET
The wrappers in include/linux/pci-dma-compat.h should go away. The patch has been generated with the coccinelle script below and has been hand modified to replace GFP_ with a correct flag. It has been compile tested. When memory is allocated in 'e100_alloc()', GFP_KERNEL can be used because it