[PATCH v2] net/e1000: support launchtime feature

2023-12-30 Thread Chuanyu Xue
Enable the time-based scheduled Tx of packets based on the RTE_ETH_TX_OFFLOAD_SEND_ON_TIMESTAMP flag. The launchtime defines the packet transmission time based on PTP clock at MAC layer, which should be set to the advanced transmit descriptor. Signed-off-by: Chuanyu Xue --- change log: v2: - Add

RE: [PATCH v6 1/2] net/iavf: fix Rx/Tx burst in multi-process

2023-12-30 Thread Zhang, Qi Z
> -Original Message- > From: Mingjin Ye > Sent: Friday, December 29, 2023 6:11 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Ye, MingjinX > ; sta...@dpdk.org; Wu, Jingjing > ; Xing, Beilei > Subject: [PATCH v6 1/2] net/iavf: fix Rx/Tx burst in multi-process > > In a multi-process environ