Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/3] Update to v19.08
@ 2019-09-27 11:53 Yasufumi Ogawa
  2019-09-27 11:53 ` [spp] [PATCH 1/3] shared: add rte prefix for DPDK v19.08 Yasufumi Ogawa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yasufumi Ogawa @ 2019-09-27 11:53 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

Some structs and functions have renamed in DPDK v19.08, SPP should also
change for the changes. This series of patches is to rename them as
following.

  * ether_hdr to rte_ether_hdr
  * ether_addr to rte_ether_addr
  * vlan_hdr to rte_vlan_hdr
  * ETHER_ADDR_LEN to RTE_ETHER_ADDR_LEN
  * ETHER_TYPE_VLAN to RTE_ETHER_TYPE_VLAN
  * ether_format_addr() to rte_ether_format_addr()
  * is_multicast_ether_addr() to rte_is_multicast_ether_addr()

Yasufumi Ogawa (3):
  shared: add rte prefix for DPDK v19.08
  spp_primary: add rte prefix for DPDK v19.08
  spp_vf: add rte prefix for DPDK v19.08

 src/primary/main.c                            |  2 +-
 src/shared/secondary/add_port.c               |  6 +--
 .../secondary/spp_worker_th/cmd_utils.c       |  2 +-
 .../secondary/spp_worker_th/port_capability.c | 30 +++++++--------
 src/vf/classifier.c                           | 38 +++++++++----------
 5 files changed, 39 insertions(+), 39 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-27 11:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-27 11:53 [spp] [PATCH 0/3] Update to v19.08 Yasufumi Ogawa
2019-09-27 11:53 ` [spp] [PATCH 1/3] shared: add rte prefix for DPDK v19.08 Yasufumi Ogawa
2019-09-27 11:53 ` [spp] [PATCH 2/3] spp_primary: " Yasufumi Ogawa
2019-09-27 11:53 ` [spp] [PATCH 3/3] spp_vf: " Yasufumi Ogawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).