From cecfc87fc706a6ac819aa213b368072fa011bcae Mon Sep 17 00:00:00 2001 From: Jianfeng Tan Date: Thu, 13 Jun 2019 15:14:12 +0800 Subject: dpdk: move to v18.11 as default DPDK version DPDK v18.11 is the latest LTS verison. As of the API/ABI changes introduced in ether at v18.08, we cannot compile l4fwd and nginx with old DPDK versions. Change-Id: I225302d9a257e9bce4aa22ff84d76a57170e7eb7 Signed-off-by: Jianfeng Tan Signed-off-by: Konstantin Ananyev --- examples/l4fwd/pkt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/l4fwd/pkt.c') diff --git a/examples/l4fwd/pkt.c b/examples/l4fwd/pkt.c index 6dfad0e..43aa9c8 100644 --- a/examples/l4fwd/pkt.c +++ b/examples/l4fwd/pkt.c @@ -946,7 +946,7 @@ setup_rx_cb(const struct netbe_port *uprt, struct netbe_lcore *lc, { int32_t rc; uint32_t i, n, smask; - void *cb; + const void *cb; const struct ptype2cb *ptype2cb; static const struct ptype2cb tcp_ptype2cb[] = { -- cgit 1.2.3-korg