| bba1db35 | 14-Oct-2019 |
Marcin Smoczynski <marcinx.smoczynski@intel.com> |
examples/ipsec-secgw: add fragment TTL option
Due to fragment loss on highly saturated links and long fragment lifetime, ipsec-secgw application quickly runs out of free reassembly buckets. As a res
examples/ipsec-secgw: add fragment TTL option
Due to fragment loss on highly saturated links and long fragment lifetime, ipsec-secgw application quickly runs out of free reassembly buckets. As a result new fragments are being dropped.
Introduce --frag-ttl option which allow user to lower default fragment lifetime which solves problem of saturated reassembly buckets with high bandwidth fragmented traffic.
Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com> Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com> Tested-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
show more ...
|
| ab6ebd70 | 25-Oct-2019 |
Ciara Power <ciara.power@intel.com> |
examples/load_balancer: remove example
This example can be removed because DPDK now has a range of libraries, especially rte_eventdev, that did not exist previously for load balancing, making this l
examples/load_balancer: remove example
This example can be removed because DPDK now has a range of libraries, especially rte_eventdev, that did not exist previously for load balancing, making this less relevant. Also, modern NIC cards have greater ability to do load balancing, e.g. using RSS, over a wider range of fields than earlier cards did.
Signed-off-by: Ciara Power <ciara.power@intel.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
show more ...
|
| d82610b9 | 25-Oct-2019 |
Ciara Power <ciara.power@intel.com> |
examples/netmap-compat: remove example
Rather than providing a shim layer on top of netmap, we should instead encourage users to create apps using the DPDK APIs directly.
Signed-off-by: Ciara Power
examples/netmap-compat: remove example
Rather than providing a shim layer on top of netmap, we should instead encourage users to create apps using the DPDK APIs directly.
Signed-off-by: Ciara Power <ciara.power@intel.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
show more ...
|
| 46971b27 | 25-Oct-2019 |
Ciara Power <ciara.power@intel.com> |
examples/quota-watermark: remove example
Original DPDK rings code had explicit support for a single watermark per-ring, but more recent releases of DPDK had a more general mechanism where each enque
examples/quota-watermark: remove example
Original DPDK rings code had explicit support for a single watermark per-ring, but more recent releases of DPDK had a more general mechanism where each enqueue or dequeue call could return the remaining elements/free-slots in the ring. Therefore, this example is not as relevant as before and can be removed.
Signed-off-by: Ciara Power <ciara.power@intel.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
show more ...
|
| bd6e9819 | 25-Oct-2019 |
Bruce Richardson <bruce.richardson@intel.com> |
examples/l3fwd-vf: remove example
The main l3fwd app should work with both PF and VF devices, so remove the VF-only l3fwd example.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked
examples/l3fwd-vf: remove example
The main l3fwd app should work with both PF and VF devices, so remove the VF-only l3fwd example.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
show more ...
|
| 207361b3 | 25-Oct-2019 |
Bruce Richardson <bruce.richardson@intel.com> |
examples/exception_path: remove example
The example app shows the use of TUN/TAP with DPDK, but DPDK has a built-in TAP PMD, so this example is obsolete and so can be removed.
Signed-off-by: Bruce
examples/exception_path: remove example
The example app shows the use of TUN/TAP with DPDK, but DPDK has a built-in TAP PMD, so this example is obsolete and so can be removed.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
show more ...
|