dpif_packet: Rename to dp_packet
authorPravin B Shelar <pshelar@nicira.com>
Wed, 25 Feb 2015 20:01:53 +0000 (12:01 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Tue, 3 Mar 2015 21:37:34 +0000 (13:37 -0800)
commite14deea0bd133796872d06f39a14d0393880f5bb
tree8b9d71706a059aad0e33c3483b39c78994de4e1b
parent5aa5d00e989c31650501d96c38c835e256c47593
dpif_packet: Rename to dp_packet

dp_packet is short and better name for datapath packet
structure.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
22 files changed:
lib/automake.mk
lib/dp-packet.c [new file with mode: 0644]
lib/dp-packet.h [new file with mode: 0644]
lib/dpif-netdev.c
lib/dpif.c
lib/netdev-bsd.c
lib/netdev-dpdk.c
lib/netdev-dpdk.h
lib/netdev-dummy.c
lib/netdev-linux.c
lib/netdev-provider.h
lib/netdev-vport.c
lib/netdev.c
lib/netdev.h
lib/odp-execute.c
lib/odp-execute.h
lib/ofpbuf.c
lib/ofpbuf.h
lib/packet-dpif.c [deleted file]
lib/packet-dpif.h [deleted file]
lib/tnl-arp-cache.c
ofproto/ofproto-dpif-xlate.c