Re: [dpdk-dev] [PATCH] net: replace IP VHL DEF macro with RTE IPV4 VHL DEF

2019-11-15 Thread Ferruh Yigit
On 11/8/2019 10:02 AM, Reshma Pattan wrote: > Use new macro RTE_IPV4_VHL_DEF instead of IP_VHL_DEF > wherever applicable. > > CC: xiaoyun...@intel.com > CC: ferruh.yi...@intel.com > CC: Bernard Iremonger > CC: John Daley > CC: Hyong Youb Kim > > Signed-off-by: Reshma Pattan Reviewed-by: Ferr

Re: [dpdk-dev] [PATCH] net: replace IP VHL DEF macro with RTE IPV4 VHL DEF

2019-11-14 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, November 14, 2019 10:09 AM > To: John Daley (johndale) ; Hyong Youb Kim (hyonkim) > > Cc: Reshma Pattan ; dev@dpdk.org; > xiaoyun...@intel.com; Bernard Iremonger ; > David Harton (dharton) > Subject: Re: [PATCH] net: replace IP

Re: [dpdk-dev] [PATCH] net: replace IP VHL DEF macro with RTE IPV4 VHL DEF

2019-11-14 Thread Ferruh Yigit
On 11/8/2019 10:02 AM, Reshma Pattan wrote: > diff --git a/drivers/net/enic/enic_fm_flow.c b/drivers/net/enic/enic_fm_flow.c > index a1598b822..e3e3d737b 100644 > --- a/drivers/net/enic/enic_fm_flow.c > +++ b/drivers/net/enic/enic_fm_flow.c > @@ -17,9 +17,6 @@ > #include "vnic_nic.h" > > #defin

[dpdk-dev] [PATCH] net: replace IP VHL DEF macro with RTE IPV4 VHL DEF

2019-11-08 Thread Reshma Pattan
Use new macro RTE_IPV4_VHL_DEF instead of IP_VHL_DEF wherever applicable. CC: xiaoyun...@intel.com CC: ferruh.yi...@intel.com CC: Bernard Iremonger CC: John Daley CC: Hyong Youb Kim Signed-off-by: Reshma Pattan --- app/test-pmd/csumonly.c| 3 --- app/test-pmd/flowgen.c