#
443b949e |
| 10-Nov-2023 |
David Marchand <david.marchand@redhat.com> |
doc: use ordered lists
Prefer automatically ordered lists by using #.
Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Dar
doc: use ordered lists
Prefer automatically ordered lists by using #.
Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Dariusz Sosnowski <dsosnowski@nvidia.com>
show more ...
|
#
f78c100b |
| 01-Aug-2023 |
Stephen Hemminger <stephen@networkplumber.org> |
remove KNI
The KNI driver had design flaws such as calling userspace with kernel mutex held that made it prone to deadlock. The design also introduced security risks because the kernel driver truste
remove KNI
The KNI driver had design flaws such as calling userspace with kernel mutex held that made it prone to deadlock. The design also introduced security risks because the kernel driver trusted the userspace (DPDK) kni interface. The kernel driver was never reviewed by the upstream kernel community and would never have been accepted.
And since the Linux kernel API is not stable, it was a continual source of maintenance issues especially with distribution kernels.
There are better ways to inject packets into the kernel such as virtio_user, tap and XDP drivers. All of these do not need out of tree kernel drivers.
The deprecation was announced in 22.11 release (see links for the the techboard discussions); and users were directed to alternatives there.
Link: https://mails.dpdk.org/archives/dev/2021-January/197077.html Link: https://mails.dpdk.org/archives/dev/2022-June/243596.html
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
show more ...
|
#
43ccdca6 |
| 17-Nov-2020 |
Savinay Dharmappa <savinay.dharmappa@intel.com> |
doc: fix subport configuration in ip pipeline guide
Update the user guide of ip pipeline sample application to reflect the changes in command line arguments.
Fixes: 54a298e5f7f4 ("examples/ip_pipel
doc: fix subport configuration in ip pipeline guide
Update the user guide of ip pipeline sample application to reflect the changes in command line arguments.
Fixes: 54a298e5f7f4 ("examples/ip_pipeline: update subport rate dynamically")
Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
show more ...
|
#
e2a94f9a |
| 21-Oct-2020 |
Ciara Power <ciara.power@intel.com> |
doc: remove references to make from apps guide
While make has been deprecated for DPDK, it's still applicable for some example apps to be built standalone, this patch adjusts the guides to take that
doc: remove references to make from apps guide
While make has been deprecated for DPDK, it's still applicable for some example apps to be built standalone, this patch adjusts the guides to take that into consideration.
Signed-off-by: Ciara Power <ciara.power@intel.com> Acked-by: Nicolas Chautru <nicolas.chautru@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
show more ...
|
#
cb056611 |
| 15-Oct-2020 |
Stephen Hemminger <stephen@networkplumber.org> |
eal: rename lcore master and slave
Replace master lcore with main lcore and replace slave lcore with worker lcore.
Keep the old functions and macros but mark them as deprecated for this release.
T
eal: rename lcore master and slave
Replace master lcore with main lcore and replace slave lcore with worker lcore.
Keep the old functions and macros but mark them as deprecated for this release.
The "--master-lcore" command line option is also deprecated and any usage will print a warning and use "--main-lcore" as replacement.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
show more ...
|
#
694fd2cb |
| 26-Nov-2019 |
Jasvinder Singh <jasvinder.singh@intel.com> |
doc: update QoS scheduler guides
Updates documentation to reflect the changes in the QoS scheduler library and example.
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com> Acked-by: Cristian
doc: update QoS scheduler guides
Updates documentation to reflect the changes in the QoS scheduler library and example.
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
show more ...
|
#
d629b7b5 |
| 26-Apr-2019 |
John McNamara <john.mcnamara@intel.com> |
doc: fix spelling reported by aspell in guides
Fix spelling errors in the guide docs.
Signed-off-by: John McNamara <john.mcnamara@intel.com> Acked-by: Rami Rosen <ramirose@gmail.com>
|
#
1edccebc |
| 28-Sep-2018 |
Fan Zhang <roy.fan.zhang@intel.com> |
examples/ip_pipeline: add CLI for symmetric crypto
This patch updates the cli parsing of ip_pipeline application with extra symmetric crypto, port, session, and action support.
Signed-off-by: Fan Z
examples/ip_pipeline: add CLI for symmetric crypto
This patch updates the cli parsing of ip_pipeline application with extra symmetric crypto, port, session, and action support.
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
show more ...
|
#
bc57bef7 |
| 20-Jul-2018 |
Kevin Laatz <kevin.laatz@intel.com> |
doc: add PCI address naming in IP pipeline guide
Add a note to the 'link' command in the IP Pipeline documentation specifying the PCI device name format required to run the application.
Signed-off-
doc: add PCI address naming in IP pipeline guide
Add a note to the 'link' command in the IP Pipeline documentation specifying the PCI device name format required to run the application.
Signed-off-by: Kevin Laatz <kevin.laatz@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
show more ...
|
#
71f2e9ba |
| 24-May-2018 |
Jasvinder Singh <jasvinder.singh@intel.com> |
doc: update IP pipeline application guide
Update sample app user guide with ip pipeline documentation.
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com> Signed-off-by: Cristian Dumitrescu
doc: update IP pipeline application guide
Update sample app user guide with ip pipeline documentation.
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
show more ...
|
#
acd10628 |
| 08-Feb-2018 |
Bao-Long Tran <longtb5@viettel.com.vn> |
doc: update callback functions in pipeline sample guide
Update f_post_init for pipeline frontend. Move f_track from pipeline backend to pipeline frontend.
Signed-off-by: Bao-Long Tran <longtb5@viet
doc: update callback functions in pipeline sample guide
Update f_post_init for pipeline frontend. Move f_track from pipeline backend to pipeline frontend.
Signed-off-by: Bao-Long Tran <longtb5@viettel.com.vn> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
show more ...
|
#
5630257f |
| 01-Feb-2018 |
Ferruh Yigit <ferruh.yigit@intel.com> |
doc: convert Intel license headers to SPDX tags
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
|
#
eae494e7 |
| 28-Oct-2017 |
Rami Rosen <rami.rosen@intel.com> |
doc: fix a typo in pipeline app guide
This patch fixes a trivial typo in ip pipeline app guide.
Signed-off-by: Rami Rosen <rami.rosen@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@i
doc: fix a typo in pipeline app guide
This patch fixes a trivial typo in ip pipeline app guide.
Signed-off-by: Rami Rosen <rami.rosen@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
#
3ec02f9c |
| 17-Jul-2016 |
John McNamara <john.mcnamara@intel.com> |
doc: fix sphinx highlighting warnings
Fix warnings raised by Python Sphinx 1.4.5:
guides/sample_app_ug/ip_pipeline.rst:334: WARNING: Could not lex literal_block as "ini". Highlighting skipp
doc: fix sphinx highlighting warnings
Fix warnings raised by Python Sphinx 1.4.5:
guides/sample_app_ug/ip_pipeline.rst:334: WARNING: Could not lex literal_block as "ini". Highlighting skipped.
guides/sample_app_ug/l2_forward_real_virtual.rst:467: WARNING: Could not lex literal_block as "c". Highlighting skipped.
guides/sample_app_ug/l3_forward.rst:293: WARNING: Could not lex literal_block as "c". Highlighting skipped.
guides/sample_app_ug/vm_power_management.rst:162: WARNING: Could not lex literal_block as "xml". Highlighting skipped.
These warnings arise from invalid syntax in code-block directives.
Fixes: f1e779ec5b50 ("doc: update ip pipeline app guide") Fixes: d0dff9ba445e ("doc: sample application user guide") Fixes: c75f4e6a7a2b ("doc: add vm power mgmt app")
Signed-off-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
#
81d084dd |
| 21-Jun-2016 |
WeiJie Zhuang <zhuangwj@gmail.com> |
examples/ip_pipeline: support KNI
1. add KNI support to the IP Pipeline sample Application 2. some bug fix 3. update doc 4. add config file with two KNI interfaces connected using a Linux kernel
examples/ip_pipeline: support KNI
1. add KNI support to the IP Pipeline sample Application 2. some bug fix 3. update doc 4. add config file with two KNI interfaces connected using a Linux kernel bridge
Signed-off-by: WeiJie Zhuang <zhuangwj@gmail.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
show more ...
|
#
f1e779ec |
| 11-Aug-2015 |
Cristian Dumitrescu <cristian.dumitrescu@intel.com> |
doc: update ip pipeline app guide
Added more extensive documentation for ip_pipeline application.
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> Acked-by: Jasvinder Singh <jasvi
doc: update ip pipeline app guide
Added more extensive documentation for ip_pipeline application.
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> Acked-by: Jasvinder Singh <jasvinder.singh@intel.com> Acked-by: Piotr Azarewicz <piotrx.t.azarewicz@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com> [Thomas: keep in doc/guides/sample_app_ug/ directory]
show more ...
|