Hi,
We have implemented a PTP peer-to-peer client running on the main core, with
Lcores handling packet transmission and reception. However, we are encountering
issues using the card's clock:
1. timesync_read_rx_timestamp: What should be the correct index value to use in
this function?
2. timesy
ool_0 - type=0x88ba
- length=231 - nb_segs=1 - VLAN tci=0xe003 - hw ptype: L2_ETHER - sw ptype:
L2_ETHER - l2_len=14 - Receive queue=0x0
ol_flags: RTE_MBUF_F_RX_VLAN RTE_MBUF_F_RX_L4_CKSUM_GOOD
RTE_MBUF_F_RX_IP_CKSUM_GOOD RTE_MBUF_F_RX_VLAN_STRIPPED
RTE_MBUF_F_RX_OUTER_L4_CKSUM_GOOD
Atenci
Hi David,
It worked in 22.11 but when I tried 23.11 and revert de5da9d16430 it didn’t
work.
Sincerely,
Carlos Moraes
-Mensagem original-
De: David Marchand
Enviada em: segunda-feira, 11 de março de 2024 12:11
Para: Carlos de Souza Moraes Neto ; Bruce Richardson
; Vladimir Medvedkin
Hello,
I'm currently working on enabling the RTE_ETH_RX_OFFLOAD_VLAN_STRIP offload
feature to strip VLAN tags and store the VLAN information in the vlan_tci field
while using an Intel E810-XXVDA2 NIC. However, the VLAN tags are not being
stripped. I've already tried to update DPDK (23.11), E810
Hi David,
Thankyou it worked.
Sincerely,
Carlos de Souza Moraes Neto
WEG Equipamentos Elétricos S/A. - Transmissão & Distribuição
www.weg.net
-Mensagem original-
De: David Marchand
Enviada em: segunda-feira, 28 de agosto de 2023 05:31
Para: Carlos de Souza Moraes Neto
Cc: u
Hello!
I'm attempting to utilize virtio_user for packet transmission and reception via
the kernel's network stack. I transmitted packets from a NIC to virtio_user0
and captured them on the tap0 interface. However, when trying to send a packet
from tap0 (for instance, a basic ping) and route it t