]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
msg/async/dpdk: be compatible with DPDK 19.11
authorKefu Chai <kchai@redhat.com>
Sun, 14 Feb 2021 07:30:26 +0000 (15:30 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 14 Feb 2021 15:11:33 +0000 (23:11 +0800)
commit2845035b5deeae16cd6ea30bd733d153838f5f27
tree8bd1667e8e9e12dc0a88e424f9a6122ad29bfda6
parentf3df95d3d7ab1fc01b20a39f999bad43e2354745
msg/async/dpdk: be compatible with DPDK 19.11

since SPDK 21.01 has picked up DPDK 20.11, would be ideal if we can be
compatible with DPDK 19.11 at least

* s/ ETHER_/ RTE_ETHER_/
* s/struct ether_addr/struct rte_ether_addr/
* s/struct ether_hdr/struct rte_ether_hdr/

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/msg/async/dpdk/DPDK.cc
src/msg/async/dpdk/DPDK.h