public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
* [PATCH 0/4] examples: memcpy cleanups
@ 2026-01-21 17:04 Stephen Hemminger
  2026-01-21 17:04 ` [PATCH 1/4] examples/vhost: replace memcpy with assignment Stephen Hemminger
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Stephen Hemminger @ 2026-01-21 17:04 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

Looking at examples and noticed stuff around use
of rte_memcpy. Probably mostly copy/pasted.

Stephen Hemminger (4):
  examples/vhost: replace memcpy with assignment
  examples/vmdq: replace memcpy with structure assignment
  examples/vmdq_dcb: replace memcpy with assignment
  examples: remove unnecessary include

 examples/bond/main.c                            |  1 -
 examples/ip_fragmentation/main.c                |  1 -
 examples/ip_reassembly/main.c                   |  1 -
 examples/ipv4_multicast/main.c                  |  1 -
 examples/l2fwd-cat/cat.c                        |  1 -
 examples/l2fwd-event/l2fwd_common.h             |  1 -
 examples/l2fwd-jobstats/main.c                  |  1 -
 examples/l2fwd-keepalive/main.c                 |  1 -
 examples/l2fwd-macsec/main.c                    |  1 -
 examples/l2fwd/main.c                           |  1 -
 examples/l3fwd-power/main.c                     |  1 -
 examples/l3fwd/main.c                           |  1 -
 examples/link_status_interrupt/main.c           |  1 -
 .../client_server_mp/mp_server/init.c           |  1 -
 .../client_server_mp/mp_server/main.c           |  1 -
 examples/multi_process/symmetric_mp/main.c      |  1 -
 examples/qos_sched/app_thread.c                 |  1 -
 examples/qos_sched/main.c                       |  1 -
 examples/server_node_efd/efd_server/init.c      |  1 -
 examples/server_node_efd/efd_server/main.c      |  1 -
 examples/vhost/main.c                           |  5 ++---
 examples/vmdq/main.c                            |  7 +++----
 examples/vmdq_dcb/main.c                        | 17 +++++++----------
 23 files changed, 12 insertions(+), 37 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2026-02-17 17:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-21 17:04 [PATCH 0/4] examples: memcpy cleanups Stephen Hemminger
2026-01-21 17:04 ` [PATCH 1/4] examples/vhost: replace memcpy with assignment Stephen Hemminger
2026-01-21 17:04 ` [PATCH 2/4] examples/vmdq: replace memcpy with structure assignment Stephen Hemminger
2026-01-21 17:04 ` [PATCH 3/4] examples/vmdq_dcb: replace memcpy with assignment Stephen Hemminger
2026-01-21 17:04 ` [PATCH 4/4] examples: remove unnecessary include Stephen Hemminger
2026-02-17 17:43   ` Thomas Monjalon
2026-01-21 18:55 ` [PATCH 0/4] examples: memcpy cleanups Morten Brørup
2026-02-17 17:49   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox