An error occurred while fetching the assigned milestone of the selected merge_request.
+ 14
− 4
@@ -161,11 +161,14 @@ void dpdk_poll(void)
@@ -228,12 +231,19 @@ int dpdk_send_burst(struct lcore_conf *qconf, struct rte_mbuf *m)
@@ -243,12 +253,11 @@ err_t dpdk_output(struct netif *netif, struct pbuf *p)
@@ -259,6 +268,7 @@ int lcore_setup(void)
+ 13
− 7
@@ -30,6 +30,12 @@ uint8_t mac[] = {0xb8, 0x59, 0x9f, 0x40, 0x23, 0xfb};
@@ -42,17 +48,16 @@ static err_t device_init(struct netif* netif) {
@@ -81,13 +86,13 @@ int main(int argc, char **argv)
@@ -96,6 +101,7 @@ int main(int argc, char **argv)
+ 1
− 0