On 7/4/2019 8:33 AM, Saleh Alsouqi wrote: > v3: > - Include sys/types.h in librte_net/rte_ip.h, > to fix undefined types in freebsd systems. > > - Split commits into 2, definition in librte_net/rte_ip, > and the usage in app/testpmd. > > - Add "RTE" prefix to the definitions names. > > v2: > - Include netinet/ip.h in librte_net/rte_ip.h > to use existing definitions instead of defining > our own. > > - Move definitions from testpmd.h to librte_net/rte_ip.h > > Saleh AlSouqi (2): > librte_net/rte_ip: define ipv4 ihl and vhl > app/testpmd: fix mpls ipv4 encap fields
For series, Acked-by: Ferruh Yigit <ferruh.yi...@intel.com> Series applied to dpdk-next-net/master, thanks.