Re: [dpdk-users] MLX5: Using packet send scheduling / packet pacing

2021-01-29 Thread Slava Ovsiienko
Hi, Carsten To use packet pacing capability: - ConnectX-6DX or above is required - the NV settings should be configured (set timestamp to real-time UTC) With best regards, Slava > -Original Message- > From: Thomas Monjalon > Sent: Friday, January 29, 2021 18:50 > To: Carsten Andrich >

Re: [dpdk-users] MLX5: Using packet send scheduling / packet pacing

2021-01-29 Thread Thomas Monjalon
+Cc Slava 29/01/2021 17:30, Carsten Andrich: > Hello everyone, > > I'm trying to use packet send scheduling [1] with DPDK 20.11 and the > MLX5 PMD (NIC: ConnectX-5 MCX516A-CDAT). This patch contains some > additional information on this feature also know as packet pacing [2]. > > According to

[dpdk-users] MLX5: Using packet send scheduling / packet pacing

2021-01-29 Thread Carsten Andrich
Hello everyone, I'm trying to use packet send scheduling [1] with DPDK 20.11 and the MLX5 PMD (NIC: ConnectX-5 MCX516A-CDAT). This patch contains some additional information on this feature also know as packet pacing [2]. According to MLX5's docs, packet pacing requires the "tx_pp" parameter

[dpdk-users] Is it possible to receive scatter gather packet in the chip, from another chip which is not DPDK, and did not enable scatter/gathere mode

2021-01-29 Thread Jiany Wu
Hello, May I ask a question, we need to receive in XEON, for packet from another chip, which don't have DPDK, just eth packets, can we also use scatter/gather to receive it? Or scatter/gather requires send side(another chip) must enable scatter/gather mode? Thanks in advance! Dave