mbox series

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

Message ID 1562225578-5818-1-git-send-email-salehals@mellanox.com (mailing list archive)
Headers
Series define ipv4 ihl and vhl |

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(+)
  

Comments

Ferruh Yigit July 4, 2019, 4:19 p.m. UTC | #1
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.yigit@intel.com>

Series applied to dpdk-next-net/master, thanks.