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

2021-03-30 Thread Ong, Boon Leong
>Are there any (developer) boards available that can be bought online? >(that have HW for this Ethernet driver stmmac) At this point of time, I am not aware of any commercially available platform yet as the EHL product is newly launched but we expect some of board vendors will be start shipping

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

2021-03-30 Thread Jesper Dangaard Brouer
On Tue, 30 Mar 2021 10:49:43 +0800 Ong Boon Leong wrote: > It will be great if community help test out these v2 patch series on your > platform and provide me feedback. Are there any (developer) boards available that can be bought online? (that have HW for this Ethernet driver stmmac) I'm

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

2021-03-29 Thread Ong Boon Leong
Hi, This is the v2 patch series for adding XDP support to stmmac driver. Summary of the changes in v2: 1/6: Move IRQ affinity hint from dwmac-intel.c into stmmac_main.c inside stmmac_request_irq_multi_msi() and clear the IRQ affinity hint in stmmac_free_irq(). Tested the patch