Re: [dpdk-dev] [PATCH] net/thunderx: reduce writes to mbuf

2017-04-19 Thread Ferruh Yigit
On 4/14/2017 10:41 AM, Jerin Jacob wrote: > With the mbuf rework, we now have 8 contiguous bytes to be > rearmed in the mbuf at 8B naturally aligned address. > Use single 8B write to avoid multiple 2B writes in Rx path. > > Signed-off-by: Jerin Jacob > Signed-off-by: Maciej Czekaj Applied to dp

[dpdk-dev] [PATCH] net/thunderx: reduce writes to mbuf

2017-04-14 Thread Jerin Jacob
With the mbuf rework, we now have 8 contiguous bytes to be rearmed in the mbuf at 8B naturally aligned address. Use single 8B write to avoid multiple 2B writes in Rx path. Signed-off-by: Jerin Jacob Signed-off-by: Maciej Czekaj --- drivers/net/thunderx/nicvf_ethdev.c | 18 ++ dr