Re: [dpdk-dev] [PATCH] net/enic: use standard RTE defines

2020-01-14 Thread Ferruh Yigit
On 1/14/2020 12:24 AM, John Daley wrote: > Use the memzone namesize, Ethernet address length defines from the RTE > header files instead of locally defined versions. > Use the RTE byte swap functions instead of the x86 specific locally > defined versions. > > Signed-off-by: John Daley > Reviewed-

[dpdk-dev] [PATCH] net/enic: use standard RTE defines

2020-01-13 Thread John Daley
Use the memzone namesize, Ethernet address length defines from the RTE header files instead of locally defined versions. Use the RTE byte swap functions instead of the x86 specific locally defined versions. Signed-off-by: John Daley Reviewed-by: Hyong Youb Kim --- drivers/net/enic/base/cq_desc.