All of lore.kernel.org
 help / color / mirror / Atom feed
* [iproute PATCH v2 0/2] Two minor testsuite fixes
@ 2017-02-09 10:50 Phil Sutter
  2017-02-09 10:50 ` [iproute PATCH v2 1/2] testsuite: Generate nlmsg blob at runtime Phil Sutter
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Phil Sutter @ 2017-02-09 10:50 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

While playing around with testsuite, I noticed two minor nits which this
series attempts to fix.

Changes since v1:
- Replaced patch1 completely.

Phil Sutter (2):
  testsuite: Generate nlmsg blob at runtime
  testsuite: Search kernel config in modules dir also

 .gitignore                                |   2 +
 testsuite/Makefile                        |   8 +++
 testsuite/tests/ip/link/dev_wo_vf_rate.nl | Bin 14076 -> 0 bytes
 testsuite/tools/Makefile                  |   2 +
 testsuite/tools/generate_nlmsg.c          | 116 ++++++++++++++++++++++++++++++
 5 files changed, 128 insertions(+)
 delete mode 100644 testsuite/tests/ip/link/dev_wo_vf_rate.nl
 create mode 100644 testsuite/tools/Makefile
 create mode 100644 testsuite/tools/generate_nlmsg.c

-- 
2.11.0

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

end of thread, other threads:[~2017-02-10  1:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09 10:50 [iproute PATCH v2 0/2] Two minor testsuite fixes Phil Sutter
2017-02-09 10:50 ` [iproute PATCH v2 1/2] testsuite: Generate nlmsg blob at runtime Phil Sutter
2017-02-09 10:50 ` [iproute PATCH v2 2/2] testsuite: Search kernel config in modules dir also Phil Sutter
2017-02-10  1:31 ` [iproute PATCH v2 0/2] Two minor testsuite fixes Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.