[dpdk-stable] [PATCH v3 0/2] define ipv4 ihl and vhl

Saleh Alsouqi salehals at mellanox.com
Thu Jul 4 09:33:17 CEST 2019


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

 app/test-pmd/cmdline_flow.c | 6 ++++++
 lib/librte_net/rte_ip.h     | 6 ++++++
 2 files changed, 12 insertions(+)

-- 
2.7.4



More information about the stable mailing list