[ovs-git] [openvswitch/ovs] 0c6449: netdev-dpdk: Prefix network structures with rte_.

David Marchand noreply at github.com
Mon Jun 10 14:56:37 UTC 2019


  Branch: refs/heads/dpdk-hwol
  Home:   https://github.com/openvswitch/ovs
  Commit: 0c6449a92c0dc9e5794525ef06a62fbf216f6092
      https://github.com/openvswitch/ovs/commit/0c6449a92c0dc9e5794525ef06a62fbf216f6092
  Author: David Marchand <david.marchand at redhat.com>
  Date:   2019-06-10 (Mon, 10 Jun 2019)

  Changed paths:
    M include/sparse/rte_esp.h
    M include/sparse/rte_flow.h
    M include/sparse/rte_icmp.h
    M include/sparse/rte_ip.h
    M include/sparse/rte_sctp.h
    M include/sparse/rte_tcp.h
    M include/sparse/rte_udp.h
    M lib/netdev-dpdk.c

  Log Message:
  -----------
  netdev-dpdk: Prefix network structures with rte_.

Following a rework of dpdk network structures names [1], update the
concerned parts.

Ran Olivier script [2]:
sh prefix-net-rte.sh $(find -name "*dpdk*.c")
sh prefix-net-rte.sh $(find -name "*dpdk*.h")
sh prefix-net-rte.sh $(find -name "*rte*.c")
sh prefix-net-rte.sh $(find -name "*rte*.h")

1: http://mails.dpdk.org/archives/dev/2019-May/132612.html
2: http://mails.dpdk.org/archives/dev/2019-May/133081.html

Signed-off-by: David Marchand <david.marchand at redhat.com>
Signed-off-by: Ian Stokes <ian.stokes at intel.com>




More information about the git mailing list