History log of /f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/args.h (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v1.21.1, v1.21
# 4418919f 18-Jun-2020 johnjiang <[email protected]>

DPDK: upgrade to DPDK 19.11.2(LTS).


Revision tags: v1.20, v1.13
# d30ea906 25-Jun-2019 jfb8856606 <[email protected]>

Reupgrade DPDK to 18.11.


# 031be553 18-Jan-2019 fengbojiang(姜凤波) <[email protected]>

Revert "DPDK:upgrade to 18.11.0 LTS."

This reverts commit 8850115bd87ac2e168ca2ab33159528818d45fe8.


# 5af785ec 18-Jan-2019 fengbojiang(姜凤波) <[email protected]>

Revert "DPDK:upgrade to 18.11.0 LTS."

This reverts commit 8850115bd87ac2e168ca2ab33159528818d45fe8.


# 8850115b 06-Dec-2018 jfb8856606 <[email protected]>

DPDK:upgrade to 18.11.0 LTS.


# 28440c50 06-Dec-2018 jfb8856606 <[email protected]>

DPDK:upgrade to 18.11.0 LTS.


Revision tags: v1.12
# 76c59264 15-May-2018 logwang <[email protected]>

DPDK: upgrade to 17.11.2 LTS.

Changes:
1. This version is downloaded from
https://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz.
2. Adapt the new interface `rte_ring_dequeue_burst`.
3. Change the type of `p

DPDK: upgrade to 17.11.2 LTS.

Changes:
1. This version is downloaded from
https://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz.
2. Adapt the new interface `rte_ring_dequeue_burst`.
3. Change the type of `port_id` from uint8_t to uint16_t.
4. Just link libdpdk.a instead of the other libaries.
5. Install libnuma-dev first.
6. Update the documents.

show more ...


# 2bfe3f2e 15-May-2018 logwang <[email protected]>

DPDK: upgrade to 17.11.2 LTS.

Changes:
1. This version is downloaded from
https://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz.
2. Adapt the new interface `rte_ring_dequeue_burst`.
3. Change the type of `p

DPDK: upgrade to 17.11.2 LTS.

Changes:
1. This version is downloaded from
https://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz.
2. Adapt the new interface `rte_ring_dequeue_burst`.
3. Change the type of `port_id` from uint8_t to uint16_t.
4. Just link libdpdk.a instead of the other libaries.
5. Install libnuma-dev first.
6. Update the documents.

show more ...


Revision tags: v1.11
# a9643ea8 21-Apr-2017 logwang <[email protected]>

init