mbox

[v3,0/2] define ipv4 ihl and vhl

Message ID 1562225578-5818-1-git-send-email-salehals@mellanox.com (mailing list archive)
Headers

Message

Saleh Alsouqi July 4, 2019, 7:33 a.m. UTC
  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(+)