Re: mvpp2: XDP TX support

2020-07-06 Thread Colin Ian King
b7a5a >> Author: Matteo Croce >> Date: Thu Jul 2 16:12:43 2020 +0200 >> >> mvpp2: XDP TX support >> >> >> In source drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c in function >> mvpp2_check_pagepool_dma, analysis is as follows: >> &g

Re: mvpp2: XDP TX support

2020-07-06 Thread Matteo Croce
On Mon, 6 Jul 2020 14:59:22 +0100 Colin Ian King wrote: > Hi, > > Static analysis with Coverity has found a potential issue in the > following commit: > > commit c2d6fe6163de80d7f7cf400ee351f56d6cdb7a5a > Author: Matteo Croce > Date: Thu Jul 2 16:12:43 2020 +020

re: mvpp2: XDP TX support

2020-07-06 Thread Colin Ian King
Hi, Static analysis with Coverity has found a potential issue in the following commit: commit c2d6fe6163de80d7f7cf400ee351f56d6cdb7a5a Author: Matteo Croce Date: Thu Jul 2 16:12:43 2020 +0200 mvpp2: XDP TX support In source drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c in function

[PATCH net-next v2 4/5] mvpp2: XDP TX support

2020-07-02 Thread Matteo Croce
From: Matteo Croce Add the transmit part of XDP support, which includes: - support for XDP_TX in mvpp2_xdp() - .ndo_xdp_xmit hook for AF_XDP and XDP_REDIRECT with mvpp2 as destination mvpp2_xdp_submit_frame() is a generic function which is called by mvpp2_xdp_xmit_back() when doing XDP_TX, and b

[PATCH net-next 4/4] mvpp2: XDP TX support

2020-06-30 Thread Matteo Croce
From: Matteo Croce Add the transmit part of XDP support, which includes: - support for XDP_TX in mvpp2_xdp() - .ndo_xdp_xmit hook for AF_XDP and XDP_REDIRECT with mvpp2 as destination mvpp2_xdp_submit_frame() is a generic function which is called by mvpp2_xdp_xmit_back() when doing XDP_TX, and b