doc: update patch cheatsheet to use mesonWith 'make' being removed, the patch cheatsheet needs to be updated toremove any references to 'make'. These references have been replaced withmeson alter
doc: update patch cheatsheet to use mesonWith 'make' being removed, the patch cheatsheet needs to be updated toremove any references to 'make'. These references have been replaced withmeson alternatives in this patch.Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
show more ...
doc: introduce major ABI versionsThis policy change introduces major ABI versions, these aredeclared every year, typically aligned with the LTS releaseand are supported by subsequent releases in
doc: introduce major ABI versionsThis policy change introduces major ABI versions, these aredeclared every year, typically aligned with the LTS releaseand are supported by subsequent releases in the following year.This change is intended to improve ABI stabilty for those projectsconsuming DPDK.Signed-off-by: Ray Kinsella <mdr@ashroe.eu>Acked-by: John McNamara <john.mcnamara@intel.com>Acked-by: Stephen Hemminger <stephen@networkplumber.org>Acked-by: Thomas Monjalon <thomas@monjalon.net>
doc: add patch submit cheatsheetThis patch adds the patch submission cheatsheet tothe contributers guide. Both HTML and PDF docs showthe cheatsheet on its own page.Right clicking the SVG image
doc: add patch submit cheatsheetThis patch adds the patch submission cheatsheet tothe contributers guide. Both HTML and PDF docs showthe cheatsheet on its own page.Right clicking the SVG image in the HTML doc allowsfor viewing the image on its own, useful for printingin high quality.The exact appearance of of the cheatsheet will dependon the default monospace font installed.Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>