Re: [dpdk-dev] [PATCH 1/3] net/mlx5: fix Ethernet header re-writing

2017-02-02 Thread Ferruh Yigit
On 2/2/2017 10:34 AM, Nelio Laranjeiro wrote: > First two bytes of the Ethernet header was written twice at the same place. > > Fixes: b8fe952ec5b6 ("net/mlx5: prepare Tx vectorization") > > Signed-off-by: Yongseok Koh > Signed-off-by: Nelio Laranjeiro Series applied to dpdk-next-net/master, t

Re: [dpdk-dev] [PATCH 1/3] net/mlx5: fix Ethernet header re-writing

2017-02-02 Thread Nélio Laranjeiro
Hi Ferruh, On Thu, Feb 02, 2017 at 03:34:04PM +, Ferruh Yigit wrote: > On 2/2/2017 10:34 AM, Nelio Laranjeiro wrote: > > First two bytes of the Ethernet header was written twice at the same place. > > Is this patch just prevents re-writing 2 bytes of buffer, or changes the > buffer content as

Re: [dpdk-dev] [PATCH 1/3] net/mlx5: fix Ethernet header re-writing

2017-02-02 Thread Ferruh Yigit
On 2/2/2017 10:34 AM, Nelio Laranjeiro wrote: > First two bytes of the Ethernet header was written twice at the same place. Is this patch just prevents re-writing 2 bytes of buffer, or changes the buffer content as well? If buffer content also updated, I think it would be nice to mention in the c

[dpdk-dev] [PATCH 1/3] net/mlx5: fix Ethernet header re-writing

2017-02-02 Thread Nelio Laranjeiro
First two bytes of the Ethernet header was written twice at the same place. Fixes: b8fe952ec5b6 ("net/mlx5: prepare Tx vectorization") Signed-off-by: Yongseok Koh Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_rxtx.c | 36 1 file changed, 20 inse