RE: [PATCH net-next v4 0/6] stmmac: Add XDP support

2021-04-01 Thread Song, Yoong Siang
> Hi, > > This is the v4 patch series for adding XDP native support to stmmac. > > Changes in v4: > 5/6: Move TX clean timer setup to the end of NAPI RX process and > group it under stmmac_finalize_xdp_rx(). > Also, fixed stmmac_xdp_xmit_back() returns STMMAC_XDP_CONSUMED > if XDP

[PATCH net-next v4 0/6] stmmac: Add XDP support

2021-03-31 Thread Ong Boon Leong
Hi, This is the v4 patch series for adding XDP native support to stmmac. Changes in v4: 5/6: Move TX clean timer setup to the end of NAPI RX process and group it under stmmac_finalize_xdp_rx(). Also, fixed stmmac_xdp_xmit_back() returns STMMAC_XDP_CONSUMED if XDP buffer conversion