Re: [dpdk-dev] [PATCH v2] net/enic: use RTE min and max macros

2020-01-24 Thread Ferruh Yigit
On 1/21/2020 8:35 PM, John Daley wrote: > Use the RTE_MIN and RTE_MAX macros instead of private macros. > > Signed-off-by: John Daley > Reviewed-by: Hyong Youb Kim Applied to dpdk-next-net/master, thanks. (Applied as incremental patch, instead of v2, since v1 is already in main repo)

[dpdk-dev] [PATCH v2] net/enic: use RTE min and max macros

2020-01-21 Thread John Daley
Use the RTE_MIN and RTE_MAX macros instead of private macros. Signed-off-by: John Daley Reviewed-by: Hyong Youb Kim --- v2 - remove the min_t and max_t macros all together drivers/net/enic/enic_compat.h | 10 -- drivers/net/enic/enic_res.c| 20 2 files changed