Re: [PATCH bpf-next v7 5/5] igc: Add launch time support to XDP ZC

2025-02-03 Thread Abdul Rahim, Faizal
On 4/2/2025 8:49 am, Song Yoong Siang wrote: Enable Launch Time Control (LTC) support for XDP zero copy via XDP Tx metadata framework. This patch has been tested with tools/testing/selftests/bpf/xdp_hw_metadata on Intel I225-LM Ethernet controller. Below are the test steps and result. Test 1

Re: [PATCH bpf-next v7 4/5] igc: Refactor empty packet insertion into a reusable function

2025-02-03 Thread Abdul Rahim, Faizal
On 4/2/2025 8:49 am, Song Yoong Siang wrote: Refactor the code for inserting an empty packet into a new function igc_insert_empty_packet(). This change extracts the logic for inserting an empty packet from igc_xmit_frame_ring() into a separate function, allowing it to be reused in future imple

Re: [PATCH bpf-next v6 4/4] igc: Add launch time support to XDP ZC

2025-01-19 Thread Abdul Rahim, Faizal
Hi Siang. On 16/1/2025 11:53 pm, Song Yoong Siang wrote: Enable Launch Time Control (LTC) support to XDP zero copy via XDP Tx metadata framework. This patch is tested with tools/testing/selftests/bpf/xdp_hw_metadata on Intel I225-LM Ethernet controller. Below are the test steps and result. T