Re: [PATCH net 0/2] nfp: RX and XDP buffer fixes

2017-03-03 Thread David Miller
From: Jakub Kicinski Date: Thu, 2 Mar 2017 15:26:19 -0800 > Two trivial fixes for code introduced with XDP support. First > one corrects the buffer size we populate a register with. The > register is designed to be used for scatter transfers which > the driver (and most FWs) don't support so

[PATCH net 0/2] nfp: RX and XDP buffer fixes

2017-03-02 Thread Jakub Kicinski
Hi! Two trivial fixes for code introduced with XDP support. First one corrects the buffer size we populate a register with. The register is designed to be used for scatter transfers which the driver (and most FWs) don't support so it's not critical. The other one for DMA direction is mostly cos