Re: [dpdk-dev] [PATCH v2 08/14] net/mlx5: switch timestamp to dynamic mbuf field

2020-11-02 Thread David Christensen
On 11/1/20 10:06 AM, Thomas Monjalon wrote: The mbuf timestamp is moved to a dynamic field in order to allow removal of the deprecated static field. The related mbuf flag is also replaced. Signed-off-by: Thomas Monjalon --- drivers/net/mlx5/mlx5_rxq.c | 36

Re: [dpdk-dev] [PATCH v2 08/14] net/mlx5: switch timestamp to dynamic mbuf field

2020-11-01 Thread Ruifeng Wang
> -Original Message- > From: Thomas Monjalon > Sent: Monday, November 2, 2020 2:06 AM > To: dev@dpdk.org > Cc: ferruh.yi...@intel.com; david.march...@redhat.com; > bruce.richard...@intel.com; olivier.m...@6wind.com; > andrew.rybche...@oktetlabs.ru; jer...@marvell.com; > viachesl...@nvidi

[dpdk-dev] [PATCH v2 08/14] net/mlx5: switch timestamp to dynamic mbuf field

2020-11-01 Thread Thomas Monjalon
The mbuf timestamp is moved to a dynamic field in order to allow removal of the deprecated static field. The related mbuf flag is also replaced. Signed-off-by: Thomas Monjalon --- drivers/net/mlx5/mlx5_rxq.c | 36 drivers/net/mlx5/mlx5_rxtx.c | 4 +-