DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 25.11 0/3] remove fallbacks for old Linux versions
@ 2025-06-30 13:29 Bruce Richardson
  2025-06-30 13:29 ` [PATCH 25.11 1/3] eal/linux: " Bruce Richardson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bruce Richardson @ 2025-06-30 13:29 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson

We no longer support versions of linux before 4.19[1], therefore
all supported linux versions support F_ADD_SEALS (Linux 3.17+) and
MFD_HUGETLB (Linux 4.14+), so no need to have #ifdefs and fallbacks to
support systems which do not support those features.

[1] https://doc.dpdk.org/guides/linux_gsg/sys_reqs.html#system-software

Bruce Richardson (3):
  eal/linux: remove fallbacks for old Linux versions
  vhost: : remove fallbacks for old Linux versions
  memif: : remove fallbacks for old Linux versions

 drivers/net/memif/rte_eth_memif.h |  41 -------
 lib/eal/linux/eal_memalloc.c      | 174 +++++-------------------------
 lib/eal/linux/eal_memory.c        |   7 --
 lib/vhost/vhost_user.c            |   7 --
 4 files changed, 24 insertions(+), 205 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-06-30 15:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-30 13:29 [PATCH 25.11 0/3] remove fallbacks for old Linux versions Bruce Richardson
2025-06-30 13:29 ` [PATCH 25.11 1/3] eal/linux: " Bruce Richardson
2025-06-30 13:29 ` [PATCH 25.11 2/3] vhost: : " Bruce Richardson
2025-06-30 13:29 ` [PATCH 25.11 3/3] memif: " Bruce Richardson
2025-06-30 15:02 ` [PATCH 25.11 0/3] " Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).