Re: [dpdk-dev] [RFC PATCH 2/3] mlx5: Implement support for read_clock

2018-12-08 Thread Shahaf Shuler
Hi Tom, See few comments. Wednesday, November 28, 2018 11:52 AM, Tom Barbette: > Subject: [RFC PATCH 2/3] mlx5: Implement support for read_clock > > Signed-off-by: Tom Barbette > --- > drivers/net/mlx5/mlx5.c| 1 + > drivers/net/mlx5/mlx5.h| 1 + > drivers/net/mlx5/mlx5_ethd

Re: [dpdk-dev] [RFC PATCH 1/3] rte_ethdev: Add API function to read dev clock

2018-12-08 Thread Shahaf Shuler
Hi Tom, See few nits below. Wednesday, November 28, 2018 11:52 AM, Tom Barbette: > Subject: [RFC PATCH 1/3] rte_ethdev: Add API function to read dev clock > > Add rte_eth_read_clock to read the current clock of a devide. To be explicit, the **raw** clock of the device. > > The main use is t

Re: [dpdk-dev] dpdk vlan strip offload bug for I350 nic?

2018-12-08 Thread 1534898891
My server's port connect to switch with trunk. The gw IP on switch's vlan-if. I used kni send icmp reques to gw, but the vlan_tci of icmp reply packets is incorrect. Other packets are correct. such as the ping same subnet servers or other packets(tcp or udp) and switch gw ping my kni is OK. This

[dpdk-dev] dpdk vlan strip offload bug for I350 nic?

2018-12-08 Thread 1534898891
Hi Guys: I used the vlan strip offload in I350 nic case. VLAN tag is incorrect when packets are ICMP. Other packets are correct. NIC:I350 DPDK version:18.02 OS:centos 7.4 Any help is appreciated. Thanks. Hongbowang.

Re: [dpdk-dev] [RFC PATCH 0/3] Add rte_eth_read_clock API

2018-12-08 Thread Tom Barbette
Hi Zyta, This was my initial proposal, but after discussion with Shahaf Shuler we thought this was too far from the original intent of the function. rte_eth_timesync_read_time is clearly identified as part of a set of function to use PTP synchronization. This clock is not "sync" in any way. Mor

Re: [dpdk-dev] Problems running netvsc multiq

2018-12-08 Thread Mohammed Gamal
On Fri, 2018-12-07 at 11:18 -0800, Stephen Hemminger wrote: > On Fri, 07 Dec 2018 13:15:43 +0200 > Mohammed Gamal wrote: > > > On Wed, 2018-12-05 at 14:32 -0800, Stephen Hemminger wrote: > > > The problem is a regression in 4.20 kernel. Bisecting now.   > > > > I was bisecting the kernel and the